summaryrefslogtreecommitdiff
path: root/include/vcl/button.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-10-08 17:00:19 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-10-08 21:00:11 +0100
commitc65386cec9398c7b8ce969d638cd1b5d98483f98 (patch)
tree1841e7f3ba397cb796c17b92aa690569180bb3a8 /include/vcl/button.hxx
parent120621a128f4c2d4f39fd9f44c1a735d4c67991e (diff)
no radiobuttons or checkboxes loaded from src files anymore
Change-Id: Ie10ebcf56a6145c8edeb903bed1beb0cf5cf8a7a
Diffstat (limited to 'include/vcl/button.hxx')
-rw-r--r--include/vcl/button.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/vcl/button.hxx b/include/vcl/button.hxx
index af7cd5533ce3..6ce35fa1441b 100644
--- a/include/vcl/button.hxx
+++ b/include/vcl/button.hxx
@@ -302,7 +302,6 @@ protected:
using Control::ImplInitSettings;
using Window::ImplInit;
SAL_DLLPRIVATE void ImplInit( vcl::Window* pParent, WinBits nStyle );
- SAL_DLLPRIVATE void ImplLoadRes( const ResId& rResId );
public:
SAL_DLLPRIVATE void ImplCallClick( bool bGrabFocus = false, GetFocusFlags nFocusFlags = GetFocusFlags::NONE );
@@ -324,7 +323,6 @@ protected:
public:
explicit RadioButton( vcl::Window* pParent, WinBits nWinStyle = 0 );
- explicit RadioButton( vcl::Window* pParent, const ResId& );
virtual ~RadioButton() override;
virtual void dispose() override;
@@ -424,7 +422,6 @@ protected:
using Control::ImplInitSettings;
using Window::ImplInit;
SAL_DLLPRIVATE void ImplInit( vcl::Window* pParent, WinBits nStyle );
- SAL_DLLPRIVATE void ImplLoadRes( const ResId& rResId );
virtual void FillLayoutData() const override;
virtual const vcl::Font& GetCanonicalFont( const StyleSettings& _rStyle ) const override;
virtual const Color& GetCanonicalTextColor( const StyleSettings& _rStyle ) const override;