summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/tools/rcid.h3
-rw-r--r--include/vcl/field.hxx3
2 files changed, 0 insertions, 6 deletions
diff --git a/include/tools/rcid.h b/include/tools/rcid.h
index fb204309f7fc..b78a420c42e6 100644
--- a/include/tools/rcid.h
+++ b/include/tools/rcid.h
@@ -78,9 +78,6 @@
#define RSC_NUMERICFIELD (RSC_NOTYPE + 0x63)
#define RSC_METRICFIELD (RSC_NOTYPE + 0x64)
-#define RSC_DATEFIELD (RSC_NOTYPE + 0x66)
-
-
#define RSC_TOOLBOXITEM (RSC_NOTYPE + 0x70)
#define RSC_TOOLBOX (RSC_NOTYPE + 0x71)
#define RSC_DOCKINGWINDOW (RSC_NOTYPE + 0x72)
diff --git a/include/vcl/field.hxx b/include/vcl/field.hxx
index 02da97b59ab7..179c16a974a1 100644
--- a/include/vcl/field.hxx
+++ b/include/vcl/field.hxx
@@ -325,7 +325,6 @@ private:
protected:
DateFormatter();
- SAL_DLLPRIVATE void ImplLoadRes( const ResId& rResId );
SAL_DLLPRIVATE const Date& ImplGetFieldDate() const { return maFieldDate; }
SAL_DLLPRIVATE bool ImplDateReformat( const OUString& rStr, OUString& rOutStr,
const AllSettings& rSettings );
@@ -630,11 +629,9 @@ private:
protected:
SAL_DLLPRIVATE void ImplDateSpinArea( bool bUp );
- SAL_DLLPRIVATE void ImplLoadRes( const ResId& rResId );
public:
explicit DateField( vcl::Window* pParent, WinBits nWinStyle );
- explicit DateField( vcl::Window* pParent, const ResId& );
virtual ~DateField();
virtual bool PreNotify( NotifyEvent& rNEvt ) SAL_OVERRIDE;