diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-04-28 01:13:49 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-04-28 01:19:57 +0900 |
commit | 3b328186706e6819acfea7b3a6dc8c9d3b6f9693 (patch) | |
tree | a6a16220f9502b01e97fce190163a07ea288adc2 /svx/source/inc/fmexch.hxx | |
parent | d50f02bec4a70bd26a518e4e76f4a876454ab937 (diff) |
removed unused defines
Change-Id: I892902a8a4c6c01092d53019bc8a1b3f88667a4f
Diffstat (limited to 'svx/source/inc/fmexch.hxx')
-rw-r--r-- | svx/source/inc/fmexch.hxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/svx/source/inc/fmexch.hxx b/svx/source/inc/fmexch.hxx index 43d8a43c3bcf..42781aba8a77 100644 --- a/svx/source/inc/fmexch.hxx +++ b/svx/source/inc/fmexch.hxx @@ -41,14 +41,6 @@ class FmFormPage; class SvLBoxEntry; //======================================================================== -// Exchange types -#define SVX_FM_FIELD_EXCH String("SvxFormFieldExch", sizeof("SvxFormFieldExch")) -#define SVX_FM_CONTROL_EXCH String("SvxFormExplCtrlExch", sizeof("SvxFormExplCtrlExch")) -#define SVX_FM_CONTROLS_AS_PATH String("SvxFormControlsAsPathExchange", sizeof("SvxFormControlsAsPathExchange")) -#define SVX_FM_HIDDEN_CONTROLS String("SvxFormHiddenControlsExchange", sizeof("SvxFormHiddenControlsExchange")) -#define SVX_FM_FILTER_FIELDS String("SvxFilterFieldExchange", sizeof("SvxFilterFieldExchange")) - -//======================================================================== class SvTreeListBox; //........................................................................ |