diff options
-rw-r--r-- | tubes/source/contacts.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tubes/source/contacts.cxx b/tubes/source/contacts.cxx index 046be9763286..540e8a6f4725 100644 --- a/tubes/source/contacts.cxx +++ b/tubes/source/contacts.cxx @@ -56,9 +56,6 @@ ResId TubesResId( sal_uInt32 nId ) return ResId( nId, *pResMgr ); } -#define CONTACTS_DLG - -#ifdef CONTACTS_DLG namespace { class TubeContacts : public ModelessDialog { @@ -265,15 +262,12 @@ IMPL_LINK_NOARG( TubeContacts, BtnListenHdl ) } } // anonymous namespace -#endif namespace tubes { void createContacts( Collaboration* pCollaboration ) { -#ifdef CONTACTS_DLG static TubeContacts *pContacts = new TubeContacts( pCollaboration ); pContacts->Populate(); -#endif } } |