-Werror,-Wunused-private-field (Clang towards 3.2)

Change-Id: I6fc91959f024b9a1f9e8633af8e16048752f6bdc
This commit is contained in:
Stephan Bergmann 2012-08-15 13:31:21 +02:00
parent 2ee7681013
commit 353465ba86
2 changed files with 0 additions and 3 deletions

View File

@ -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;

View File

@ -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 )
{ {