[Libreoffice-commits] .: binfilter/bf_offmgr
Caolán McNamara
caolan at kemper.freedesktop.org
Fri Dec 31 05:22:52 PST 2010
binfilter/bf_offmgr/source/offapp/app/makefile.mk | 2 --
binfilter/bf_offmgr/source/offapp/app/offmgr_app.cxx | 8 ++++----
binfilter/bf_offmgr/util/makefile.mk | 2 --
3 files changed, 4 insertions(+), 8 deletions(-)
New commits:
commit b65629e6b633f5c597a9a6a62ea53552d1cb7e26
Author: Caolán McNamara <caolanm at redhat.com>
Date: Fri Dec 31 13:22:47 2010 +0000
WaE: make this dir warning free
diff --git a/binfilter/bf_offmgr/source/offapp/app/makefile.mk b/binfilter/bf_offmgr/source/offapp/app/makefile.mk
index 8125f7e..41e0ff7 100644
--- a/binfilter/bf_offmgr/source/offapp/app/makefile.mk
+++ b/binfilter/bf_offmgr/source/offapp/app/makefile.mk
@@ -25,8 +25,6 @@
#
#*************************************************************************
-EXTERNAL_WARNINGS_NOT_ERRORS := TRUE
-
PRJ=..$/..$/..$/..
BFPRJ=..$/..$/..
diff --git a/binfilter/bf_offmgr/source/offapp/app/offmgr_app.cxx b/binfilter/bf_offmgr/source/offapp/app/offmgr_app.cxx
index 0252872..7f1d62f 100644
--- a/binfilter/bf_offmgr/source/offapp/app/offmgr_app.cxx
+++ b/binfilter/bf_offmgr/source/offapp/app/offmgr_app.cxx
@@ -116,7 +116,7 @@ public:
/*N*/ TYPEINIT1(OfficeApplication,SfxApplication);
-/*N*/ Reference< XInterface > SAL_CALL SvxShapeCollection_CreateInstance( const Reference< ::com::sun::star::lang::XMultiServiceFactory >& rSMgr ) throw( Exception )
+/*N*/ Reference< XInterface > SAL_CALL SvxShapeCollection_CreateInstance( const Reference< ::com::sun::star::lang::XMultiServiceFactory >& /*rSMgr*/ ) throw( Exception )
/*N*/ {
/*?*/ return *( new SvxShapeCollection() );
/*N*/ }
@@ -150,11 +150,11 @@ public:
/*N*/ // Servies etc. registrieren
/*N*/ Reference< ::com::sun::star::lang::XMultiServiceFactory > xSMgr = ::legacy_binfilters::getLegacyProcessServiceFactory();
/*N*/ Reference< ::com::sun::star::container::XSet > xSet( xSMgr, UNO_QUERY );
-/*N*/ Sequence< ::rtl::OUString > aName( 1 );
+/*N*/ Sequence< ::rtl::OUString > aLclName( 1 );
/*N*/ Reference< ::com::sun::star::lang::XSingleServiceFactory > xFact;
/*N*/
-/*N*/ aName.getArray()[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.drawing.ShapeCollection" ));
-/*N*/ xFact = ::cppu::createSingleFactory( xSMgr, ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ShapeCollection" )), SvxShapeCollection_CreateInstance, aName );
+/*N*/ aLclName.getArray()[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.drawing.ShapeCollection" ));
+/*N*/ xFact = ::cppu::createSingleFactory( xSMgr, ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ShapeCollection" )), SvxShapeCollection_CreateInstance, aLclName );
/*N*/ xSet->insert( makeAny(xFact) );
/*N*/ }
diff --git a/binfilter/bf_offmgr/util/makefile.mk b/binfilter/bf_offmgr/util/makefile.mk
index 291b746..c3b88b5 100644
--- a/binfilter/bf_offmgr/util/makefile.mk
+++ b/binfilter/bf_offmgr/util/makefile.mk
@@ -25,8 +25,6 @@
#
#*************************************************************************
-EXTERNAL_WARNINGS_NOT_ERRORS := TRUE
-
PRJ=..$/..
BFPRJ=..
More information about the Libreoffice-commits
mailing list