summaryrefslogtreecommitdiff
path: root/editeng/source/items
diff options
context:
space:
mode:
Diffstat (limited to 'editeng/source/items')
-rw-r--r--editeng/source/items/flditem.cxx1
-rw-r--r--editeng/source/items/numitem.cxx2
-rw-r--r--editeng/source/items/svxfont.cxx3
3 files changed, 0 insertions, 6 deletions
diff --git a/editeng/source/items/flditem.cxx b/editeng/source/items/flditem.cxx
index c4ab4c557a90..83dee76661e2 100644
--- a/editeng/source/items/flditem.cxx
+++ b/editeng/source/items/flditem.cxx
@@ -22,7 +22,6 @@
#include <svl/zforlist.hxx>
#include <tools/urlobj.hxx>
-#define _SVX_FLDITEM_CXX
#include <unotools/localfilehelper.hxx>
#include <editeng/flditem.hxx>
diff --git a/editeng/source/items/numitem.cxx b/editeng/source/items/numitem.cxx
index 9a71ec5e140a..719d93950032 100644
--- a/editeng/source/items/numitem.cxx
+++ b/editeng/source/items/numitem.cxx
@@ -47,8 +47,6 @@
#define DEF_WRITER_LSPACE 500 //Standard Indentation
#define DEF_DRAW_LSPACE 800 //Standard Indentation
-#define NUMITEM_VERSION_01 0x01
-#define NUMITEM_VERSION_02 0x02
#define NUMITEM_VERSION_03 0x03
#define NUMITEM_VERSION_04 0x04
diff --git a/editeng/source/items/svxfont.cxx b/editeng/source/items/svxfont.cxx
index 0c943c7827b8..837c0325fba2 100644
--- a/editeng/source/items/svxfont.cxx
+++ b/editeng/source/items/svxfont.cxx
@@ -28,9 +28,6 @@
#include <editeng/svxfont.hxx>
#include <editeng/escapementitem.hxx>
-// Minimum: Percentage of kernel
-#define MINKERNPERCENT 5
-
#ifndef REDUCEDSVXFONT
const sal_Unicode CH_BLANK = sal_Unicode(' '); // ' ' Space character
static sal_Char const sDoubleSpace[] = " ";