diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-12-19 21:10:10 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-12-19 21:11:58 +0000 |
commit | 6ade792d3e8f3244dcbb445a540939158820e50a (patch) | |
tree | 29da8cc2411220a79a99158c2ebfa076a96e6444 /idl/inc/database.hxx | |
parent | 864bc59e66e92eabeef26222301607a7a5745bea (diff) |
IDL_COMPILER is always defined
Diffstat (limited to 'idl/inc/database.hxx')
-rw-r--r-- | idl/inc/database.hxx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/idl/inc/database.hxx b/idl/inc/database.hxx index f3ebecfbf7ce..a6f8bc77a6ea 100644 --- a/idl/inc/database.hxx +++ b/idl/inc/database.hxx @@ -35,15 +35,11 @@ #include <rtl/string.hxx> #include <tools/pstm.hxx> -#ifdef IDL_COMPILER #include <rtl/ustring.hxx> #include <set> -#endif class SvCommand; -#ifdef IDL_COMPILER - class SvIdlError { rtl::OString aText; @@ -65,7 +61,6 @@ public: return *this; } }; -#endif class SvIdlDataBase { @@ -87,7 +82,6 @@ class SvIdlDataBase SvMetaTypeMemberList aTmpTypeList; // not persistent protected: -#ifdef IDL_COMPILER ::std::set< ::rtl::OUString > m_DepFiles; SvMetaObjectMemberStack aContextStack; String aPath; @@ -97,7 +91,6 @@ protected: aUsedTypes.Clear(); aIFaceName = rtl::OString(); } -#endif public: explicit SvIdlDataBase( const SvCommand& rCmd ); ~SvIdlDataBase(); @@ -118,7 +111,6 @@ public: rtl::OString aIFaceName; SvNumberIdentifier aStructSlotId; -#ifdef IDL_COMPILER void StartNewFile( const String& rName ); void SetExportFile( const String& rName ) { aExportFile = rName; } @@ -162,10 +154,8 @@ public: SvMetaClass * ReadKnownClass( SvTokenStream & rInStm ); void AddDepFile(String const& rFileName); bool WriteDepFile(SvFileStream & rStream, ::rtl::OUString const& rTarget); -#endif }; -#ifdef IDL_COMPILER class SvIdlWorkingBase : public SvIdlDataBase { public: @@ -180,7 +170,6 @@ public: sal_Bool WriteCSV( SvStream& ); sal_Bool WriteDocumentation( SvStream& ); }; -#endif #endif // _DATABASE_HXX |