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/source | |
parent | 2ee7681013c9a557eb4e69f60686453b197c1a0c (diff) |
-Werror,-Wunused-private-field (Clang towards 3.2)
Change-Id: I6fc91959f024b9a1f9e8633af8e16048752f6bdc
Diffstat (limited to 'idl/source')
-rw-r--r-- | idl/source/prj/database.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
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 ) { |