summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/sfxhelp.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2008-04-22 14:40:32 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2008-04-22 14:40:32 +0000
commit7a012966e738d3484eb2e785e10ae0ccb83cb8db (patch)
tree35042a7a2026d0e324c7d6544e88313f4864f1e9 /sfx2/source/appl/sfxhelp.cxx
parenta6c5712109687fb272b6226fcad3b3e94c2d6190 (diff)
INTEGRATION: CWS hr50 (1.77.58); FILE MERGED
2008/04/10 16:58:44 hr 1.77.58.1: #i86574#: fix warning (gcc-4.2.3)
Diffstat (limited to 'sfx2/source/appl/sfxhelp.cxx')
-rw-r--r--sfx2/source/appl/sfxhelp.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sfx2/source/appl/sfxhelp.cxx b/sfx2/source/appl/sfxhelp.cxx
index 0b4b29af26..589a9c8695 100644
--- a/sfx2/source/appl/sfxhelp.cxx
+++ b/sfx2/source/appl/sfxhelp.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: sfxhelp.cxx,v $
- * $Revision: 1.79 $
+ * $Revision: 1.80 $
*
* This file is part of OpenOffice.org.
*
@@ -283,8 +283,9 @@ SfxHelpOptions_Impl::SfxHelpOptions_Impl()
for ( USHORT n=0; n<nCount; n++ )
m_pIds->Insert( (ULONG) aTmp.GetToken( n, ',' ).ToInt64() );
}
- else
+ else {
DBG_ERRORFILE( "Wrong property type!" );
+ }
break;
}