diff options
author | Noel Grandin <noel@peralex.com> | 2013-08-07 09:15:52 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-08-12 11:56:46 +0200 |
commit | b417e5b5b8e6ca375082975f44aa70702d57e9bd (patch) | |
tree | ba652e86486ddaa5b23de54d5504911e8f4f4d4a /vcl/inc | |
parent | af1fbabc71ed92293de51d1d5e7e6ec58aa56c57 (diff) |
convert vcl/inc/unx/wmadaptor.hxx from String to OUString
Change-Id: I1396e75f1d52005339101d568eb36e5d7051014b
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/unx/wmadaptor.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/inc/unx/wmadaptor.hxx b/vcl/inc/unx/wmadaptor.hxx index 171e66ae4038..9eb7ad275abb 100644 --- a/vcl/inc/unx/wmadaptor.hxx +++ b/vcl/inc/unx/wmadaptor.hxx @@ -143,7 +143,7 @@ public: protected: SalDisplay* m_pSalDisplay; // Display to use Display* m_pDisplay; // X Display of SalDisplay - String m_aWMName; + OUString m_aWMName; Atom m_aWMAtoms[ NetAtomMax]; int m_nDesktops; bool m_bEqualWorkAreas; @@ -181,7 +181,7 @@ public: * may return an empty string if the window manager could * not be identified. */ - const String& getWindowManagerName() const + const OUString& getWindowManagerName() const { return m_aWMName; } /* @@ -213,7 +213,7 @@ public: /* * sets window title */ - virtual void setWMName( X11SalFrame* pFrame, const String& rWMName ) const; + virtual void setWMName( X11SalFrame* pFrame, const OUString& rWMName ) const; /* * set NET_WM_PID |