diff options
author | Niklas Nebel <nn@openoffice.org> | 2010-09-20 11:17:48 +0200 |
---|---|---|
committer | Niklas Nebel <nn@openoffice.org> | 2010-09-20 11:17:48 +0200 |
commit | ad76d582c3c7a789b8d638520701f50b205ae122 (patch) | |
tree | 3776dfb9063dc3f7e68c79a6aa91d27f7f6e17b9 /sc/inc/cellsuno.hxx | |
parent | 3024512c90d8660d35d4824471c436d68aa62241 (diff) |
mib19: #163664# class has to be DLLPUBLIC for type information on Linux
Diffstat (limited to 'sc/inc/cellsuno.hxx')
-rw-r--r-- | sc/inc/cellsuno.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/cellsuno.hxx b/sc/inc/cellsuno.hxx index 33113f18859e..d3d02818b358 100644 --- a/sc/inc/cellsuno.hxx +++ b/sc/inc/cellsuno.hxx @@ -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< |