diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-12-31 13:06:38 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-12-31 18:10:51 +0000 |
commit | caa92788885c6bfca326b11237e17cd981da1b7f (patch) | |
tree | 3886662f1421b595ab73a82c2ddefd6681e44cdc /include | |
parent | c05984305b29606bd9cbc821a483206446d4c33e (diff) |
TimeFields not loaded from resource files anymore
Change-Id: Idf69d375eff4bfff7115e59530b37200ee79f086
Diffstat (limited to 'include')
-rw-r--r-- | include/tools/rc.h | 3 | ||||
-rw-r--r-- | include/tools/rcid.h | 1 | ||||
-rw-r--r-- | include/vcl/field.hxx | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/include/tools/rc.h b/include/tools/rc.h index 64f397df1d41..14ad10de4ef9 100644 --- a/include/tools/rc.h +++ b/include/tools/rc.h @@ -118,9 +118,6 @@ typedef short RSWND_STYLE; #define DATEFIELD_FIRST 0x01 #define DATEFIELD_LAST 0x02 -#define TIMEFIELD_FIRST 0x01 -#define TIMEFIELD_LAST 0x02 - // For "ToolBoxItem" resources: #define RSC_TOOLBOXITEM_ID 0x0001 #define RSC_TOOLBOXITEM_TYPE 0x0002 diff --git a/include/tools/rcid.h b/include/tools/rcid.h index 260626ed479e..fb204309f7fc 100644 --- a/include/tools/rcid.h +++ b/include/tools/rcid.h @@ -79,7 +79,6 @@ #define RSC_METRICFIELD (RSC_NOTYPE + 0x64) #define RSC_DATEFIELD (RSC_NOTYPE + 0x66) -#define RSC_TIMEFIELD (RSC_NOTYPE + 0x67) #define RSC_TOOLBOXITEM (RSC_NOTYPE + 0x70) diff --git a/include/vcl/field.hxx b/include/vcl/field.hxx index f3d6c8209bdd..0065e1a2e476 100644 --- a/include/vcl/field.hxx +++ b/include/vcl/field.hxx @@ -667,11 +667,9 @@ private: protected: SAL_DLLPRIVATE void ImplTimeSpinArea( bool bUp ); - SAL_DLLPRIVATE void ImplLoadRes( const ResId& rResId ); public: explicit TimeField( vcl::Window* pParent, WinBits nWinStyle ); - explicit TimeField( vcl::Window* pParent, const ResId& ); virtual ~TimeField(); virtual bool PreNotify( NotifyEvent& rNEvt ) SAL_OVERRIDE; |