summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-10-09 20:52:00 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-10-09 20:52:00 +0100
commit365d1ec2782e5be83e99e6f676b8e248f6ebf16c (patch)
tree44b8100e81d8228c0f585f8aaf4d16ae059b04f1 /include
parent1bfb59ba81984b056d96c442405a31cc3aeb744d (diff)
no ComboBoxes loaded from .src anymore
Change-Id: Ic497dddfe326e9cc06e71c39284b2848d17ae0c8
Diffstat (limited to 'include')
-rw-r--r--include/tools/rcid.h1
-rw-r--r--include/vcl/combobox.hxx2
2 files changed, 0 insertions, 3 deletions
diff --git a/include/tools/rcid.h b/include/tools/rcid.h
index 36839e5d0d83..d47b0e1495b3 100644
--- a/include/tools/rcid.h
+++ b/include/tools/rcid.h
@@ -55,7 +55,6 @@
#define RSC_EDIT (RSC_NOTYPE + 0x52)
-#define RSC_COMBOBOX (RSC_NOTYPE + 0x54)
#define RSC_LISTBOX (RSC_NOTYPE + 0x55)
#define RSC_TEXT (RSC_NOTYPE + 0x57)
diff --git a/include/vcl/combobox.hxx b/include/vcl/combobox.hxx
index e67a4e247234..d4dcfb9ad915 100644
--- a/include/vcl/combobox.hxx
+++ b/include/vcl/combobox.hxx
@@ -43,7 +43,6 @@ 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 ImplCalcEditHeight();
SAL_DLLPRIVATE long getMaxWidthScrollBarAndDownButton() const;
@@ -54,7 +53,6 @@ protected:
public:
explicit ComboBox( vcl::Window* pParent, WinBits nStyle = 0 );
- explicit ComboBox( vcl::Window* pParent, const ResId& );
virtual ~ComboBox() override;
virtual void dispose() override;