summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-07-24 16:43:46 +0200
committerNoel Grandin <noel@peralex.com>2013-07-25 08:13:51 +0200
commit2384be536466bba9d05f0546336c52c5b66bd9dc (patch)
treec158a954c5fa36ca4ccaa8e699553e879f7b85fd /include
parentd7cd7e89e36fc371b6a81d9065b3fa0b65eb822f (diff)
convert some XubString to OUString in Application
Change-Id: Ieed48339e9fc01796674691d5b0580a36df6e63e
Diffstat (limited to 'include')
-rw-r--r--include/vcl/svapp.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/svapp.hxx b/include/vcl/svapp.hxx
index c5a6707bc296..886a41401be7 100644
--- a/include/vcl/svapp.hxx
+++ b/include/vcl/svapp.hxx
@@ -232,8 +232,8 @@ public:
static Window* GetTopWindow( long nIndex );
static Window* GetActiveTopWindow();
- static void SetAppName( const String& rUniqueName );
- static String GetAppName();
+ static void SetAppName( const OUString& rUniqueName );
+ static OUString GetAppName();
static bool LoadBrandBitmap (const char* pName, BitmapEx &rBitmap);
// default name of the application for message dialogs and printing