diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-08-03 13:29:47 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-08-04 01:57:10 +0200 |
commit | f2c7d7aea4ec8c1f9f38e1d00c14dadca67b863e (patch) | |
tree | 7589824d6ce9b2ea46c551b0d1dbceb2965500e6 /tubes/source | |
parent | 3ef03fbf80760a1d21df5cfb410e94162f121914 (diff) |
tubes: remove pointless define
Change-Id: I5ef7f8a5a37d0a77a9dadc44e1e895581c2ebb50
Diffstat (limited to 'tubes/source')
-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 } } |