summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-05-01 07:16:32 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-05-03 01:32:08 +0900
commit8a6ed42b0953a8c4586c9aa5496d228a6cd9c3c9 (patch)
treec223d5d4367086f799f532397350ce6d9ce1784d /svx
parente8706d7a110547c04e6db9ed75b2e7f74bd6d0bd (diff)
removed unused defines
Change-Id: I14ff1f7631949dcc9842147aa34f4aa5987664e8
Diffstat (limited to 'svx')
-rw-r--r--svx/source/stbctrls/insctrl.cxx2
-rw-r--r--svx/source/stbctrls/selctrl.cxx2
-rw-r--r--svx/source/stbctrls/xmlsecctrl.cxx3
-rw-r--r--svx/source/svdraw/svdograf.cxx1
-rw-r--r--svx/source/toolbars/extrusionbar.cxx2
-rw-r--r--svx/source/toolbars/fontworkbar.cxx2
6 files changed, 0 insertions, 12 deletions
diff --git a/svx/source/stbctrls/insctrl.cxx b/svx/source/stbctrls/insctrl.cxx
index 8d4ad1908af9..437ca7e91686 100644
--- a/svx/source/stbctrls/insctrl.cxx
+++ b/svx/source/stbctrls/insctrl.cxx
@@ -41,8 +41,6 @@
#include "svx/insctrl.hxx"
#include <svx/dialmgr.hxx>
-#define PAINT_OFFSET 5
-
SFX_IMPL_STATUSBAR_CONTROL(SvxInsertStatusBarControl, SfxBoolItem);
// class SvxInsertStatusBarControl ---------------------------------------
diff --git a/svx/source/stbctrls/selctrl.cxx b/svx/source/stbctrls/selctrl.cxx
index d0561d8d3570..cb4af8b4de8e 100644
--- a/svx/source/stbctrls/selctrl.cxx
+++ b/svx/source/stbctrls/selctrl.cxx
@@ -41,8 +41,6 @@
#include <svx/dialogs.hrc>
-#define PAINT_OFFSET 5
-
SFX_IMPL_STATUSBAR_CONTROL(SvxSelectionModeControl, SfxUInt16Item);
// class SvxSelectionModeControl -----------------------------------------
diff --git a/svx/source/stbctrls/xmlsecctrl.cxx b/svx/source/stbctrls/xmlsecctrl.cxx
index 619f178c059f..2c6567689a83 100644
--- a/svx/source/stbctrls/xmlsecctrl.cxx
+++ b/svx/source/stbctrls/xmlsecctrl.cxx
@@ -47,9 +47,6 @@
#include "svx/xmlsecctrl.hxx"
#include <tools/urlobj.hxx>
-#define PAINT_OFFSET 5
-
-
SFX_IMPL_STATUSBAR_CONTROL( XmlSecStatusBarControl, SfxUInt16Item );
struct XmlSecStatusBarControl::XmlSecStatusBarControl_Impl
diff --git a/svx/source/svdraw/svdograf.cxx b/svx/source/svdraw/svdograf.cxx
index 6fd9cf3f21c8..7da31b22f79e 100644
--- a/svx/source/svdraw/svdograf.cxx
+++ b/svx/source/svdraw/svdograf.cxx
@@ -80,7 +80,6 @@ using namespace ::com::sun::star::io;
// - Defines -
// -----------
-#define GRAFSTREAMPOS_INVALID 0xffffffff
#define SWAPGRAPHIC_TIMEOUT 5000
diff --git a/svx/source/toolbars/extrusionbar.cxx b/svx/source/toolbars/extrusionbar.cxx
index 906e91db9278..92060344f545 100644
--- a/svx/source/toolbars/extrusionbar.cxx
+++ b/svx/source/toolbars/extrusionbar.cxx
@@ -65,8 +65,6 @@ using namespace ::com::sun::star::uno;
|*
\************************************************************************/
-#define ShellClass ExtrusionBar
-
SFX_SLOTMAP(ExtrusionBar)
{
{ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }
diff --git a/svx/source/toolbars/fontworkbar.cxx b/svx/source/toolbars/fontworkbar.cxx
index 1a1d8fe6f064..e43509471373 100644
--- a/svx/source/toolbars/fontworkbar.cxx
+++ b/svx/source/toolbars/fontworkbar.cxx
@@ -182,8 +182,6 @@ void SetFontWorkShapeTypeState( SdrView* pSdrView, SfxItemSet& rSet )
|*
\************************************************************************/
-#define ShellClass FontworkBar
-
SFX_SLOTMAP(FontworkBar)
{
{ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }