summaryrefslogtreecommitdiff
path: root/xmlhelp/source/treeview/tvread.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 23:42:55 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 23:42:55 +0000
commit9b414dd6ef991cb8f52192b613380cfa0e5c2a61 (patch)
tree9754cd164f24f906d56eba4a0f542958ad5738ea /xmlhelp/source/treeview/tvread.hxx
parente06620b8c8200861cafdd3ba19e4a68b162f7dee (diff)
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
Diffstat (limited to 'xmlhelp/source/treeview/tvread.hxx')
-rw-r--r--xmlhelp/source/treeview/tvread.hxx4
1 files changed, 4 insertions, 0 deletions
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;
}