summaryrefslogtreecommitdiff
path: root/sc/inc/fielduno.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-04-25 13:41:52 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-04-26 09:58:03 -0400
commit6dfe66936bcdf63aa881de5476b1f4c900270853 (patch)
treeacafd930c9525c8ff1e4f78e6e90ae733ac30b93 /sc/inc/fielduno.hxx
parentd7c4d44671b0aa6c01974df474fd28e23367c69e (diff)
Support file field in ScEditFieldObj which requires special handling.
Diffstat (limited to 'sc/inc/fielduno.hxx')
-rw-r--r--sc/inc/fielduno.hxx3
1 files changed, 3 insertions, 0 deletions
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<sal_Int8>& getUnoTunnelId();
static ScEditFieldObj* getImplementation(const com::sun::star::uno::Reference<com::sun::star::text::XTextContent>& xObj);