From 773667483e3991b078eca03568681e2f3e8f4ec9 Mon Sep 17 00:00:00 2001 From: Ivan Timofeev Date: Tue, 25 Sep 2012 21:17:31 +0400 Subject: String -> OUString Change-Id: I94eafe01604b30d53d9021458a0a9c57dfc1144a --- starmath/inc/parse.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'starmath/inc/parse.hxx') diff --git a/starmath/inc/parse.hxx b/starmath/inc/parse.hxx index e4f1c6a9a10c..e3a8d23c5154 100644 --- a/starmath/inc/parse.hxx +++ b/starmath/inc/parse.hxx @@ -263,7 +263,7 @@ public: /** Parse rBuffer to formula tree */ SmNode *Parse(const String &rBuffer); /** Parse rBuffer to formula subtree that constitutes an expression */ - SmNode *ParseExpression(const String &rBuffer); + SmNode *ParseExpression(const OUString &rBuffer); const String & GetText() const { return m_aBufferString; }; -- cgit