From 6dfe66936bcdf63aa881de5476b1f4c900270853 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Wed, 25 Apr 2012 13:41:52 -0400 Subject: Support file field in ScEditFieldObj which requires special handling. --- sc/inc/fielduno.hxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sc/inc/fielduno.hxx') diff --git a/sc/inc/fielduno.hxx b/sc/inc/fielduno.hxx index bbd7405a43e6..b5baf638b32c 100644 --- a/sc/inc/fielduno.hxx +++ b/sc/inc/fielduno.hxx @@ -356,6 +356,9 @@ private: void setPropertyValueURL(const rtl::OUString& rName, const com::sun::star::uno::Any& rVal); com::sun::star::uno::Any getPropertyValueURL(const rtl::OUString& rName); + void setPropertyValueFile(const rtl::OUString& rName, const com::sun::star::uno::Any& rVal); + com::sun::star::uno::Any getPropertyValueFile(const rtl::OUString& rName); + public: static const com::sun::star::uno::Sequence& getUnoTunnelId(); static ScEditFieldObj* getImplementation(const com::sun::star::uno::Reference& xObj); -- cgit