diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-04-04 07:03:27 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-04-04 07:03:27 +0000 |
commit | f9de8bec3f8ddbe877b2174b6b78cd7959ee6d14 (patch) | |
tree | 59cc74fa5eb49ffa2934749a919aee246389a81c /starmath/inc/symbol.hxx | |
parent | a29fdca3e4d759330f5b310df2257a73a9812805 (diff) |
INTEGRATION: CWS tl07 (1.10.52); FILE MERGED
2004/12/16 12:24:31 tl 1.10.52.1: #i39124# removed code that is used only in the binfilter now
Diffstat (limited to 'starmath/inc/symbol.hxx')
-rw-r--r-- | starmath/inc/symbol.hxx | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/starmath/inc/symbol.hxx b/starmath/inc/symbol.hxx index 170fa8de379b..92ec59acc88a 100644 --- a/starmath/inc/symbol.hxx +++ b/starmath/inc/symbol.hxx @@ -2,9 +2,9 @@ * * $RCSfile: symbol.hxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: obo $ $Date: 2004-08-11 15:07:01 $ + * last change: $Author: rt $ $Date: 2005-04-04 08:03:27 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -125,9 +125,6 @@ class SmSym { friend class SmSymSetManager; - friend SvStream& operator << (SvStream& rStream, const SmSym& rSymbol); - friend SvStream& operator >> (SvStream& rStream, SmSym& rSymbol); - SmFace Face; String Name; String aExportName; @@ -174,9 +171,6 @@ class SmSymSet { friend class SmSymSetManager; - friend SvStream& operator << (SvStream& rStream, const SmSymSet& rSymbolSet); - friend SvStream& operator >> (SvStream& rStream, SmSymSet& rSymbolSet); - SmListSym SymbolList; String Name; SmSymSetManager *pSymSetManager; |