[Libreoffice-commits] .: binfilter/bf_svx
Stephan Bergmann
sbergmann at kemper.freedesktop.org
Thu Sep 15 23:34:09 PDT 2011
binfilter/bf_svx/source/unoedit/svx_UnoForbiddenCharsTable.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit aeeba938d4c020221f42a53fed1a2e3a75ec85f8
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Fri Sep 16 08:33:53 2011 +0200
Some more warning cleanup.
diff --git a/binfilter/bf_svx/source/unoedit/svx_UnoForbiddenCharsTable.cxx b/binfilter/bf_svx/source/unoedit/svx_UnoForbiddenCharsTable.cxx
index 4ea9f56..6897ea6 100644
--- a/binfilter/bf_svx/source/unoedit/svx_UnoForbiddenCharsTable.cxx
+++ b/binfilter/bf_svx/source/unoedit/svx_UnoForbiddenCharsTable.cxx
@@ -101,7 +101,7 @@ void SvxUnoForbiddenCharsTable::setForbiddenCharacters(const Locale& rLocale, co
onChange();
}
-void SvxUnoForbiddenCharsTable::removeForbiddenCharacters( const Locale& rLocale )
+void SvxUnoForbiddenCharsTable::removeForbiddenCharacters( const Locale& )
throw(RuntimeException)
{
SolarMutexGuard aGuard;
More information about the Libreoffice-commits
mailing list