summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 20:27:30 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 20:27:30 +0000
commit970db6964f10dea65aaa9a106727f1b93f570cb6 (patch)
tree844f8571471934af009c46df52a3187b30b4fc1e /svtools
parent51e27e57b03783a3175156dd174d39c7e34c85d8 (diff)
INTEGRATION: CWS warnings01 (1.5.60); FILE MERGED
2006/05/23 20:25:03 sb 1.5.60.2: RESYNC: (1.5-1.6); FILE MERGED 2005/11/15 19:56:05 pl 1.5.60.1: #i55991# removed warnings
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/syslocale/syslocale.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/syslocale/syslocale.cxx b/svtools/source/syslocale/syslocale.cxx
index f1fcaedfcfe3..df0141743914 100644
--- a/svtools/source/syslocale/syslocale.cxx
+++ b/svtools/source/syslocale/syslocale.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: syslocale.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: vg $ $Date: 2006-04-07 16:04:27 $
+ * last change: $Author: hr $ $Date: 2006-06-19 21:27:30 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -110,7 +110,7 @@ SvtSysLocale_Impl::~SvtSysLocale_Impl()
}
-void SvtSysLocale_Impl::Notify( SvtBroadcaster& rBC, const SfxHint& rHint )
+void SvtSysLocale_Impl::Notify( SvtBroadcaster&, const SfxHint& rHint )
{
const SfxSimpleHint* p = PTR_CAST( SfxSimpleHint, &rHint );
if( p && (p->GetId() & SYSLOCALEOPTIONS_HINT_LOCALE) )