summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/drbezob.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/view/drbezob.cxx')
-rw-r--r--sd/source/ui/view/drbezob.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/drbezob.cxx b/sd/source/ui/view/drbezob.cxx
index a24741013255..e28cb0794657 100644
--- a/sd/source/ui/view/drbezob.cxx
+++ b/sd/source/ui/view/drbezob.cxx
@@ -122,7 +122,7 @@ BezierObjectBar::~BezierObjectBar()
void BezierObjectBar::GetAttrState(SfxItemSet& rSet)
{
- SfxItemSet aAttrSet( mpView->GetDoc()->GetPool() );
+ SfxItemSet aAttrSet( mpView->GetDoc().GetPool() );
mpView->GetAttributes( aAttrSet );
rSet.Put(aAttrSet, sal_False); // <- sal_False, damit DontCare-Status uebernommen wird