summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/bbdlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/tabpages/bbdlg.cxx')
-rw-r--r--cui/source/tabpages/bbdlg.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/cui/source/tabpages/bbdlg.cxx b/cui/source/tabpages/bbdlg.cxx
index 756e7abe9bea..488fc5283a6b 100644
--- a/cui/source/tabpages/bbdlg.cxx
+++ b/cui/source/tabpages/bbdlg.cxx
@@ -69,10 +69,9 @@ void SvxBorderBackgroundDlg::PageCreated(const OString& rPageId, SfxTabPage& rTa
// demand, but could also be directly added from the DrawModel.
else if (rPageId == "area")
{
- SfxItemSet aNew(
- *GetInputSetImpl()->GetPool(),
- svl::Items<SID_COLOR_TABLE, SID_PATTERN_LIST,
- SID_OFFER_IMPORT, SID_OFFER_IMPORT>);
+ SfxItemSetFixed<SID_COLOR_TABLE, SID_PATTERN_LIST,
+ SID_OFFER_IMPORT, SID_OFFER_IMPORT>
+ aNew(*GetInputSetImpl()->GetPool());
aNew.Put(*GetInputSetImpl());