diff options
author | Tamás Zolnai <tamas.zolnai@collabora.com> | 2017-08-26 16:10:51 +0200 |
---|---|---|
committer | Tamás Zolnai <tamas.zolnai@collabora.com> | 2017-08-26 18:31:45 +0200 |
commit | e463c96092e108a8fad3b9a91b693457f3c26545 (patch) | |
tree | a63cdaa424aefe561716ee3ea8a0cb469d0a0c45 /include/oox/ole/axcontrol.hxx | |
parent | 1ab6d39146b6ff0a633ae0821e2db5705d3ad6c3 (diff) |
tdf#111980: DOCX: Handle ActiveX radio button group
Change-Id: I3372b3b69623bda5c6e8587215e8fb7056fdf0a7
Reviewed-on: https://gerrit.libreoffice.org/41586
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Diffstat (limited to 'include/oox/ole/axcontrol.hxx')
-rw-r--r-- | include/oox/ole/axcontrol.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/oox/ole/axcontrol.hxx b/include/oox/ole/axcontrol.hxx index 6da2e8039ffc..a932a7bcfcd2 100644 --- a/include/oox/ole/axcontrol.hxx +++ b/include/oox/ole/axcontrol.hxx @@ -616,6 +616,7 @@ public: virtual bool importBinaryModel( BinaryInputStream& rInStrm ) override; virtual void exportBinaryModel( BinaryOutputStream& rOutStrm ) override; virtual void convertProperties( PropertyMap& rPropMap, const ControlConverter& rConv ) const override; + virtual void convertFromProperties( PropertySet& rPropSet, const ControlConverter& rConv ) override; public: // direct access needed for legacy VML drawing controls StreamDataSequence maPictureData; ///< Binary picture stream. |