summaryrefslogtreecommitdiff
path: root/sd/source/ui
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui')
-rw-r--r--sd/source/ui/func/fumorph.cxx2
-rw-r--r--sd/source/ui/func/fuzoom.cxx4
-rw-r--r--sd/source/ui/inc/Window.hxx8
-rw-r--r--sd/source/ui/inc/present.hrc2
-rw-r--r--sd/source/ui/inc/pubdlg.hrc4
-rw-r--r--sd/source/ui/inc/strings.hrc1
-rw-r--r--sd/source/ui/inc/tpoption.hrc1
7 files changed, 0 insertions, 22 deletions
diff --git a/sd/source/ui/func/fumorph.cxx b/sd/source/ui/func/fumorph.cxx
index 8464981caa23..8509272b721a 100644
--- a/sd/source/ui/func/fumorph.cxx
+++ b/sd/source/ui/func/fumorph.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-
-//#define _FUMORPH_PRIVATE
#include "fumorph.hxx"
#include <svx/xfillit.hxx>
#include <svx/xlineit.hxx>
diff --git a/sd/source/ui/func/fuzoom.cxx b/sd/source/ui/func/fuzoom.cxx
index 22b72e7265d6..ae55f45efd1c 100644
--- a/sd/source/ui/func/fuzoom.cxx
+++ b/sd/source/ui/func/fuzoom.cxx
@@ -140,10 +140,6 @@ sal_Bool FuZoom::MouseMove(const MouseEvent& rMEvt)
Point aScroll = aBeginPos - aEndPos;
- // #i2237#
- // removed old stuff here which still forced zoom to be
- // %BRUSH_SIZE which is outdated now
-
if (aScroll.X() != 0 || aScroll.Y() != 0)
{
Size aWorkSize = mpView->GetWorkArea().GetSize();
diff --git a/sd/source/ui/inc/Window.hxx b/sd/source/ui/inc/Window.hxx
index 367822ff0124..a9d127a86e2d 100644
--- a/sd/source/ui/inc/Window.hxx
+++ b/sd/source/ui/inc/Window.hxx
@@ -38,14 +38,6 @@ namespace sd {
class ViewShell;
-// Since we removed all old SV-stuff, there is no brush any more
-// and so there is no BRUSH_SIZE defined in VCL.
-// So I define it here
-// #i2237#
-// removed old stuff here which still forced zoom to be
-// %BRUSH_SIZE which is outdated now
-//#define BRUSH_SIZE 8
-
/** An SdWindow contains the actual working area of ViewShell.
<p>The zoom factor used by this class controls how much the page and the
diff --git a/sd/source/ui/inc/present.hrc b/sd/source/ui/inc/present.hrc
index 10b652b45db7..7d536f811695 100644
--- a/sd/source/ui/inc/present.hrc
+++ b/sd/source/ui/inc/present.hrc
@@ -54,5 +54,3 @@
#define STR_MONITOR 2
#define STR_ALL_MONITORS 3
-// #define CBX_ENDLESS 1
-// #define CBX_WINDOW_PRESENTATION 9
diff --git a/sd/source/ui/inc/pubdlg.hrc b/sd/source/ui/inc/pubdlg.hrc
index addb0c659f39..6127ac9508be 100644
--- a/sd/source/ui/inc/pubdlg.hrc
+++ b/sd/source/ui/inc/pubdlg.hrc
@@ -115,10 +115,6 @@
//////////////////////////////
-//#define PAGE6_PAGE_SND 128
-
-//////////////////////////////
-
#define BUT_LAST 200
#define BUT_NEXT 201
#define BUT_FINISH 202
diff --git a/sd/source/ui/inc/strings.hrc b/sd/source/ui/inc/strings.hrc
index de8ffd6632a0..7adefbf7f241 100644
--- a/sd/source/ui/inc/strings.hrc
+++ b/sd/source/ui/inc/strings.hrc
@@ -97,7 +97,6 @@
#define STR_IMPRESS (RID_APP_START+149)
#define STR_IMPRESS_DOCUMENT (RID_APP_START+154)
#define STR_LAYER (RID_APP_START+158)
-// #define (RID_APP_START+159)
#define STR_POPUP_DELETE_SNAPLINE (RID_APP_START+160)
#define STR_POPUP_DELETE_SNAPPOINT (RID_APP_START+161)
diff --git a/sd/source/ui/inc/tpoption.hrc b/sd/source/ui/inc/tpoption.hrc
index 2feaba0cda55..6f93558014db 100644
--- a/sd/source/ui/inc/tpoption.hrc
+++ b/sd/source/ui/inc/tpoption.hrc
@@ -36,7 +36,6 @@
#define GRP_ORTHO 2
#define FT_SNAP_AREA 1
#define FT_BEZ_ANGLE 4
-//#define FT_METRIC 5
#define LB_METRIC 1
#define MTR_FLD_SNAP_AREA 1
#define MTR_FLD_ANGLE 2