summaryrefslogtreecommitdiff
path: root/include/svx/svdpntv.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-09-01 20:26:27 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-09-01 20:39:19 +0100
commit6c5c0302f3624ec7c3b862c98d5514f29328bbe9 (patch)
tree9879fbad47b5957c279128f290c24da4f6832218 /include/svx/svdpntv.hxx
parent277b339371727134851da1b695d9d8d30889a961 (diff)
XubString->OUString
Change-Id: I8bf16712cee985c1eeeea9e42479f22de2a43597
Diffstat (limited to 'include/svx/svdpntv.hxx')
-rw-r--r--include/svx/svdpntv.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/svdpntv.hxx b/include/svx/svdpntv.hxx
index 2e9bc2534adb..69bc1fff0199 100644
--- a/include/svx/svdpntv.hxx
+++ b/include/svx/svdpntv.hxx
@@ -353,8 +353,8 @@ public:
virtual void AddWindowToPaintView(OutputDevice* pNewWin);
virtual void DeleteWindowFromPaintView(OutputDevice* pOldWin);
- void SetLayerVisible(const String& rName, sal_Bool bShow=sal_True);
- bool IsLayerVisible(const String& rName) const;
+ void SetLayerVisible(const OUString& rName, bool bShow=true);
+ bool IsLayerVisible(const OUString& rName) const;
void SetLayerLocked(const String& rName, sal_Bool bLock=sal_True);
bool IsLayerLocked(const String& rName) const;