diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-10-20 09:08:06 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-10-20 12:59:23 +0100 |
commit | 42919dbce70edd9b290800007b9e7e9660c1aa98 (patch) | |
tree | 14d852b6b3eb010b70c928996b611d93e6be5a42 /basic | |
parent | c65d39c026e2141b123e196c5b203ca06227076b (diff) |
WaE unused parameter
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/uno/dlgcont.cxx | 2 |
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 } |