Kaydet (Commit) e66e314a authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

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)
üst 4d90bf7f
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite * OpenOffice.org - a multi-platform office productivity suite
* *
* $RCSfile: sfxhelp.cxx,v $ * $RCSfile: sfxhelp.cxx,v $
* $Revision: 1.79 $ * $Revision: 1.80 $
* *
* This file is part of OpenOffice.org. * This file is part of OpenOffice.org.
* *
...@@ -283,8 +283,9 @@ SfxHelpOptions_Impl::SfxHelpOptions_Impl() ...@@ -283,8 +283,9 @@ SfxHelpOptions_Impl::SfxHelpOptions_Impl()
for ( USHORT n=0; n<nCount; n++ ) for ( USHORT n=0; n<nCount; n++ )
m_pIds->Insert( (ULONG) aTmp.GetToken( n, ',' ).ToInt64() ); m_pIds->Insert( (ULONG) aTmp.GetToken( n, ',' ).ToInt64() );
} }
else else {
DBG_ERRORFILE( "Wrong property type!" ); DBG_ERRORFILE( "Wrong property type!" );
}
break; break;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment