From c1380c00397aa251627fb81f1665704416e1a4f8 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 6 Feb 2017 14:03:46 +0200 Subject: drop unused FONT_PROPTYPE_CELL constant which makes this enum not necessary anymore Change-Id: I0194634d357569aee502f1e8a7fd95c49e23040c Reviewed-on: https://gerrit.libreoffice.org/33967 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sc/source/filter/oox/pagesettings.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/source/filter/oox/pagesettings.cxx') diff --git a/sc/source/filter/oox/pagesettings.cxx b/sc/source/filter/oox/pagesettings.cxx index 5af216a589d4..f8b12771eca5 100644 --- a/sc/source/filter/oox/pagesettings.cxx +++ b/sc/source/filter/oox/pagesettings.cxx @@ -754,7 +754,7 @@ void HeaderFooterParser::setAttributes() Font aFont( *this, maFontModel ); aFont.finalizeImport(); PropertySet aPropSet( getEndPos() ); - aFont.writeToPropertySet( aPropSet, FONT_PROPTYPE_TEXT ); + aFont.writeToPropertySet( aPropSet ); getStartPos()->gotoEnd( false ); getEndPos()->gotoEnd( false ); } -- cgit