diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/formula/FormulaOpCodeMapperObj.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/formula/FormulaOpCodeMapperObj.hxx b/include/formula/FormulaOpCodeMapperObj.hxx index 36099199e60a..0d3c94330f45 100644 --- a/include/formula/FormulaOpCodeMapperObj.hxx +++ b/include/formula/FormulaOpCodeMapperObj.hxx @@ -52,9 +52,9 @@ class FORMULA_DLLPUBLIC FormulaOpCodeMapperObj : public cppu::WeakImplHelper< { ::std::unique_ptr<FormulaCompiler> m_pCompiler; public: - static OUString getImplementationName_Static(); - static css::uno::Sequence< OUString> getSupportedServiceNames_Static(); - static css::uno::Reference< css::uno::XInterface > create(const css::uno::Reference< css::uno::XComponentContext >& _xContext); + static OUString SAL_CALL getImplementationName_Static(); + static css::uno::Sequence< OUString> SAL_CALL getSupportedServiceNames_Static(); + static css::uno::Reference< css::uno::XInterface > SAL_CALL create(const css::uno::Reference< css::uno::XComponentContext >& _xContext); protected: FormulaOpCodeMapperObj(::std::unique_ptr<FormulaCompiler> && _pCompiler); |