diff options
author | Noel Grandin <noel@peralex.com> | 2015-03-19 11:23:19 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-03-23 09:42:22 +0200 |
commit | a84c07509d9051084684987ad5ec47631afd50e5 (patch) | |
tree | b9366fc0852114c933aed2dc2c1b9fb018bc7f20 /sw/source/uibase/inc/optpage.hxx | |
parent | fd68059586246f415a5fa6637fafad1ac9293e92 (diff) |
loplugin:constantfunction: sw
Change-Id: Ife8ccbe4625d87d1e3314c75604cb3d947011680
Diffstat (limited to 'sw/source/uibase/inc/optpage.hxx')
-rw-r--r-- | sw/source/uibase/inc/optpage.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
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 *); |