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 @@ ...@@ -44,9 +44,7 @@
#include "sortdlg.hxx" #include "sortdlg.hxx"
#define _TPSORT_CXX
#include "tpsort.hxx" #include "tpsort.hxx"
#undef _TPSORT_CXX
using namespace com::sun::star; using namespace com::sun::star;
......
...@@ -90,7 +90,6 @@ private: ...@@ -90,7 +90,6 @@ private:
ScSortKeyItems maSortKeyItems; ScSortKeyItems maSortKeyItems;
ScSortKeyCtrl maSortKeyCtrl; ScSortKeyCtrl maSortKeyCtrl;
#ifdef _TPSORT_CXX
private: private:
void Init (); void Init ();
void FillFieldLists ( sal_uInt16 nStartField ); void FillFieldLists ( sal_uInt16 nStartField );
...@@ -99,7 +98,6 @@ private: ...@@ -99,7 +98,6 @@ private:
// Handler ------------------------ // Handler ------------------------
DECL_LINK( SelectHdl, ListBox * ); DECL_LINK( SelectHdl, ListBox * );
#endif
}; };
//======================================================================== //========================================================================
...@@ -165,7 +163,6 @@ private: ...@@ -165,7 +163,6 @@ private:
CollatorResource* pColRes; CollatorResource* pColRes;
CollatorWrapper* pColWrap; CollatorWrapper* pColWrap;
#ifdef _TPSORT_CXX
private: private:
void Init (); void Init ();
void FillUserSortListBox (); void FillUserSortListBox ();
...@@ -177,7 +174,6 @@ private: ...@@ -177,7 +174,6 @@ private:
void EdOutPosModHdl ( Edit* pEd ); void EdOutPosModHdl ( Edit* pEd );
DECL_LINK( SortDirHdl, RadioButton * ); DECL_LINK( SortDirHdl, RadioButton * );
DECL_LINK( FillAlgorHdl, void * ); DECL_LINK( FillAlgorHdl, void * );
#endif
}; };
#endif // SC_TPSORT_HXX #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