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 | |
parent | 4347d844646907ba31dc1e0c7f53c5a93d986c2a (diff) |
callcatcher: another round of ResId removals
Change-Id: Ia3acdb3501b7735820258cb090e731f5814bc07f
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/basedlgs.hxx | 1 | ||||
-rw-r--r-- | include/svtools/wizardmachine.hxx | 3 | ||||
-rw-r--r-- | include/vcl/scrbar.hxx | 1 | ||||
-rw-r--r-- | include/vcl/vclmedit.hxx | 6 |
4 files changed, 2 insertions, 9 deletions
diff --git a/include/sfx2/basedlgs.hxx b/include/sfx2/basedlgs.hxx index f718f2208498..6d46b7ad7fb0 100644 --- a/include/sfx2/basedlgs.hxx +++ b/include/sfx2/basedlgs.hxx @@ -68,7 +68,6 @@ private: SAL_DLLPRIVATE void init(); protected: - SfxModalDialog(Window *pParent, const ResId& ); SfxModalDialog(Window *pParent, const OString& rID, const OUString& rUIXMLDescription); OUString& GetExtraData() { return aExtraData; } diff --git a/include/svtools/wizardmachine.hxx b/include/svtools/wizardmachine.hxx index 0170b2e5a377..5d780a88c620 100644 --- a/include/svtools/wizardmachine.hxx +++ b/include/svtools/wizardmachine.hxx @@ -171,11 +171,8 @@ namespace svt public: /** ctor - The ctor does not call FreeResource, this is the resposibility of the derived class. - For the button flags, use any combination of the WZB_* flags. */ - OWizardMachine(Window* _pParent, const ResId& _rRes, sal_uInt32 _nButtonFlags ); OWizardMachine(Window* _pParent, const WinBits i_nStyle, sal_uInt32 _nButtonFlags ); OWizardMachine(Window* _pParent, sal_uInt32 _nButtonFlags ); virtual ~OWizardMachine(); 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(); |