diff options
Diffstat (limited to 'include/svx/svdpntv.hxx')
-rw-r--r-- | include/svx/svdpntv.hxx | 4 |
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; |