diff options
author | Ivan Timofeev <timofeev.i.s@gmail.com> | 2012-10-22 15:08:50 +0400 |
---|---|---|
committer | Ivan Timofeev <timofeev.i.s@gmail.com> | 2012-10-22 15:09:09 +0400 |
commit | 2006bc9d5acc80038577bc295b45fa8dcd8766e2 (patch) | |
tree | 53bfaf3d20123d4c9635ea003d573f23aaca43b6 /starmath/inc | |
parent | ff4aca8591efcef92ad17ff86a84b75b598bce05 (diff) |
String -> OUString
Change-Id: I154c856c2813130aae1af611abcc4bcb4f0d1d13
Diffstat (limited to 'starmath/inc')
-rw-r--r-- | starmath/inc/view.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/starmath/inc/view.hxx b/starmath/inc/view.hxx index 7707c5076152..f508cf5a87a1 100644 --- a/starmath/inc/view.hxx +++ b/starmath/inc/view.hxx @@ -228,7 +228,7 @@ class SmViewShell: public SfxViewShell SmGraphicWindow aGraphic; SmGraphicController aGraphicController; - String StatusText; + OUString aStatusText; ::com::sun::star::uno:: Reference < ::com::sun::star::lang:: XEventListener > xClipEvtLstnr; @@ -292,7 +292,7 @@ public: SmGraphicWindow & GetGraphicWindow() { return aGraphic; } const SmGraphicWindow & GetGraphicWindow() const { return aGraphic; } - void SetStatusText(const String& Text); + void SetStatusText(const OUString& rText); void ShowError( const SmErrorDesc *pErrorDesc ); void NextError(); |