summaryrefslogtreecommitdiff
path: root/dbaccess/source/filter/xml/xmlExport.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/filter/xml/xmlExport.hxx')
-rw-r--r--dbaccess/source/filter/xml/xmlExport.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/filter/xml/xmlExport.hxx b/dbaccess/source/filter/xml/xmlExport.hxx
index 441974d8736c..1f357c201e14 100644
--- a/dbaccess/source/filter/xml/xmlExport.hxx
+++ b/dbaccess/source/filter/xml/xmlExport.hxx
@@ -172,13 +172,13 @@ public:
ODBExport(const Reference< XComponentContext >& _rxContext, OUString const & implementationName, SvXMLExportFlags nExportFlag = SvXMLExportFlags::CONTENT | SvXMLExportFlags::AUTOSTYLES | SvXMLExportFlags::PRETTY | SvXMLExportFlags::FONTDECLS | SvXMLExportFlags::SCRIPTS );
/// @throws css::uno::RuntimeException
- static OUString SAL_CALL getImplementationName_Static();
+ static OUString getImplementationName_Static();
/// @throws css::uno::RuntimeException
- static css::uno::Sequence<OUString> SAL_CALL
+ static css::uno::Sequence<OUString>
getSupportedServiceNames_Static();
- static css::uno::Reference<css::uno::XInterface> SAL_CALL Create(
+ static css::uno::Reference<css::uno::XInterface> Create(
css::uno::Reference<css::lang::XMultiServiceFactory> const & _rxORB);
rtl::Reference < XMLPropertySetMapper > const & GetColumnStylesPropertySetMapper() const;