[PATCH 09/16] fix warning unused var in binfilter bf_sw ole
Pierre-André Jacquod
pjacquod at alumni.ethz.ch
Sat Dec 4 11:02:57 PST 2010
---
binfilter/bf_sw/source/core/ole/sw_ndole.cxx | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/binfilter/bf_sw/source/core/ole/sw_ndole.cxx b/binfilter/bf_sw/source/core/ole/sw_ndole.cxx
index 111943e..8a1a31b 100644
--- a/binfilter/bf_sw/source/core/ole/sw_ndole.cxx
+++ b/binfilter/bf_sw/source/core/ole/sw_ndole.cxx
@@ -85,7 +85,7 @@ public:
};
void SwOLELRUCache::Commit() {}
-void SwOLELRUCache::Notify( const ::com::sun::star::uno::Sequence< rtl::OUString >& aPropertyNames ) {}
+void SwOLELRUCache::Notify( const ::com::sun::star::uno::Sequence< rtl::OUString >& /*aPropertyNames*/ ) {}
SwOLELRUCache* SwOLEObj::pOLELRU_Cache = 0;
--
1.7.1
--------------060501060808030600080005--
More information about the LibreOffice
mailing list