summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/shell
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-12-21 14:05:52 +0200
committerNoel Grandin <noel@peralex.com>2015-12-22 09:53:26 +0200
commit9570bdfcb9ffb59e0dd4a838295b0800b526fc8b (patch)
tree41f90096cf8b17205dc3317ab06167dc828c7e23 /sd/source/ui/slidesorter/shell
parent0b1da98da44bc9acb9e42a5cd1842adf9d82a415 (diff)
loplugin:unusedfields in sd
Change-Id: I59a127dace4a1818dfb2ccd6a7b673d39a9c5c60
Diffstat (limited to 'sd/source/ui/slidesorter/shell')
-rw-r--r--sd/source/ui/slidesorter/shell/SlideSorterService.hxx1
-rw-r--r--sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/sd/source/ui/slidesorter/shell/SlideSorterService.hxx b/sd/source/ui/slidesorter/shell/SlideSorterService.hxx
index c3ce8f6bc362..9f7e09c34c22 100644
--- a/sd/source/ui/slidesorter/shell/SlideSorterService.hxx
+++ b/sd/source/ui/slidesorter/shell/SlideSorterService.hxx
@@ -183,7 +183,6 @@ private:
std::shared_ptr<SlideSorter> mpSlideSorter;
css::uno::Reference<css::drawing::framework::XResourceId> mxViewId;
css::uno::Reference<css::awt::XWindow> mxParentWindow;
- std::unique_ptr<cppu::IPropertyArrayHelper> mpPropertyArrayHelper;
void Resize();
diff --git a/sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx b/sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx
index a77a630b4951..cbb97f5a2ab4 100644
--- a/sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx
+++ b/sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx
@@ -259,7 +259,6 @@ css::uno::Reference<css::accessibility::XAccessible>
::accessibility::AccessibleSlideSorterView *pAccessibleView =
new ::accessibility::AccessibleSlideSorterView(
*mpSlideSorter.get(),
- pWindow->GetAccessibleParentWindow()->GetAccessible(),
pWindow);
css::uno::Reference< css::accessibility::XAccessible> xRet(pAccessibleView);