summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-07-02 17:45:34 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-07-02 17:46:25 +0200
commit278000a28b8eceb8528ebdcf1d601de8192979e8 (patch)
treea522e5b53bca5d3e34c8a86d7bbee25a1ad15b3a /cui
parent892bb81d17b3351c196661c44fb15b29509c7115 (diff)
Remove unused defines
Some of them were commented out for documentation purpose. Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce
Diffstat (limited to 'cui')
-rw-r--r--cui/source/inc/numpages.hxx1
-rw-r--r--cui/source/inc/optpath.hxx4
-rw-r--r--cui/source/tabpages/border.cxx2
3 files changed, 0 insertions, 7 deletions
diff --git a/cui/source/inc/numpages.hxx b/cui/source/inc/numpages.hxx
index cc89339482b1..897aa151430e 100644
--- a/cui/source/inc/numpages.hxx
+++ b/cui/source/inc/numpages.hxx
@@ -141,7 +141,6 @@ class SvxBulletPickTabPage : public SfxTabPage
/*--------------------------------------------------
TabPage for complete numeration
--------------------------------------------------*/
-#define NUMTYPE_MEMBER 4 // number of elements of the FormatString per level
#define NUM_VALUSET_COUNT 16
class SvxNumPickTabPage : public SfxTabPage
{
diff --git a/cui/source/inc/optpath.hxx b/cui/source/inc/optpath.hxx
index 7e8576152029..d09021ac19c8 100644
--- a/cui/source/inc/optpath.hxx
+++ b/cui/source/inc/optpath.hxx
@@ -54,10 +54,6 @@ namespace svx
struct OptPath_Impl;
class SvxPathTabPage;
-// define ----------------------------------------------------------------
-
-#define SfxPathTabPage SvxPathTabPage
-
// class SvxPathTabPage --------------------------------------------------
class SvxPathTabPage : public SfxTabPage
diff --git a/cui/source/tabpages/border.cxx b/cui/source/tabpages/border.cxx
index 63b1ade62032..505b2a9cbdd6 100644
--- a/cui/source/tabpages/border.cxx
+++ b/cui/source/tabpages/border.cxx
@@ -581,8 +581,6 @@ int SvxBorderTabPage::DeactivatePage( SfxItemSet* _pSet )
// -----------------------------------------------------------------------
-#define IS_DONT_CARE(a) ((a).GetState() == svx::FRAMESTATE_DONTCARE )
-
sal_Bool SvxBorderTabPage::FillItemSet( SfxItemSet& rCoreAttrs )
{
bool bAttrsChanged = SfxTabPage::FillItemSet( rCoreAttrs );