summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-10-31 11:10:39 +0100
committerMatúš Kukan <matus.kukan@collabora.com>2014-10-31 11:11:16 +0100
commitf13678d8055d77f891b258f6e2a27aac2c0f07e7 (patch)
tree307400a39c38614a33b210c67dc159b0d783a627 /editeng
parent997055f50db39557425c9da58bcd3f01a8584676 (diff)
missing SAL_CALL
Change-Id: Ifa9034f12f42c0ddc5aa5e363fbcc04bab36492b
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/misc/SvXMLAutoCorrectImport.cxx4
-rw-r--r--editeng/source/misc/SvXMLAutoCorrectImport.hxx4
2 files changed, 4 insertions, 4 deletions
diff --git a/editeng/source/misc/SvXMLAutoCorrectImport.cxx b/editeng/source/misc/SvXMLAutoCorrectImport.cxx
index f2b3109e8d23..8f2f69e05fe2 100644
--- a/editeng/source/misc/SvXMLAutoCorrectImport.cxx
+++ b/editeng/source/misc/SvXMLAutoCorrectImport.cxx
@@ -58,7 +58,7 @@ SvXMLWordListContext::SvXMLWordListContext(
{
}
-com::sun::star::uno::Reference<XFastContextHandler> SvXMLWordListContext::createFastChildContext(
+com::sun::star::uno::Reference<XFastContextHandler> SAL_CALL SvXMLWordListContext::createFastChildContext(
sal_Int32 Element, const uno::Reference< xml::sax::XFastAttributeList > & xAttrList )
throw (css::uno::RuntimeException, css::xml::sax::SAXException, std::exception)
{
@@ -139,7 +139,7 @@ SvXMLExceptionListContext::SvXMLExceptionListContext(
{
}
-com::sun::star::uno::Reference<xml::sax::XFastContextHandler> SvXMLExceptionListContext::createFastChildContext(
+com::sun::star::uno::Reference<xml::sax::XFastContextHandler> SAL_CALL SvXMLExceptionListContext::createFastChildContext(
sal_Int32 Element, const uno::Reference< xml::sax::XFastAttributeList > & xAttrList )
throw (css::uno::RuntimeException, css::xml::sax::SAXException, std::exception)
{
diff --git a/editeng/source/misc/SvXMLAutoCorrectImport.hxx b/editeng/source/misc/SvXMLAutoCorrectImport.hxx
index 49019582f852..96df12d64119 100644
--- a/editeng/source/misc/SvXMLAutoCorrectImport.hxx
+++ b/editeng/source/misc/SvXMLAutoCorrectImport.hxx
@@ -55,7 +55,7 @@ public:
SvXMLWordListContext ( SvXMLAutoCorrectImport& rImport, sal_Int32 Element,
const ::css::uno::Reference< ::css::xml::sax::XFastAttributeList > & xAttrList );
- virtual com::sun::star::uno::Reference<XFastContextHandler> createFastChildContext( sal_Int32 Element,
+ virtual com::sun::star::uno::Reference<XFastContextHandler> SAL_CALL createFastChildContext( sal_Int32 Element,
const ::css::uno::Reference< ::css::xml::sax::XFastAttributeList > & xAttrList )
throw (css::uno::RuntimeException, css::xml::sax::SAXException, std::exception) SAL_OVERRIDE;
@@ -100,7 +100,7 @@ public:
SvXMLExceptionListContext ( SvXMLExceptionListImport& rImport, sal_Int32 Element,
const ::css::uno::Reference< ::css::xml::sax::XFastAttributeList > & xAttrList );
- virtual com::sun::star::uno::Reference<XFastContextHandler> createFastChildContext( sal_Int32 Element,
+ virtual com::sun::star::uno::Reference<XFastContextHandler> SAL_CALL createFastChildContext( sal_Int32 Element,
const ::css::uno::Reference< ::css::xml::sax::XFastAttributeList > & xAttrList )
throw (css::uno::RuntimeException, css::xml::sax::SAXException, std::exception) SAL_OVERRIDE;