summaryrefslogtreecommitdiff
path: root/starmath/inc/node.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-08-11 14:06:19 +0000
committerOliver Bolte <obo@openoffice.org>2004-08-11 14:06:19 +0000
commitcdedee3a8bdf760acdeff49015ee1b865cf6028d (patch)
tree9580596f078e4815d58ed15a48dcc7760cb4388b /starmath/inc/node.hxx
parentb968dfd0c69cac3576dbccd549938607e308253e (diff)
INTEGRATION: CWS tleamisc (1.13.218); FILE MERGED
2004/07/08 09:41:18 tl 1.13.218.1: #i30394# removed/ifdef'd unused code
Diffstat (limited to 'starmath/inc/node.hxx')
-rw-r--r--starmath/inc/node.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/starmath/inc/node.hxx b/starmath/inc/node.hxx
index abafb3177a48..a6c85bde8c07 100644
--- a/starmath/inc/node.hxx
+++ b/starmath/inc/node.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: node.hxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: tl $ $Date: 2002-11-06 12:39:45 $
+ * last change: $Author: obo $ $Date: 2004-08-11 15:06:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -175,7 +175,9 @@ public:
virtual void Prepare(const SmFormat &rFormat, const SmDocShell &rDocShell);
virtual void PrepareAttributes();
+#if OSL_DEBUG_LEVEL
void ToggleDebug() const;
+#endif
void SetRectHorAlign(RectHorAlign eHorAlign, BOOL bApplyToSubTree = TRUE );
RectHorAlign GetRectHorAlign() const { return eRectHorAlign; }