summaryrefslogtreecommitdiff
path: root/starmath/inc/symbol.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-08-11 14:07:01 +0000
committerOliver Bolte <obo@openoffice.org>2004-08-11 14:07:01 +0000
commite20e3fd949483389cf5a0c4b77fedd014d7d58b1 (patch)
tree858b0a076c8438f6a3df724597a9581e611f8762 /starmath/inc/symbol.hxx
parent658192b3ab57a0ba6a96cd92c9d3e480509eb370 (diff)
INTEGRATION: CWS tleamisc (1.9.240); FILE MERGED
2004/07/08 09:41:19 tl 1.9.240.1: #i30394# removed/ifdef'd unused code
Diffstat (limited to 'starmath/inc/symbol.hxx')
-rw-r--r--starmath/inc/symbol.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/starmath/inc/symbol.hxx b/starmath/inc/symbol.hxx
index 3248c59e1b06..170fa8de379b 100644
--- a/starmath/inc/symbol.hxx
+++ b/starmath/inc/symbol.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: symbol.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: tl $ $Date: 2001-10-02 12:57:44 $
+ * last change: $Author: obo $ $Date: 2004-08-11 15:07:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -147,8 +147,6 @@ public:
SmSym& operator = (const SmSym& rSymbol);
- void SetSymbolName(const String& rName);
-
const Font& GetFace() const { return Face; }
sal_Unicode GetCharacter() const { return Character; }
const String& GetName() const { return Name; }