ditch _TPHFEDIT_CXX foo

Change-Id: Id0bddeeefd959fb72fb019d8d35cd9afe885c60f
This commit is contained in:
Caolán McNamara
2013-12-02 16:33:03 +00:00
parent 4bcd960e7f
commit 23fdf75cd6
2 changed files with 1 additions and 6 deletions

View File

@@ -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
};
//===================================================================

View File

@@ -20,11 +20,8 @@
#undef SC_DLLIMPLEMENTATION
//------------------------------------------------------------------
#define _TPHFEDIT_CXX
#include "scitems.hxx"
#include <editeng/eeitem.hxx>