diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 16:03:28 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 16:03:28 +0000 |
commit | 2539ea1fdd71fe93b34849aab8ca8c76b5efa64e (patch) | |
tree | 2b7d00396baee3fd28877e5b5b958b9d27eb3d6a /svx | |
parent | a3e07b03e707f9cc16958cd6fc27a8af4cdfaf27 (diff) |
INTEGRATION: CWS warnings01 (1.3.220); FILE MERGED
2006/02/17 16:39:50 cl 1.3.220.1: warning free code changes
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/unogallery/unogaltheme.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/unogallery/unogaltheme.cxx b/svx/source/unogallery/unogaltheme.cxx index 3c25d4c99ef8..924087a9f5ac 100644 --- a/svx/source/unogallery/unogaltheme.cxx +++ b/svx/source/unogallery/unogaltheme.cxx @@ -4,9 +4,9 @@ * * $RCSfile: unogaltheme.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 01:14:17 $ + * last change: $Author: hr $ $Date: 2006-06-19 17:03:28 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -364,7 +364,7 @@ void SAL_CALL GalleryTheme::removeByIndex( sal_Int32 nIndex ) // ------------------------------------------------------------------------------ -void GalleryTheme::Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) +void GalleryTheme::Notify( SfxBroadcaster&, const SfxHint& rHint ) { const ::vos::OGuard aGuard( Application::GetSolarMutex() ); const GalleryHint& rGalleryHint = static_cast< const GalleryHint& >( rHint ); |