[Libreoffice-commits] .: sw/source

Eike Rathke erack at kemper.freedesktop.org
Wed Aug 24 13:31:42 PDT 2011


 sw/source/filter/ww8/ww8par.hxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 4e30b9699edfda4505d90d5fda658c1ef12bdc06
Author: Eike Rathke <erack at erack.de>
Date:   Wed Aug 24 22:31:31 2011 +0200

    WaE unused parameter

diff --git a/sw/source/filter/ww8/ww8par.hxx b/sw/source/filter/ww8/ww8par.hxx
index b39d363..901d876 100644
--- a/sw/source/filter/ww8/ww8par.hxx
+++ b/sw/source/filter/ww8/ww8par.hxx
@@ -671,10 +671,10 @@ public:
     WW8FormulaEditBox(SwWW8ImplReader &rR);
     //no real implementation, return false
     virtual sal_Bool Import(const com::sun::star::uno::Reference <
-        com::sun::star::lang::XMultiServiceFactory> &rServiceFactory,
+        com::sun::star::lang::XMultiServiceFactory> & /* rServiceFactory */,
         com::sun::star::uno::Reference <
-        com::sun::star::form::XFormComponent> &rFComp,
-        com::sun::star::awt::Size &rSz) { return sal_False; }
+        com::sun::star::form::XFormComponent> & /* rFComp */,
+        com::sun::star::awt::Size & /* rSz */) { return sal_False; }
 };
 
 class SwMSConvertControls: public SvxMSConvertOCXControls


More information about the Libreoffice-commits mailing list