summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-03-30 10:37:22 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-03-30 10:37:22 +0200
commit994800ac804eaa7a781a9d774d979fd3c24167a1 (patch)
tree9f288dfb3dac876206bbdbac2a344af2af064335 /filter
parente68a8a37ad9f5b0c75fe8600b225b43a61adcd4f (diff)
The return type before SAL_CALL
Diffstat (limited to 'filter')
-rw-r--r--filter/source/xsltfilter/LibXSLTTransformer.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/filter/source/xsltfilter/LibXSLTTransformer.hxx b/filter/source/xsltfilter/LibXSLTTransformer.hxx
index d5f93b017027..2554558d0485 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;
}