summaryrefslogtreecommitdiff
path: root/sc/inc/fielduno.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-05-01 11:28:31 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-05-03 20:28:15 -0400
commita5c8e9a8cec4202ddc7bac60dd38c5782fa3b2cc (patch)
tree7b7f5393100a4afb3a421a1e5bd72cbcd342097a /sc/inc/fielduno.hxx
parent4aeb8aff9e418aef1fde4b2b60333216cc527f13 (diff)
Properly import DateTimeField.
Change-Id: Ib56655b3306f9be035e1f59d233e0a118f247e37
Diffstat (limited to 'sc/inc/fielduno.hxx')
-rw-r--r--sc/inc/fielduno.hxx4
1 files changed, 3 insertions, 1 deletions
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<sal_Int8>& getUnoTunnelId();
static ScEditFieldObj* getImplementation(const com::sun::star::uno::Reference<com::sun::star::text::XTextContent>& xObj);