summaryrefslogtreecommitdiff
path: root/starmath/inc/node.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-07-14 07:21:48 +0000
committerOliver Bolte <obo@openoffice.org>2006-07-14 07:21:48 +0000
commitfc236059a4e5d3ea5aeb07bf4de67c154cff2592 (patch)
tree1aba1cfa6799f59119fda3064046703a79af28b4 /starmath/inc/node.hxx
parent59d3e67877040c1d0c232a2f1d0e56038fc31489 (diff)
INTEGRATION: CWS tl21 (1.15.82); FILE MERGED
2006/05/08 14:29:43 tl 1.15.82.1: #i59434# converting private-use-are codepoints to regular unicode code-points when exporting to MathML
Diffstat (limited to 'starmath/inc/node.hxx')
-rw-r--r--starmath/inc/node.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/starmath/inc/node.hxx b/starmath/inc/node.hxx
index 2b247bf7e377..125f4af1f8fb 100644
--- a/starmath/inc/node.hxx
+++ b/starmath/inc/node.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: node.hxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 14:58:56 $
+ * last change: $Author: obo $ $Date: 2006-07-14 08:21:48 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -425,7 +425,6 @@ public:
SmPlaceNode(const SmToken &rNodeToken)
: SmMathSymbolNode(NPLACE, rNodeToken)
{
- SetText((xub_Unicode) MS_PLACE);
}
virtual void Prepare(const SmFormat &rFormat, const SmDocShell &rDocShell);