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 22a073e1eace..4a263d720a58 100644
--- a/sd/source/ui/view/drbezob.cxx
+++ b/sd/source/ui/view/drbezob.cxx
@@ -91,7 +91,7 @@ void BezierObjectBar::GetAttrState(SfxItemSet& rSet)
{
SfxItemSet aAttrSet( mpView->GetDoc().GetPool() );
mpView->GetAttributes( aAttrSet );
- rSet.Put(aAttrSet, false); // <- sal_False, so DontCare-Status gets aquired
+ rSet.Put(aAttrSet, false); // <- sal_False, so DontCare-Status gets acquired
rtl::Reference<FuPoor> xFunc( mpViewSh->GetCurrentFunction() );