From a84c07509d9051084684987ad5ec47631afd50e5 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 19 Mar 2015 11:23:19 +0200 Subject: loplugin:constantfunction: sw Change-Id: Ife8ccbe4625d87d1e3314c75604cb3d947011680 --- sw/source/uibase/inc/optpage.hxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sw/source/uibase/inc/optpage.hxx') diff --git a/sw/source/uibase/inc/optpage.hxx b/sw/source/uibase/inc/optpage.hxx index 968ebee97af3..196a540384b8 100644 --- a/sw/source/uibase/inc/optpage.hxx +++ b/sw/source/uibase/inc/optpage.hxx @@ -108,10 +108,9 @@ class SwAddPrinterTabPage : public SfxTabPage OUString sNone; - bool bAttrModified; - bool bPreview; + bool bAttrModified; + bool bPreview; - void Init(); DECL_LINK(AutoClickHdl, void *); DECL_LINK(SelectHdl, void *); -- cgit