summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-07-01 18:24:05 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-07-01 18:33:42 +0200
commit00240d049790d11c4ef35de7a294819107197efd (patch)
tree6479f4fee0eac540ca6d0b80552834f2b19e4364 /svx
parentd341aca7f68bc082cdefe4b1176f56c2c14a0322 (diff)
Remove unused defines
Change-Id: Ic36b131ee9964a6671f7f41e1cad1631c43ad565
Diffstat (limited to 'svx')
-rw-r--r--svx/inc/svx/svdhlpln.hxx2
-rw-r--r--svx/inc/svx/svdocapt.hxx2
-rw-r--r--svx/inc/svx/svxdlg.hxx2
3 files changed, 0 insertions, 6 deletions
diff --git a/svx/inc/svx/svdhlpln.hxx b/svx/inc/svx/svdhlpln.hxx
index 0106c2da06a2..b963671f952e 100644
--- a/svx/inc/svx/svdhlpln.hxx
+++ b/svx/inc/svx/svdhlpln.hxx
@@ -41,8 +41,6 @@ class OutputDevice;
////////////////////////////////////////////////////////////////////////////////////////////////////
enum SdrHelpLineKind {SDRHELPLINE_POINT,SDRHELPLINE_VERTICAL,SDRHELPLINE_HORIZONTAL};
-#define SDRHELPLINE_MIN SDRHELPLINE_POINT
-#define SDRHELPLINE_MAX SDRHELPLINE_HORIZONTAL
#define SDRHELPLINE_POINT_PIXELSIZE 15 /* Tatsaechliche Groesse= PIXELSIZE*2+1 */
diff --git a/svx/inc/svx/svdocapt.hxx b/svx/inc/svx/svdocapt.hxx
index 2a745cd3f78c..e37fa40a60a1 100644
--- a/svx/inc/svx/svdocapt.hxx
+++ b/svx/inc/svx/svdocapt.hxx
@@ -42,8 +42,6 @@ namespace sdr { namespace properties {
class CaptionProperties;
}}
-#define SDRSETITEM_CAPTION_ATTR SDRSETITEM_ATTR_COUNT
-
//************************************************************
// Hilfsklasse SdrCaptObjGeoData
//************************************************************
diff --git a/svx/inc/svx/svxdlg.hxx b/svx/inc/svx/svxdlg.hxx
index 3dd452d471cc..de5fc031fd80 100644
--- a/svx/inc/svx/svxdlg.hxx
+++ b/svx/inc/svx/svxdlg.hxx
@@ -68,8 +68,6 @@ typedef ::std::vector< String* > TargetList;
namespace svx{ class SpellDialogChildWindow;}
-#define EMPTY_FRAME_REF com::sun::star::uno::Reference < com::sun::star::frame::XFrame >()
-
class AbstractSvxDistributeDialog :public VclAbstractDialog //add for SvxDistributeDialog
{
public: