summaryrefslogtreecommitdiffstats
path: root/svtools/source/contnr/imivctl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/contnr/imivctl.hxx')
-rw-r--r--svtools/source/contnr/imivctl.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/svtools/source/contnr/imivctl.hxx b/svtools/source/contnr/imivctl.hxx
index e35e5bec8354..e6b6fde47d3f 100644
--- a/svtools/source/contnr/imivctl.hxx
+++ b/svtools/source/contnr/imivctl.hxx
@@ -43,7 +43,6 @@ class IcnViewEdit_Impl;
class IcnGridMap_Impl;
-
// some defines
#define PAINTFLAG_HOR_CENTERED 0x0001
@@ -81,9 +80,6 @@ class IcnGridMap_Impl;
#define VIEWMODE_MASK (WB_ICON | WB_SMALLICON | WB_DETAILS)
-
-
-
enum IcnViewFieldType
{
IcnViewFieldTypeDontknow = 0,
@@ -92,7 +88,6 @@ enum IcnViewFieldType
};
-
// Data about the focus of entries
struct LocalFocus
@@ -105,7 +100,6 @@ struct LocalFocus
};
-
// Entry-List
typedef ::std::vector< SvxIconChoiceCtrlEntry* > SvxIconChoiceCtrlEntryList_impl;
@@ -147,8 +141,6 @@ public:
};
-
-
// Implementation-class of IconChoiceCtrl
@@ -577,7 +569,6 @@ public:
};
-
typedef sal_uLong GridId;
#define GRID_NOT_FOUND ((GridId)ULONG_MAX)