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/vcl | |
parent | c05984305b29606bd9cbc821a483206446d4c33e (diff) |
TimeFields not loaded from resource files anymore
Change-Id: Idf69d375eff4bfff7115e59530b37200ee79f086
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/field.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
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; |