diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-05-28 10:34:32 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-05-28 10:44:59 +0100 |
commit | aa8b268935b07c9bf95a596ee84c76eed4c03634 (patch) | |
tree | ca0deb2696243e6b1a6b8af6962a0cb701eeed7a /include/sfx2/mgetempl.hxx | |
parent | 72827968e606adcdf8c16e5381b887180975ae46 (diff) |
Resolves: fdo#79142 When Creating Styles - The 2nd One Always Replaces the 1st
regression from 0c17ccc493d0c7a80f37600dae76a09a119bef78
I think it might actually make more sense for SetName to always Reindex
and have another SetNameNoReindex for selective use where its known
safe to get away with it
Change-Id: I6bf7e1f45130f741954ab525b838f3ac5ff61a89
Diffstat (limited to 'include/sfx2/mgetempl.hxx')
-rw-r--r-- | include/sfx2/mgetempl.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sfx2/mgetempl.hxx b/include/sfx2/mgetempl.hxx index 6082fbe370b3..085da933ed2e 100644 --- a/include/sfx2/mgetempl.hxx +++ b/include/sfx2/mgetempl.hxx @@ -54,6 +54,7 @@ class SfxManageStyleSheetPage : public SfxTabPage SfxStyleSheetBase *pStyle; SfxStyleFamilies *pFamilies; + SfxStyleSheetBasePool *pPool; const SfxStyleFamilyItem *pItem; OUString aBuf; bool bModified; |