diff options
Diffstat (limited to 'include')
-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. |