From d87cb77b42b591b1333aacd60e107514d6e20864 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 4 Sep 2013 15:35:18 +0100 Subject: Resolves: fdo#68431 style:font-name unknown in non autostyles in impress/draw MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ib904af4fac5659821ba3b5dbbf62370df8243001 Reviewed-on: https://gerrit.libreoffice.org/5810 Reviewed-by: Pierre-Eric Pelloux-Prayer Tested-by: Pierre-Eric Pelloux-Prayer Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- xmloff/inc/XMLChartPropertySetMapper.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'xmloff/inc/XMLChartPropertySetMapper.hxx') diff --git a/xmloff/inc/XMLChartPropertySetMapper.hxx b/xmloff/inc/XMLChartPropertySetMapper.hxx index 5d353833a124..f2726baf09ed 100644 --- a/xmloff/inc/XMLChartPropertySetMapper.hxx +++ b/xmloff/inc/XMLChartPropertySetMapper.hxx @@ -58,6 +58,7 @@ private: protected: virtual void ContextFilter( + bool bEnableFoFontFamily, ::std::vector< XMLPropertyState >& rProperties, ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > rPropSet ) const; -- cgit