diff options
author | Noel Grandin <noel@peralex.com> | 2014-03-04 09:45:34 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-03-05 09:17:49 +0200 |
commit | ca0e8696ea0cd038d55d8101ff6f7303bb67a07e (patch) | |
tree | 5f9be0ff074e3e38da8c4a397585072db9f6714c /starmath/inc | |
parent | 0654c95af100989c64b530daf852e089f7c2bda3 (diff) |
remove unused code SmParser::Insert(rtl::OUString const&, int)
Change-Id: Id14c393700135b511e520f75d19561667a7f5a51
Diffstat (limited to 'starmath/inc')
-rw-r--r-- | starmath/inc/parse.hxx | 1 |
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 ); |