summaryrefslogtreecommitdiff
path: root/include/vcl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-10-12 10:42:47 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-10-12 11:38:00 +0100
commit637587fc8fe4ed3ae7c254fc1dc117bb78f326cb (patch)
tree394180e582edb414eb71f47595d235149ffb1089 /include/vcl
parent3abc98687715072080ba408b12fd8ef0a17573d5 (diff)
drop unused argument
Change-Id: I54a86f98289877abc435e2c7397ff5fd6c516545
Diffstat (limited to 'include/vcl')
-rw-r--r--include/vcl/edit.hxx2
-rw-r--r--include/vcl/lstbox.hxx2
-rw-r--r--include/vcl/window.hxx4
3 files changed, 4 insertions, 4 deletions
diff --git a/include/vcl/edit.hxx b/include/vcl/edit.hxx
index 5aaa9f7776d2..df00e800fa7a 100644
--- a/include/vcl/edit.hxx
+++ b/include/vcl/edit.hxx
@@ -132,7 +132,7 @@ protected:
using Window::ImplInit;
SAL_DLLPRIVATE void ImplInit( vcl::Window* pParent, WinBits nStyle );
SAL_DLLPRIVATE static WinBits ImplInitStyle( WinBits nStyle );
- SAL_DLLPRIVATE void ImplLoadRes( const ResId& rResId );
+ SAL_DLLPRIVATE void ImplLoadRes();
SAL_DLLPRIVATE void ImplSetSelection( const Selection& rSelection, bool bPaint = true );
SAL_DLLPRIVATE ControlType ImplGetNativeControlType() const;
SAL_DLLPRIVATE long ImplGetExtraXOffset() const;
diff --git a/include/vcl/lstbox.hxx b/include/vcl/lstbox.hxx
index 4f22c06493f6..4c3b3bb398af 100644
--- a/include/vcl/lstbox.hxx
+++ b/include/vcl/lstbox.hxx
@@ -107,7 +107,7 @@ protected:
using Window::ImplInit;
SAL_DLLPRIVATE void ImplInit( vcl::Window* pParent, WinBits nStyle );
SAL_DLLPRIVATE static WinBits ImplInitStyle( WinBits nStyle );
- SAL_DLLPRIVATE void ImplLoadRes( const ResId& rResId );
+ SAL_DLLPRIVATE void ImplLoadRes();
bool IsDropDownBox() const { return mpFloatWin != nullptr; }
protected:
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx
index 9b36a551356f..8563d952372c 100644
--- a/include/vcl/window.hxx
+++ b/include/vcl/window.hxx
@@ -635,8 +635,8 @@ protected:
SAL_DLLPRIVATE bool ImplSetClipFlagOverlapWindows( bool bSysObjOnlySmaller = false );
SAL_DLLPRIVATE WinBits ImplInitRes( const ResId& rResId );
- SAL_DLLPRIVATE WindowResHeader ImplLoadResHeader( const ResId& rResId );
- SAL_DLLPRIVATE void ImplLoadRes( const ResId& rResId );
+ SAL_DLLPRIVATE WindowResHeader ImplLoadResHeader();
+ SAL_DLLPRIVATE void ImplLoadRes();
SAL_DLLPRIVATE void PushPaintHelper(PaintHelper* pHelper, vcl::RenderContext& rRenderContext);
SAL_DLLPRIVATE void PopPaintHelper(PaintHelper* pHelper);