summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/pagesettings.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-02-06 14:03:46 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-02-07 06:01:50 +0000
commitc1380c00397aa251627fb81f1665704416e1a4f8 (patch)
treea7feb23ea1e8d4faec03ffbd80c716fe8fca3f9a /sc/source/filter/oox/pagesettings.cxx
parentd91c81e4335ccf6a383d1d66d789f2478c92bc7a (diff)
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 <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/source/filter/oox/pagesettings.cxx')
-rw-r--r--sc/source/filter/oox/pagesettings.cxx2
1 files changed, 1 insertions, 1 deletions
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 );
}