From 9b414dd6ef991cb8f52192b613380cfa0e5c2a61 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Mon, 19 Jun 2006 23:42:55 +0000 Subject: INTEGRATION: CWS warnings01 (1.10.166); FILE MERGED 2006/01/25 20:43:33 sb 1.10.166.2: RESYNC: (1.10-1.11); FILE MERGED 2005/12/15 16:36:48 ab 1.10.166.1: #i53898# Removed warnings for unxlngi6/unxlngi6.pro --- xmlhelp/source/treeview/tvread.hxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'xmlhelp/source/treeview/tvread.hxx') diff --git a/xmlhelp/source/treeview/tvread.hxx b/xmlhelp/source/treeview/tvread.hxx index 8537edb5d772..6087d5b45d48 100644 --- a/xmlhelp/source/treeview/tvread.hxx +++ b/xmlhelp/source/treeview/tvread.hxx @@ -132,6 +132,7 @@ namespace treeview { throw( com::sun::star::uno::RuntimeException ) { // read only + (void)aListener; } virtual void SAL_CALL @@ -140,6 +141,7 @@ namespace treeview { throw( com::sun::star::uno::RuntimeException ) { // read only + (void)aListener; } @@ -154,6 +156,7 @@ namespace treeview { const com::sun::star::uno::Reference< com::sun::star::lang::XEventListener >& xListener ) throw( com::sun::star::uno::RuntimeException ) { + (void)xListener; } virtual void SAL_CALL @@ -161,6 +164,7 @@ namespace treeview { const com::sun::star::uno::Reference< com::sun::star::lang::XEventListener >& aListener ) throw( com::sun::star::uno::RuntimeException ) { + (void)aListener; } -- cgit