diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-07-24 10:05:23 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-07-24 12:46:54 +0100 |
commit | 2223ff6cb99df097a357674801835c7a260b551d (patch) | |
tree | ad505b80b59344b3531f713d2eff4b61382a0f86 /sfx2 | |
parent | 1af0e46102350114dd5e854b7692c640dae2727f (diff) |
Related: fdo#81641 exclude 'all styles' category from organizer page
it doesn't make sense to be able to assign a style to
'all styles'
Change-Id: I632c62f293b553e436ceb8da0baf2bb39941fd39
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/dialog/mgetempl.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/source/dialog/mgetempl.cxx b/sfx2/source/dialog/mgetempl.cxx index 41830a187fc6..7bc9c4604c2d 100644 --- a/sfx2/source/dialog/mgetempl.cxx +++ b/sfx2/source/dialog/mgetempl.cxx @@ -193,6 +193,7 @@ SfxManageStyleSheetPage::SfxManageStyleSheetPage(Window* pParent, const SfxItemS if ( pTupel->nFlags != SFXSTYLEBIT_AUTO && pTupel->nFlags != SFXSTYLEBIT_USED && + pTupel->nFlags != SFXSTYLEBIT_ALL_VISIBLE && pTupel->nFlags != SFXSTYLEBIT_ALL ) { m_pFilterLb->InsertEntry( pTupel->aName, nIdx ); |