From a5c8e9a8cec4202ddc7bac60dd38c5782fa3b2cc Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Tue, 1 May 2012 11:28:31 -0400 Subject: Properly import DateTimeField. Change-Id: Ib56655b3306f9be035e1f59d233e0a118f247e37 --- sc/inc/fielduno.hxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sc/inc/fielduno.hxx') diff --git a/sc/inc/fielduno.hxx b/sc/inc/fielduno.hxx index 4f3d29b718d9..8f83eebd480f 100644 --- a/sc/inc/fielduno.hxx +++ b/sc/inc/fielduno.hxx @@ -214,7 +214,7 @@ class ScEditFieldObj : public cppu::WeakImplHelper4< private boost::noncopyable { public: - enum FieldType { URL = 0, Page, Pages, Date, Time, Title, File, Sheet }; + enum FieldType { URL = 0, Page, Pages, Date, Time, ExtTime, Title, File, Sheet }; private: const SfxItemPropertySet* pPropSet; @@ -236,6 +236,8 @@ private: void setPropertyValueFile(const rtl::OUString& rName, const com::sun::star::uno::Any& rVal); com::sun::star::uno::Any getPropertyValueFile(const rtl::OUString& rName); + void setPropertyValueExtTime(const rtl::OUString& rName, const com::sun::star::uno::Any& rVal); + public: static const com::sun::star::uno::Sequence& getUnoTunnelId(); static ScEditFieldObj* getImplementation(const com::sun::star::uno::Reference& xObj); -- cgit