-Werror,-Wunused-private-field (Clang towards 3.2)
Change-Id: I6fc91959f024b9a1f9e8633af8e16048752f6bdc
This commit is contained in:
parent
2ee7681013
commit
353465ba86
@ -60,8 +60,6 @@ class SvIdlDataBase
|
|||||||
sal_uInt32 nUniqueId;
|
sal_uInt32 nUniqueId;
|
||||||
sal_uInt32 nVerbosity;
|
sal_uInt32 nVerbosity;
|
||||||
String aDataBaseFile;
|
String aDataBaseFile;
|
||||||
SvFileStream * pStm;
|
|
||||||
sal_Bool bIsModified;
|
|
||||||
SvPersistStream aPersStream;
|
SvPersistStream aPersStream;
|
||||||
StringList aIdFileList;
|
StringList aIdFileList;
|
||||||
SvStringHashTable * pIdTable;
|
SvStringHashTable * pIdTable;
|
||||||
|
@ -31,7 +31,6 @@ SvIdlDataBase::SvIdlDataBase( const SvCommand& rCmd )
|
|||||||
: bExport( sal_False )
|
: bExport( sal_False )
|
||||||
, nUniqueId( 0 )
|
, nUniqueId( 0 )
|
||||||
, nVerbosity( rCmd.nVerbosity )
|
, nVerbosity( rCmd.nVerbosity )
|
||||||
, bIsModified( sal_False )
|
|
||||||
, aPersStream( *IDLAPP->pClassMgr, NULL )
|
, aPersStream( *IDLAPP->pClassMgr, NULL )
|
||||||
, pIdTable( NULL )
|
, pIdTable( NULL )
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user