diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-12-12 18:09:51 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-12-12 18:09:51 +0000 |
commit | 586000bdaae83077765dc0b04b786a895fe83d97 (patch) | |
tree | e22049a07533f84db9c930e04c5126f996865d6e /sd/source | |
parent | e0c46a681ae9edca03c28bdd2bd118fc63106b51 (diff) |
INTEGRATION: CWS sdwarningsbegone (1.8.38); FILE MERGED
2006/11/22 12:42:25 cl 1.8.38.1: #i69285# warning free code changes for unxlngi6.pro
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/ui/view/WindowUpdater.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/view/WindowUpdater.cxx b/sd/source/ui/view/WindowUpdater.cxx index b4d992c4d..0231f859e 100644 --- a/sd/source/ui/view/WindowUpdater.cxx +++ b/sd/source/ui/view/WindowUpdater.cxx @@ -4,9 +4,9 @@ * * $RCSfile: WindowUpdater.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: obo $ $Date: 2006-09-16 19:34:35 $ + * last change: $Author: kz $ $Date: 2006-12-12 19:09:51 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -184,7 +184,7 @@ void WindowUpdater::UpdateWindow (OutputDevice* pDevice) const -void WindowUpdater::Notify (SfxBroadcaster& rBC, const SfxHint& rHint) +void WindowUpdater::Notify (SfxBroadcaster&, const SfxHint& rHint) { const SfxSimpleHint& rSimpleHint = static_cast<const SfxSimpleHint&>(rHint); if (rSimpleHint.GetId() == SFX_HINT_CTL_SETTINGS_CHANGED) |