summaryrefslogtreecommitdiff
path: root/oox/inc
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2013-04-25 15:37:22 +0100
committerNoel Power <noel.power@suse.com>2013-04-26 15:30:36 +0100
commitcdb7217a0fa82edd13f8c532f2d66215f382f673 (patch)
tree4aa28f7c031ca6a0a9a4028966775a46e8a134fe /oox/inc
parent0de977ff6067cf8c7cc8fe7e279eaaf849f10446 (diff)
fix userform data aware control import
Change-Id: I5b958f8760c38793344c2c573e1cef97a0b6e3e9
Diffstat (limited to 'oox/inc')
-rw-r--r--oox/inc/oox/ole/vbacontrol.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/oox/inc/oox/ole/vbacontrol.hxx b/oox/inc/oox/ole/vbacontrol.hxx
index b9f3975d5e37..25421002c430 100644
--- a/oox/inc/oox/ole/vbacontrol.hxx
+++ b/oox/inc/oox/ole/vbacontrol.hxx
@@ -73,7 +73,8 @@ public:
const ControlConverter& rConv,
ApiControlType eCtrlType,
sal_Int32 nCtrlIndex ) const;
-
+ inline ::rtl::OUString getControlSource() { return maControlSource; }
+ inline ::rtl::OUString getRowSource() { return maRowSource; }
protected:
::rtl::OUString maName; ///< Name of the control.
::rtl::OUString maTag; ///< User defined tag.