summaryrefslogtreecommitdiff
path: root/include/vcl/dockwin.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-12-24 10:47:38 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-12-24 11:03:58 +0100
commita2f1be46f29dad0923bee8a93ab1aecdbccb332b (patch)
tree0902027d570b4ae6dcc6105392188dc7b229cebc /include/vcl/dockwin.hxx
parentaba8e26120a6cabe65d43a3f089ee802cfbbe338 (diff)
sal_Char->char in vcl
Change-Id: I4359b7042f98586e2c9f5529d83d769cdf3d033c Reviewed-on: https://gerrit.libreoffice.org/85775 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/dockwin.hxx')
-rw-r--r--include/vcl/dockwin.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/dockwin.hxx b/include/vcl/dockwin.hxx
index a3743c2f2c39..d5c942e4d984 100644
--- a/include/vcl/dockwin.hxx
+++ b/include/vcl/dockwin.hxx
@@ -252,7 +252,7 @@ private:
DockingWindow & operator= (const DockingWindow &) = delete;
protected:
- SAL_DLLPRIVATE void SetIdleDebugName( const sal_Char *pDebugName );
+ SAL_DLLPRIVATE void SetIdleDebugName( const char *pDebugName );
using Window::ImplInit;
SAL_DLLPRIVATE void ImplInit( vcl::Window* pParent, WinBits nStyle );
@@ -369,7 +369,7 @@ inline void DockingWindow::SetFloatingPos( const Point& rNewPos )
maFloatPos = rNewPos;
}
-inline void DockingWindow::SetIdleDebugName( const sal_Char *pDebugName )
+inline void DockingWindow::SetIdleDebugName( const char *pDebugName )
{
maLayoutIdle.SetDebugName( pDebugName );
}