summaryrefslogtreecommitdiff
path: root/starmath/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-04 09:45:34 +0200
committerNoel Grandin <noel@peralex.com>2014-03-05 09:17:49 +0200
commitca0e8696ea0cd038d55d8101ff6f7303bb67a07e (patch)
tree5f9be0ff074e3e38da8c4a397585072db9f6714c /starmath/inc
parent0654c95af100989c64b530daf852e089f7c2bda3 (diff)
remove unused code SmParser::Insert(rtl::OUString const&, int)
Change-Id: Id14c393700135b511e520f75d19561667a7f5a51
Diffstat (limited to 'starmath/inc')
-rw-r--r--starmath/inc/parse.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/starmath/inc/parse.hxx b/starmath/inc/parse.hxx
index f348c8ef5261..41071f26759c 100644
--- a/starmath/inc/parse.hxx
+++ b/starmath/inc/parse.hxx
@@ -199,7 +199,6 @@ protected:
#endif
void NextToken();
sal_Int32 GetTokenIndex() const { return m_nTokenIndex; }
- void Insert(const OUString &rText, sal_Int32 nPos);
void Replace( sal_Int32 nPos, sal_Int32 nLen, const OUString &rText );
inline bool TokenInGroup( sal_uLong nGroup );