summaryrefslogtreecommitdiff
path: root/idl
diff options
context:
space:
mode:
Diffstat (limited to 'idl')
-rw-r--r--idl/inc/database.hxx2
-rw-r--r--idl/source/prj/database.cxx1
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 )
{