summaryrefslogtreecommitdiff
path: root/xmlscript/source/xmllib_imexp/xmllib_export.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlscript/source/xmllib_imexp/xmllib_export.cxx')
-rw-r--r--xmlscript/source/xmllib_imexp/xmllib_export.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmlscript/source/xmllib_imexp/xmllib_export.cxx b/xmlscript/source/xmllib_imexp/xmllib_export.cxx
index bb92579f4f5f..e2c73119a7d7 100644
--- a/xmlscript/source/xmllib_imexp/xmllib_export.cxx
+++ b/xmlscript/source/xmllib_imexp/xmllib_export.cxx
@@ -31,7 +31,7 @@ const char aTrueStr[] = "true";
const char aFalseStr[] = "false";
void
-SAL_CALL exportLibraryContainer(
+exportLibraryContainer(
Reference< xml::sax::XWriter > const & xOut,
const LibDescriptorArray* pLibArray )
{
@@ -89,7 +89,7 @@ SAL_CALL exportLibraryContainer(
}
void
-SAL_CALL exportLibrary(
+exportLibrary(
css::uno::Reference< css::xml::sax::XWriter > const & xOut,
const LibDescriptor& rLib )
{