Kaydet (Commit) 9c7d0d70 authored tarafından Caolán McNamara's avatar Caolán McNamara

remove the rather mad ifdef impl hiding

Change-Id: I0885a9b04adbb18ce4a5f84565dd1c2f0165953a
üst 50edf566
......@@ -44,9 +44,7 @@
#include "sortdlg.hxx"
#define _TPSORT_CXX
#include "tpsort.hxx"
#undef _TPSORT_CXX
using namespace com::sun::star;
......
......@@ -90,7 +90,6 @@ private:
ScSortKeyItems maSortKeyItems;
ScSortKeyCtrl maSortKeyCtrl;
#ifdef _TPSORT_CXX
private:
void Init ();
void FillFieldLists ( sal_uInt16 nStartField );
......@@ -99,7 +98,6 @@ private:
// Handler ------------------------
DECL_LINK( SelectHdl, ListBox * );
#endif
};
//========================================================================
......@@ -165,7 +163,6 @@ private:
CollatorResource* pColRes;
CollatorWrapper* pColWrap;
#ifdef _TPSORT_CXX
private:
void Init ();
void FillUserSortListBox ();
......@@ -177,7 +174,6 @@ private:
void EdOutPosModHdl ( Edit* pEd );
DECL_LINK( SortDirHdl, RadioButton * );
DECL_LINK( FillAlgorHdl, void * );
#endif
};
#endif // SC_TPSORT_HXX
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment