diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-08-12 08:36:15 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-08-12 09:02:03 +0100 |
commit | d24df3fc66614eda59d38f6ab409be73f8a20dad (patch) | |
tree | 0e8d4a1c123b12b6718b185e338ff6e1d0cb1d09 /include/vcl | |
parent | 4347d844646907ba31dc1e0c7f53c5a93d986c2a (diff) |
callcatcher: another round of ResId removals
Change-Id: Ia3acdb3501b7735820258cb090e731f5814bc07f
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/scrbar.hxx | 1 | ||||
-rw-r--r-- | include/vcl/vclmedit.hxx | 6 |
2 files changed, 2 insertions, 5 deletions
diff --git a/include/vcl/scrbar.hxx b/include/vcl/scrbar.hxx index c285c13361aa..febefc08c1fe 100644 --- a/include/vcl/scrbar.hxx +++ b/include/vcl/scrbar.hxx @@ -72,7 +72,6 @@ private: using Window::ImplInit; SAL_DLLPRIVATE void ImplInit( Window* pParent, WinBits nStyle ); SAL_DLLPRIVATE void ImplInitStyle( WinBits nStyle ); - SAL_DLLPRIVATE void ImplLoadRes( const ResId& rResId ); SAL_DLLPRIVATE void ImplUpdateRects( bool bUpdate = true ); SAL_DLLPRIVATE long ImplCalcThumbPos( long nPixPos ); SAL_DLLPRIVATE long ImplCalcThumbPosPix( long nPos ); diff --git a/include/vcl/vclmedit.hxx b/include/vcl/vclmedit.hxx index 6e292a41050b..29cb6fbcccf7 100644 --- a/include/vcl/vclmedit.hxx +++ b/include/vcl/vclmedit.hxx @@ -58,10 +58,8 @@ protected: ScrollBar* GetVScrollBar() const; public: - VclMultiLineEdit( Window* pParent, WinBits nWinStyle = WB_LEFT | WB_BORDER ); - VclMultiLineEdit( Window* pParent, const ResId& rResId ); - virtual ~VclMultiLineEdit(); - + VclMultiLineEdit( Window* pParent, WinBits nWinStyle = WB_LEFT | WB_BORDER ); + virtual ~VclMultiLineEdit(); void SelectionChanged(); void CaretChanged(); |