summaryrefslogtreecommitdiffstats
path: root/include/xmloff/ImageStyle.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmloff/ImageStyle.hxx')
-rw-r--r--include/xmloff/ImageStyle.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/xmloff/ImageStyle.hxx b/include/xmloff/ImageStyle.hxx
index 99d0d3394673..ce2af86d62c8 100644
--- a/include/xmloff/ImageStyle.hxx
+++ b/include/xmloff/ImageStyle.hxx
@@ -20,6 +20,7 @@
#ifndef INCLUDED_XMLOFF_IMAGESTYLE_HXX
#define INCLUDED_XMLOFF_IMAGESTYLE_HXX
+#include <config_options.h>
#include <sal/config.h>
#include <xmloff/dllapi.h>
#include <rtl/ustring.hxx>
@@ -34,8 +35,8 @@ class SvXMLImport;
namespace XMLImageStyle
{
-XMLOFF_DLLPUBLIC void exportXML(OUString const & rStrName, css::uno::Any const & rValue, SvXMLExport& rExport);
-XMLOFF_DLLPUBLIC bool importXML(css::uno::Reference<css::xml::sax::XAttributeList> const & xAttrList,
+UNLESS_MERGELIBS(XMLOFF_DLLPUBLIC) void exportXML(OUString const & rStrName, css::uno::Any const & rValue, SvXMLExport& rExport);
+UNLESS_MERGELIBS(XMLOFF_DLLPUBLIC) bool importXML(css::uno::Reference<css::xml::sax::XAttributeList> const & xAttrList,
css::uno::Any& rValue, OUString& rStrName, SvXMLImport& rImport);
}