summaryrefslogtreecommitdiff
path: root/sw/source/uibase/sidebar
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2015-05-07 13:16:13 +0100
committerMichael Meeks <michael.meeks@collabora.com>2015-05-07 13:20:21 +0100
commita3deb4866890ca6d4a41df0f08107eb75b132716 (patch)
treeb52e625010dceecad0d4a07c26b8a8203e5d3adb /sw/source/uibase/sidebar
parentba17287cc8218848cc1bec69643014951a70efe8 (diff)
tdf#91127 - audit for unfortunate SAL_NO_ACQUIRE referencing issues.
Change-Id: I738f3ea1bf9f003f2b146cda0a8f986375eacd2b
Diffstat (limited to 'sw/source/uibase/sidebar')
-rw-r--r--sw/source/uibase/sidebar/PagePropertyPanel.cxx10
1 files changed, 3 insertions, 7 deletions
diff --git a/sw/source/uibase/sidebar/PagePropertyPanel.cxx b/sw/source/uibase/sidebar/PagePropertyPanel.cxx
index 73bf32b90ee8..0d0ac108283f 100644
--- a/sw/source/uibase/sidebar/PagePropertyPanel.cxx
+++ b/sw/source/uibase/sidebar/PagePropertyPanel.cxx
@@ -95,13 +95,9 @@ VclPtr<vcl::Window> PagePropertyPanel::Create (
if (pBindings == NULL)
throw ::com::sun::star::lang::IllegalArgumentException("no SfxBindings given to PagePropertyPanel::Create", NULL, 2);
- return VclPtr<vcl::Window>(
- VclPtr<PagePropertyPanel>::Create(
-
- pParent,
- rxFrame,
- pBindings),
- SAL_NO_ACQUIRE);
+ return VclPtr<PagePropertyPanel>::Create( pParent,
+ rxFrame,
+ pBindings);
}
PagePropertyPanel::PagePropertyPanel(