diff options
Diffstat (limited to 'sfx2/source/dialog/styledlg.cxx')
-rw-r--r-- | sfx2/source/dialog/styledlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/dialog/styledlg.cxx b/sfx2/source/dialog/styledlg.cxx index ecf57a63f34b..e2ed267c3723 100644 --- a/sfx2/source/dialog/styledlg.cxx +++ b/sfx2/source/dialog/styledlg.cxx @@ -43,7 +43,7 @@ SfxStyleDialog::SfxStyleDialog */ : SfxTabDialog(pParent, rID, rUIXMLDescription, - rStyle.GetItemSet().Clone(), true) + &rStyle.GetItemSet(), true) , pStyle( &rStyle ) { |