summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/page.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-10-18 13:00:45 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-10-19 06:26:00 +0000
commitdcb1fbef204ebe7b0a6ccdf70630aa217a8d0e94 (patch)
treec00d8972fd57a628b8d1376ef605dc5107502ff6 /cui/source/tabpages/page.cxx
parent98b77ad1e6acbbdda4843a4b57c1185d53884581 (diff)
loplugin:expandablemethodds in cui
Change-Id: I7b2321d45171f9b73965efea32832a3789f0dee7 Reviewed-on: https://gerrit.libreoffice.org/30011 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'cui/source/tabpages/page.cxx')
-rw-r--r--cui/source/tabpages/page.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/tabpages/page.cxx b/cui/source/tabpages/page.cxx
index b15879f5af5e..0c9d42a68e07 100644
--- a/cui/source/tabpages/page.cxx
+++ b/cui/source/tabpages/page.cxx
@@ -1705,7 +1705,7 @@ void SvxPageDescPage::PageCreated(const SfxAllItemSet& aSet)
if (pModeItem)
{
- SetMode((SvxModeType)pModeItem->GetEnumValue());
+ eMode = (SvxModeType)pModeItem->GetEnumValue();
}
if(pPaperStartItem && pPaperEndItem)