diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-12-02 16:33:03 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-12-02 16:41:08 +0000 |
commit | 23fdf75cd6e6cb37bfeac08f503a15d07d9beda9 (patch) | |
tree | 7a2c58300b3617fbbf8d269ba7e0a2b5d5b8af07 /sc | |
parent | 4bcd960e7f677c813c9fd7f10f4469461f0b7a18 (diff) |
ditch _TPHFEDIT_CXX foo
Change-Id: Id0bddeeefd959fb72fb019d8d35cd9afe885c60f
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/inc/scuitphfedit.hxx | 4 | ||||
-rw-r--r-- | sc/source/ui/pagedlg/scuitphfedit.cxx | 3 |
2 files changed, 1 insertions, 6 deletions
diff --git a/sc/source/ui/inc/scuitphfedit.hxx b/sc/source/ui/inc/scuitphfedit.hxx index 40476da70a7e..bf5f977b6cce 100644 --- a/sc/source/ui/inc/scuitphfedit.hxx +++ b/sc/source/ui/inc/scuitphfedit.hxx @@ -42,7 +42,7 @@ enum ScHFEntryId }; class EditTextObject; - +class EditEngine; class ScHFEditPage : public SfxTabPage { @@ -87,7 +87,6 @@ private: OUString aCmdArr[6]; private: -#ifdef _TPHFEDIT_CXX void FillCmdArr(); void InitPreDefinedList(); void ProcessDefinedListSel(ScHFEntryId eSel, bool bTravelling = false); @@ -100,7 +99,6 @@ private: DECL_LINK( ListHdl_Impl, ListBox* ); DECL_LINK( ClickHdl, PushButton* ); DECL_LINK( MenuHdl, ScExtIButton* ); -#endif }; //=================================================================== diff --git a/sc/source/ui/pagedlg/scuitphfedit.cxx b/sc/source/ui/pagedlg/scuitphfedit.cxx index e94555d9c414..048e0bbe8200 100644 --- a/sc/source/ui/pagedlg/scuitphfedit.cxx +++ b/sc/source/ui/pagedlg/scuitphfedit.cxx @@ -20,11 +20,8 @@ #undef SC_DLLIMPLEMENTATION - - //------------------------------------------------------------------ -#define _TPHFEDIT_CXX #include "scitems.hxx" #include <editeng/eeitem.hxx> |