diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2011-12-02 14:23:59 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2011-12-07 14:47:10 +0100 |
commit | efe72126d9942aa6c62608f801670db06a31828f (patch) | |
tree | ef553d3a834d1d213bcf22e17e897cb5c4fd30ca /starmath/inc | |
parent | d7017dbc1754c3b6f27501d3eae997a39f62daf8 (diff) |
merge two duplicates of a function
Diffstat (limited to 'starmath/inc')
-rw-r--r-- | starmath/inc/node.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/starmath/inc/node.hxx b/starmath/inc/node.hxx index 1ecde44b406e..385aa8e8dd53 100644 --- a/starmath/inc/node.hxx +++ b/starmath/inc/node.hxx @@ -502,6 +502,11 @@ public: virtual void GetAccessibleText( String &rText ) const; void Accept(SmVisitor* pVisitor); + /** + Converts the character from StarMath's private area symbols to a matching Unicode + character, if necessary. To be used when converting GetText() to a normal text. + */ + static sal_Unicode ConvertSymbolToUnicode(sal_Unicode nIn); }; |