summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2013-05-03 15:14:26 +0100
committerNoel Power <noel.power@suse.com>2013-05-09 14:11:21 +0100
commit880da6c7b7ea950799bb43f2bc107da4c2f07a6c (patch)
tree51944692a382719550f26c7f7734ce47e1c42818 /include
parentf1c6bebcadfbf2c32b0295bafb128fe15d70b2ba (diff)
fix userform data aware control import
Change-Id: I86f5cc0c60bba48eaaf40a3471cc0fb22e5e4b9c
Diffstat (limited to 'include')
-rw-r--r--include/oox/ole/vbacontrol.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/oox/ole/vbacontrol.hxx b/include/oox/ole/vbacontrol.hxx
index 0de80153baed..e31ee4312f29 100644
--- a/include/oox/ole/vbacontrol.hxx
+++ b/include/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:
OUString maName; ///< Name of the control.
OUString maTag; ///< User defined tag.