summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-06-14 21:36:11 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-06-15 20:30:39 +0100
commit8d373129e9ade194ff7759c9e8736945c4a2fb42 (patch)
tree156661f5b7e6a9a9d5657001d180a25cd4bda0bc /include
parent2f7eb939fe162cbe16af68bb09754a8a9800a78f (diff)
callcatcher: update unused code
and strip away some stuff in rsc that should now be dead Change-Id: I6411e706c50dff299099680f1f942bf61c4e79f2
Diffstat (limited to 'include')
-rw-r--r--include/tools/rcid.h5
-rw-r--r--include/vcl/combobox.hxx1
-rw-r--r--include/vcl/field.hxx1
3 files changed, 0 insertions, 7 deletions
diff --git a/include/tools/rcid.h b/include/tools/rcid.h
index 3d04f789a06a..aef56b4dd4e1 100644
--- a/include/tools/rcid.h
+++ b/include/tools/rcid.h
@@ -95,11 +95,6 @@
#define RSC_DATEFIELD (RSC_NOTYPE + 0x66)
#define RSC_TIMEFIELD (RSC_NOTYPE + 0x67)
-#define RSC_NUMERICBOX (RSC_NOTYPE + 0x69)
-
-
-
-
#define RSC_TOOLBOXITEM (RSC_NOTYPE + 0x70)
diff --git a/include/vcl/combobox.hxx b/include/vcl/combobox.hxx
index 3ea2f64a0375..f0dd4592b741 100644
--- a/include/vcl/combobox.hxx
+++ b/include/vcl/combobox.hxx
@@ -85,7 +85,6 @@ protected:
SAL_DLLPRIVATE long getMaxWidthScrollBarAndDownButton() const;
protected:
- explicit ComboBox( WindowType nType );
bool IsDropDownBox() const { return mpFloatWin ? true : false; }
virtual void FillLayoutData() const SAL_OVERRIDE;
diff --git a/include/vcl/field.hxx b/include/vcl/field.hxx
index a7a9d6f7176b..8a7f844fa4d2 100644
--- a/include/vcl/field.hxx
+++ b/include/vcl/field.hxx
@@ -718,7 +718,6 @@ class VCL_DLLPUBLIC NumericBox : public ComboBox, public NumericFormatter
{
public:
explicit NumericBox( Window* pParent, WinBits nWinStyle );
- explicit NumericBox( Window* pParent, const ResId& );
virtual ~NumericBox();
virtual Size CalcMinimumSize() const SAL_OVERRIDE;