[Libreoffice-commits] .: filter/source

Fridrich Strba fridrich at kemper.freedesktop.org
Wed Mar 30 01:37:36 PDT 2011


 filter/source/xsltfilter/LibXSLTTransformer.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit d4b05a8ff887696d58b9157c4f8d91b58cb9f0dd
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Wed Mar 30 10:37:22 2011 +0200

    The return type before SAL_CALL

diff --git a/filter/source/xsltfilter/LibXSLTTransformer.hxx b/filter/source/xsltfilter/LibXSLTTransformer.hxx
index d5f93b0..2554558 100644
--- a/filter/source/xsltfilter/LibXSLTTransformer.hxx
+++ b/filter/source/xsltfilter/LibXSLTTransformer.hxx
@@ -159,8 +159,8 @@ namespace XSLT
         ::std::map<const char*, OString> SAL_CALL
         getParameters();
 
-        virtual SAL_CALL
-        Reference<XMultiServiceFactory> getServiceFactory() {
+        virtual Reference<XMultiServiceFactory> SAL_CALL
+        getServiceFactory() {
             return m_rServiceFactory;
         }
 


More information about the Libreoffice-commits mailing list