summaryrefslogtreecommitdiff
path: root/svx/source/sidebar/area/AreaPropertyPanel.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/sidebar/area/AreaPropertyPanel.cxx')
-rw-r--r--svx/source/sidebar/area/AreaPropertyPanel.cxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/svx/source/sidebar/area/AreaPropertyPanel.cxx b/svx/source/sidebar/area/AreaPropertyPanel.cxx
index 78d948e9a5e5..64f8c2f1bdd4 100644
--- a/svx/source/sidebar/area/AreaPropertyPanel.cxx
+++ b/svx/source/sidebar/area/AreaPropertyPanel.cxx
@@ -539,13 +539,10 @@ VclPtr<vcl::Window> AreaPropertyPanel::Create (
if (pBindings == NULL)
throw lang::IllegalArgumentException("no SfxBindings given to AreaPropertyPanel::Create", NULL, 2);
- return VclPtr<vcl::Window>(
- VclPtr<AreaPropertyPanel>::Create(
-
+ return VclPtr<AreaPropertyPanel>::Create(
pParent,
rxFrame,
- pBindings),
- SAL_NO_ACQUIRE);
+ pBindings);
}