mib19: #163664# class has to be DLLPUBLIC for type information on Linux
This commit is contained in:
parent
3024512c90
commit
ad76d582c3
1 changed files with 2 additions and 2 deletions
|
@ -816,7 +816,7 @@ public:
|
|||
|
||||
//! really derive cell from range?
|
||||
|
||||
class ScCellObj : public ScCellRangeObj,
|
||||
class SC_DLLPUBLIC ScCellObj : public ScCellRangeObj,
|
||||
public com::sun::star::text::XText,
|
||||
public com::sun::star::container::XEnumerationAccess,
|
||||
public com::sun::star::table::XCell,
|
||||
|
@ -875,7 +875,7 @@ public:
|
|||
const ::rtl::OUString& rFormulaNmsp, const formula::FormulaGrammar::Grammar );
|
||||
const ScAddress& GetPosition() const { return aCellPos; }
|
||||
|
||||
SC_DLLPUBLIC void InputEnglishString( const ::rtl::OUString& rText );
|
||||
void InputEnglishString( const ::rtl::OUString& rText );
|
||||
|
||||
// XText
|
||||
virtual void SAL_CALL insertTextContent( const ::com::sun::star::uno::Reference<
|
||||
|
|
Loading…
Reference in a new issue