diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-03-25 23:22:18 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-03-26 01:41:20 -0400 |
commit | 0451d6e37d8a046e2de6408bcdc65057179b7eab (patch) | |
tree | 5fe9dcc497ea83392e298efc0ffe4b04077e93da /sc/inc/editutil.hxx | |
parent | 04a04dd7915f82186dd0ec5d277bbccb3b19d15f (diff) |
Get the whole change tracking code entirely ScBaseCell-free!
This took me a whole day....
Change-Id: Ida757b1efa284fc9d071a225f45666c340ba89ea
Diffstat (limited to 'sc/inc/editutil.hxx')
-rw-r--r-- | sc/inc/editutil.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/editutil.hxx b/sc/inc/editutil.hxx index 556e7493f38c..ac8fc23d4f16 100644 --- a/sc/inc/editutil.hxx +++ b/sc/inc/editutil.hxx @@ -59,7 +59,7 @@ public: /// Retrieves string with paragraphs delimited by new lines ('\n'). static String GetMultilineString( const EditEngine& rEngine ); - static OUString GetString( const EditTextObject& rEditText ); + SC_DLLPUBLIC static OUString GetString( const EditTextObject& rEditText ); public: ScEditUtil( ScDocument* pDocument, SCCOL nX, SCROW nY, SCTAB nZ, |