summaryrefslogtreecommitdiff
path: root/writerfilter/inc
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2011-07-13 15:53:38 +0200
committerLuboš Luňák <l.lunak@suse.cz>2011-07-27 17:41:53 +0200
commitee81d8d8130428f1f5827f735ad0f5b38a1d2e5a (patch)
treef427d92453f7a43017cb1fc50b3068e679e3f6f7 /writerfilter/inc
parent6910b10a8bd0b971b38daae9d55abcd8791c443a (diff)
export needed symbols from a lib
Diffstat (limited to 'writerfilter/inc')
-rw-r--r--writerfilter/inc/resourcemodel/util.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/writerfilter/inc/resourcemodel/util.hxx b/writerfilter/inc/resourcemodel/util.hxx
index d89a4c063a91..45746b6f10f9 100644
--- a/writerfilter/inc/resourcemodel/util.hxx
+++ b/writerfilter/inc/resourcemodel/util.hxx
@@ -44,8 +44,8 @@ namespace writerfilter
string WRITERFILTER_RESOURCEMODEL_DLLPUBLIC propertysetToString
(uno::Reference<beans::XPropertySet> const & rProps);
- string toString(uno::Reference< text::XTextRange > textRange);
- string toString(const string & rString);
+ string WRITERFILTER_RESOURCEMODEL_DLLPUBLIC toString(uno::Reference< text::XTextRange > textRange);
+ string WRITERFILTER_RESOURCEMODEL_DLLPUBLIC toString(const string & rString);
#endif
}
#endif // INCLUDED_RESOURCEMODEL_UTIL_HXX