diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-08-15 13:31:21 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-08-15 14:01:05 +0200 |
commit | 353465ba86c90bc3c788d823259cd6a3c94e239e (patch) | |
tree | 1334bb4767a9ddd4e304c314e1eb74d0a8a1755b /idl | |
parent | 2ee7681013c9a557eb4e69f60686453b197c1a0c (diff) |
-Werror,-Wunused-private-field (Clang towards 3.2)
Change-Id: I6fc91959f024b9a1f9e8633af8e16048752f6bdc
Diffstat (limited to 'idl')
-rw-r--r-- | idl/inc/database.hxx | 2 | ||||
-rw-r--r-- | idl/source/prj/database.cxx | 1 |
2 files changed, 0 insertions, 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 ) { |