summaryrefslogtreecommitdiff
path: root/sdext
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-23 09:58:38 +0200
committerNoel Grandin <noel@peralex.com>2015-11-23 13:30:53 +0200
commit990691b144c1292f0263e0a8b8704b0ccbd7a168 (patch)
treeb44f571cbd2bbeff83699c2f29205bcba242b355 /sdext
parent980fe3f79102fdeb8d1b997668d9d5c2e1c7e690 (diff)
loplugin:unusedfields in sdext/
Change-Id: Ibf5083cde3553289b3a29c9b992800e4bd82e6e4
Diffstat (limited to 'sdext')
-rw-r--r--sdext/source/minimizer/fileopendialog.hxx1
-rw-r--r--sdext/source/presenter/PresenterSlideSorter.cxx2
-rw-r--r--sdext/source/presenter/PresenterTheme.cxx1
3 files changed, 0 insertions, 4 deletions
diff --git a/sdext/source/minimizer/fileopendialog.hxx b/sdext/source/minimizer/fileopendialog.hxx
index 4292d2ebb0e9..ac2ea7faef23 100644
--- a/sdext/source/minimizer/fileopendialog.hxx
+++ b/sdext/source/minimizer/fileopendialog.hxx
@@ -35,7 +35,6 @@ class FileOpenDialog
OUString maName;
OUString maType;
OUString maUIName;
- OUString maFilter;
sal_Int32 maFlags;
css::uno::Sequence< OUString > maExtensions;
diff --git a/sdext/source/presenter/PresenterSlideSorter.cxx b/sdext/source/presenter/PresenterSlideSorter.cxx
index aab73907a661..58e5ebef7814 100644
--- a/sdext/source/presenter/PresenterSlideSorter.cxx
+++ b/sdext/source/presenter/PresenterSlideSorter.cxx
@@ -119,7 +119,6 @@ public:
sal_Int32 mnRowCount;
sal_Int32 mnColumnCount;
sal_Int32 mnSlideCount;
- sal_Int32 mnSlideIndexAtMouse;
sal_Int32 mnFirstVisibleColumn;
sal_Int32 mnLastVisibleColumn;
sal_Int32 mnFirstVisibleRow;
@@ -1140,7 +1139,6 @@ PresenterSlideSorter::Layout::Layout (
mnRowCount(1),
mnColumnCount(1),
mnSlideCount(0),
- mnSlideIndexAtMouse(-1),
mnFirstVisibleColumn(-1),
mnLastVisibleColumn(-1),
mnFirstVisibleRow(-1),
diff --git a/sdext/source/presenter/PresenterTheme.cxx b/sdext/source/presenter/PresenterTheme.cxx
index 3b2b79c23480..aa85c87783e3 100644
--- a/sdext/source/presenter/PresenterTheme.cxx
+++ b/sdext/source/presenter/PresenterTheme.cxx
@@ -247,7 +247,6 @@ public:
SharedBitmapDescriptor mpBackground;
PaneStyleContainer maPaneStyles;
ViewStyleContainer maViewStyles;
- ViewDescriptorContainer maViewDescriptors;
StyleAssociationContainer maStyleAssociations;
Reference<container::XHierarchicalNameAccess> mxThemeRoot;
std::shared_ptr<PresenterBitmapContainer> mpIconContainer;