summaryrefslogtreecommitdiff
path: root/svx/source/gallery2/galexpl.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 15:02:23 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 15:02:23 +0000
commit7948224462077b8fdf8cd9f58b3c09a2010620f4 (patch)
tree7a8e4cccd56dc3e71eb7e9f2b4361663b79faa94 /svx/source/gallery2/galexpl.cxx
parentb896a625c2151c86be181a8dfccec0b7a2e75cbc (diff)
INTEGRATION: CWS warnings01 (1.9.132); FILE MERGED
2006/04/07 18:14:00 sb 1.9.132.2: RESYNC: (1.9-1.10); FILE MERGED 2006/02/17 16:56:30 cl 1.9.132.1: warning free code changes
Diffstat (limited to 'svx/source/gallery2/galexpl.cxx')
-rw-r--r--svx/source/gallery2/galexpl.cxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/svx/source/gallery2/galexpl.cxx b/svx/source/gallery2/galexpl.cxx
index 514eb7663a11..88efbe5e5fd2 100644
--- a/svx/source/gallery2/galexpl.cxx
+++ b/svx/source/gallery2/galexpl.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: galexpl.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: hr $ $Date: 2006-01-25 14:22:40 $
+ * last change: $Author: hr $ $Date: 2006-06-19 16:02:23 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -205,7 +205,7 @@ BOOL GalleryExplorer::InsertURL( ULONG nThemeId, const String& rURL )
// ------------------------------------------------------------------------
-BOOL GalleryExplorer::InsertURL( const String& rThemeName, const String& rURL, const ULONG nSgaFormat )
+BOOL GalleryExplorer::InsertURL( const String& rThemeName, const String& rURL, const ULONG )
{
Gallery* pGal = ImplGetGallery();
BOOL bRet = FALSE;
@@ -382,8 +382,6 @@ BOOL GalleryExplorer::GetSdrObj( const String& rThemeName, ULONG nSdrModelPos,
if( pTheme )
{
- BOOL bFound = FALSE;
-
for( ULONG i = 0, nCount = pTheme->GetObjectCount(), nActPos = 0; ( i < nCount ) && !bRet; i++ )
{
if( SGA_OBJ_SVDRAW == pTheme->GetObjectKind( i ) )