diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-01-24 15:16:59 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-01-24 15:20:05 -0500 |
commit | 72bb1c410fd63de68d699b7b4bd28abb4f1da9b7 (patch) | |
tree | 363950fbd17a162c4c7f03a41960963cb9573971 /sc/inc/address.hxx | |
parent | c2f58887eca4b0fce0b56f0763ee5be0d04e671f (diff) |
New test for importing chart object with references to cell ranges.
Change-Id: I2167d1a2c7ea70415581caf29acf620e4b116e69
Diffstat (limited to 'sc/inc/address.hxx')
-rw-r--r-- | sc/inc/address.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/address.hxx b/sc/inc/address.hxx index 13a144352937..5f7c83f07397 100644 --- a/sc/inc/address.hxx +++ b/sc/inc/address.hxx @@ -456,7 +456,7 @@ public: inline bool In( const ScAddress& ) const; ///< is Address& in Range? inline bool In( const ScRange& ) const; ///< is Range& in Range? - sal_uInt16 Parse( const String&, ScDocument* = NULL, + SC_DLLPUBLIC sal_uInt16 Parse( const String&, ScDocument* = NULL, const ScAddress::Details& rDetails = ScAddress::detailsOOOa1, ScAddress::ExternalInfo* pExtInfo = NULL, const ::com::sun::star::uno::Sequence< |