diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-04-07 20:16:26 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-04-08 07:11:34 +0000 |
commit | 5f3360957009b5cf05a592443df61a37536a9f1c (patch) | |
tree | fd4228bc249a187d505f782fc966b7e46fa89f5e /sw/source/ui/fmtui | |
parent | 753c474b199a9c12f182c89c487133f9fa88e352 (diff) |
SfxTabDialog: rename members missing their prefixes
Change-Id: I6c739d4c64fb0b460e993f2a326a0acfec98b1c7
Reviewed-on: https://gerrit.libreoffice.org/23902
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sw/source/ui/fmtui')
-rw-r--r-- | sw/source/ui/fmtui/tmpdlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/fmtui/tmpdlg.cxx b/sw/source/ui/fmtui/tmpdlg.cxx index 2abc0d820384..3e53d6bfa2a6 100644 --- a/sw/source/ui/fmtui/tmpdlg.cxx +++ b/sw/source/ui/fmtui/tmpdlg.cxx @@ -334,7 +334,7 @@ short SwTemplateDlg::Ok() if( RET_OK == nRet ) { const SfxPoolItem *pOutItem, *pExItem; - if( SfxItemState::SET == pExampleSet->GetItemState( + if( SfxItemState::SET == m_pExampleSet->GetItemState( SID_ATTR_NUMBERING_RULE, false, &pExItem ) && ( !GetOutputItemSet() || SfxItemState::SET != GetOutputItemSet()->GetItemState( |