summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-05-13 08:51:05 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-05-13 08:51:39 +0900
commite3bc45b8079228ca25e70ac5a51b6977afd6f61e (patch)
tree0853b3b24a0b7b4f99d79a03c86d8645dc5b8284 /starmath
parent5c379de9589ab819da852768a9663455dbb4a835 (diff)
removed unused defines
Change-Id: Ida50737f540459bd0e709c49414c3a7f4d042a47
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/edit.cxx5
-rw-r--r--starmath/source/unomodel.cxx1
-rw-r--r--starmath/source/view.cxx5
3 files changed, 0 insertions, 11 deletions
diff --git a/starmath/source/edit.cxx b/starmath/source/edit.cxx
index 547e488962dc..98bed651aa76 100644
--- a/starmath/source/edit.cxx
+++ b/starmath/source/edit.cxx
@@ -66,11 +66,6 @@
#define SCROLL_LINE 24
-#define MINWIDTH 200
-#define MINHEIGHT 200
-#define MINSPLIT 40
-#define SPLITTERWIDTH 2
-
using namespace com::sun::star::accessibility;
using namespace com::sun::star;
diff --git a/starmath/source/unomodel.cxx b/starmath/source/unomodel.cxx
index 67c7cc67c74c..f25ff428a2de 100644
--- a/starmath/source/unomodel.cxx
+++ b/starmath/source/unomodel.cxx
@@ -164,7 +164,6 @@ SmPrintUIOptions::SmPrintUIOptions()
// values from com/sun/star/beans/PropertyAttribute
#define PROPERTY_NONE 0
-#define PROPERTY_READONLY 16
enum SmModelPropertyHandles
{
diff --git a/starmath/source/view.cxx b/starmath/source/view.cxx
index 50e948c9c6c0..8b2d602bacf7 100644
--- a/starmath/source/view.cxx
+++ b/starmath/source/view.cxx
@@ -82,11 +82,6 @@
#include "cursor.hxx"
#include "accessibility.hxx"
-#define MINWIDTH 200
-#define MINHEIGHT 200
-#define MINSPLIT 40
-#define SPLITTERWIDTH 2
-
#define MINZOOM 25
#define MAXZOOM 800