summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-10-20 09:08:06 +0100
committerCaolán McNamara <caolanm@redhat.com>2010-10-20 12:59:23 +0100
commit42919dbce70edd9b290800007b9e7e9660c1aa98 (patch)
tree14d852b6b3eb010b70c928996b611d93e6be5a42 /basic
parentc65d39c026e2141b123e196c5b203ca06227076b (diff)
WaE unused parameter
Diffstat (limited to 'basic')
-rw-r--r--basic/source/uno/dlgcont.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/uno/dlgcont.cxx b/basic/source/uno/dlgcont.cxx
index 875d7b824ccb..8eb2cef35fda 100644
--- a/basic/source/uno/dlgcont.cxx
+++ b/basic/source/uno/dlgcont.cxx
@@ -486,7 +486,7 @@ void SfxDialogLibraryContainer::onNewRootStorage()
}
sal_Bool SAL_CALL
-SfxDialogLibraryContainer:: HasExecutableCode( const ::rtl::OUString& Library ) throw (uno::RuntimeException)
+SfxDialogLibraryContainer:: HasExecutableCode( const ::rtl::OUString& /*Library*/ ) throw (uno::RuntimeException)
{
return sal_False; // dialog library has no executable code
}