regards
>From 5a619e9399713a488eeadc484617e630ed9d06ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Andr=C3=A9=20Jacquod?= <pjacq...@alumni.ethz.ch> Date: Sat, 4 Dec 2010 20:02:57 +0100 Subject: [PATCH 09/16] fix warning unused var in binfilter bf_sw ole
--- 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
_______________________________________________ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice