From e463c96092e108a8fad3b9a91b693457f3c26545 Mon Sep 17 00:00:00 2001 From: Tamás Zolnai Date: Sat, 26 Aug 2017 16:10:51 +0200 Subject: tdf#111980: DOCX: Handle ActiveX radio button group MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I3372b3b69623bda5c6e8587215e8fb7056fdf0a7 Reviewed-on: https://gerrit.libreoffice.org/41586 Tested-by: Jenkins Reviewed-by: Tamás Zolnai --- include/oox/ole/axcontrol.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'include/oox/ole/axcontrol.hxx') 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. -- cgit