From 353465ba86c90bc3c788d823259cd6a3c94e239e Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 15 Aug 2012 13:31:21 +0200 Subject: [PATCH] -Werror,-Wunused-private-field (Clang towards 3.2) Change-Id: I6fc91959f024b9a1f9e8633af8e16048752f6bdc --- idl/inc/database.hxx | 2 -- idl/source/prj/database.cxx | 1 - 2 files changed, 3 deletions(-) diff --git a/idl/inc/database.hxx b/idl/inc/database.hxx index 7ce217520e88..8c314d2ac06b 100644 --- a/idl/inc/database.hxx +++ b/idl/inc/database.hxx @@ -60,8 +60,6 @@ class SvIdlDataBase sal_uInt32 nUniqueId; sal_uInt32 nVerbosity; String aDataBaseFile; - SvFileStream * pStm; - sal_Bool bIsModified; SvPersistStream aPersStream; StringList aIdFileList; SvStringHashTable * pIdTable; diff --git a/idl/source/prj/database.cxx b/idl/source/prj/database.cxx index b68862a0f287..ff6365e6b00a 100644 --- a/idl/source/prj/database.cxx +++ b/idl/source/prj/database.cxx @@ -31,7 +31,6 @@ SvIdlDataBase::SvIdlDataBase( const SvCommand& rCmd ) : bExport( sal_False ) , nUniqueId( 0 ) , nVerbosity( rCmd.nVerbosity ) - , bIsModified( sal_False ) , aPersStream( *IDLAPP->pClassMgr, NULL ) , pIdTable( NULL ) {