diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-04 09:43:54 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-04 10:41:20 +0000 |
commit | f6a258948ae03311746699d23b03a1d7e2d235eb (patch) | |
tree | 6f39c296461696c871103329b93bd12127fcd32a /cui | |
parent | ecfcee8b05e45ec82dec6ed417e9ac53d4d7b4ff (diff) |
remove bogus include checks
Change-Id: Ia76f000ed10852dadc4ca0270b925efd6d8cd0b7
Reviewed-on: https://gerrit.libreoffice.org/29518
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/inc/dbregister.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cui/source/inc/dbregister.hxx b/cui/source/inc/dbregister.hxx index 0ea1e5428d32..3a120616f54f 100644 --- a/cui/source/inc/dbregister.hxx +++ b/cui/source/inc/dbregister.hxx @@ -51,7 +51,6 @@ namespace svx sal_uLong m_nOldCount; bool m_bModified; -#ifdef INCLUDED_CUI_SOURCE_INC_DBREGISTER_HXX DECL_LINK_TYPED( NewHdl, Button*, void ); DECL_LINK_TYPED( EditHdl, Button*, void ); DECL_LINK_TYPED( DeleteHdl, Button*, void ); @@ -82,8 +81,6 @@ namespace svx */ void openLinkDialog(const OUString& _sOldName,const OUString& _sOldLocation,SvTreeListEntry* _pEntry = nullptr); -#endif - public: DbRegistrationOptionsPage( vcl::Window* pParent, const SfxItemSet& rSet ); virtual ~DbRegistrationOptionsPage() override; |