summaryrefslogtreecommitdiff
path: root/sw/source/ui/fmtui
diff options
context:
space:
mode:
authorNoel <noel.grandin@collabora.co.uk>2021-01-04 12:26:17 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-01-06 07:42:55 +0100
commitf2e4451372eb69063c46ce2324c6835a3827e9d7 (patch)
tree936ef7e77c4e27618ac1d5a01f62521647d97600 /sw/source/ui/fmtui
parent131919487592822d3b6b54f174023464fc595eef (diff)
loplugin:unusedfields
Change-Id: I0599f33ef4c0070e6ce61b0041db074cce217349 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108659 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/ui/fmtui')
-rw-r--r--sw/source/ui/fmtui/tmpdlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/fmtui/tmpdlg.cxx b/sw/source/ui/fmtui/tmpdlg.cxx
index b66956d824c3..b87107fd8299 100644
--- a/sw/source/ui/fmtui/tmpdlg.cxx
+++ b/sw/source/ui/fmtui/tmpdlg.cxx
@@ -323,7 +323,7 @@ void SwTemplateDlgController::PageCreated(const OString& rId, SfxTabPage &rPage
else if (rId == "condition")
{
static_cast<SwCondCollPage&>(rPage).SetCollection(
- static_cast<SwDocStyleSheet&>(GetStyleSheet()).GetCollection(), bNewStyle );
+ static_cast<SwDocStyleSheet&>(GetStyleSheet()).GetCollection() );
}
else if (rId == "page")
{