summaryrefslogtreecommitdiff
path: root/xmloff/source/style
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-10-20 15:25:50 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-10-21 06:18:01 +0000
commitf0ae4082ebe554146ac6fba9894cfe7d2978a4a0 (patch)
tree6c69f13adc753162bc8de31d4e939fcf002f7b49 /xmloff/source/style
parentece0ff48fafce28691321e17420ebc64b3175594 (diff)
loplugin:expandablemethodds in include/xmloff
Change-Id: I6b1430220adaf240ef873ff908e3a767dfc278bf Reviewed-on: https://gerrit.libreoffice.org/30106 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff/source/style')
-rw-r--r--xmloff/source/style/prstylei.cxx7
1 files changed, 1 insertions, 6 deletions
diff --git a/xmloff/source/style/prstylei.cxx b/xmloff/source/style/prstylei.cxx
index 2b34eec7eddd..387ca191bb2d 100644
--- a/xmloff/source/style/prstylei.cxx
+++ b/xmloff/source/style/prstylei.cxx
@@ -177,11 +177,6 @@ const OldFillStyleDefinitionSet& XMLPropStyleContext::getFooterSet()
return theFooterSet::get();
}
-const OldFillStyleDefinitionSet& XMLPropStyleContext::getParaSet()
-{
- return theParaSet::get();
-}
-
SvXMLImportContext *XMLPropStyleContext::CreateChildContext(
sal_uInt16 nPrefix,
const OUString& rLocalName,
@@ -290,7 +285,7 @@ void XMLPropStyleContext::CreateAndInsert( bool bOverwrite )
if(doNewDrawingLayerFillStyleDefinitionsExist(s_FillStyle))
{
- deactivateOldFillStyleDefinitions(getParaSet());
+ deactivateOldFillStyleDefinitions(theParaSet::get());
bDrawingLayerFillStylesUsed = true;
}
}