summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-06-25 16:00:41 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-06-27 05:21:09 +0000
commit19bacff27bd2201fb136963e11e865b8a31d849e (patch)
treeee185c64024bcce0b71de51734581e5ddc4f67dc /sd/source/ui/inc
parentdb39c653e5de92bc371040a3f81cc5c4ea6dedf3 (diff)
loplugin:singlevalfields in sd
Change-Id: Idde7bdbd57080518fc416ce97a062ab979393d8e Reviewed-on: https://gerrit.libreoffice.org/26656 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sd/source/ui/inc')
-rw-r--r--sd/source/ui/inc/ViewShell.hxx2
-rw-r--r--sd/source/ui/inc/Window.hxx1
-rw-r--r--sd/source/ui/inc/fusel.hxx1
-rw-r--r--sd/source/ui/inc/prltempl.hxx9
-rw-r--r--sd/source/ui/inc/tabtempl.hxx6
-rw-r--r--sd/source/ui/inc/unoaprms.hxx4
6 files changed, 0 insertions, 23 deletions
diff --git a/sd/source/ui/inc/ViewShell.hxx b/sd/source/ui/inc/ViewShell.hxx
index 4dd4fd992ccc..b20e4e3f99e9 100644
--- a/sd/source/ui/inc/ViewShell.hxx
+++ b/sd/source/ui/inc/ViewShell.hxx
@@ -476,8 +476,6 @@ protected:
Size maViewSize;
Size maScrBarWH;
- bool mbCenterAllowed; // will be forwarded to window
-
bool mbStartShowWithDialog; // presentation is started by dialog
sal_uInt16 mnPrintedHandoutPageNum; // Page number of the handout page that is to be printed.
sal_uInt16 mnPrintedHandoutPageCount; // Page count of the handout pages that are to be printed.
diff --git a/sd/source/ui/inc/Window.hxx b/sd/source/ui/inc/Window.hxx
index bfd38f430031..e76762011a87 100644
--- a/sd/source/ui/inc/Window.hxx
+++ b/sd/source/ui/inc/Window.hxx
@@ -162,7 +162,6 @@ protected:
depending on the current zoom factor. Its default value is now false.
*/
bool mbMinZoomAutoCalc;
- bool mbCalcMinZoomByMinSide;
bool mbCenterAllowed;
long mnTicks;
diff --git a/sd/source/ui/inc/fusel.hxx b/sd/source/ui/inc/fusel.hxx
index 034bfa9ccc6e..9aabd0816ec4 100644
--- a/sd/source/ui/inc/fusel.hxx
+++ b/sd/source/ui/inc/fusel.hxx
@@ -74,7 +74,6 @@ protected:
bool bTempRotation;
bool bSelectionChanged;
- bool bHideAndAnimate;
SdrHdl* pHdl;
bool bSuppressChangesOfSelection;
bool bMirrorSide0;
diff --git a/sd/source/ui/inc/prltempl.hxx b/sd/source/ui/inc/prltempl.hxx
index 1647423b095e..105b465eae01 100644
--- a/sd/source/ui/inc/prltempl.hxx
+++ b/sd/source/ui/inc/prltempl.hxx
@@ -45,10 +45,6 @@ private:
XDashListRef pDashList;
XLineEndListRef pLineEndList;
- sal_uInt16 nPageType;
- sal_uInt16 nDlgType;
- sal_uInt16 nPos;
-
sal_uInt16 mnLine;
sal_uInt16 mnArea;
sal_uInt16 mnShadow;
@@ -65,11 +61,6 @@ private:
sal_uInt16 mnAsian;
sal_uInt16 mnAlign;
- ChangeType nColorTableState;
- ChangeType nBitmapListState;
- ChangeType nGradientListState;
- ChangeType nHatchingListState;
-
PresentationObjects ePO;
virtual void PageCreated( sal_uInt16 nId, SfxTabPage &rPage ) override;
diff --git a/sd/source/ui/inc/tabtempl.hxx b/sd/source/ui/inc/tabtempl.hxx
index 5a634a4f8b3d..d1ea3b4cc36e 100644
--- a/sd/source/ui/inc/tabtempl.hxx
+++ b/sd/source/ui/inc/tabtempl.hxx
@@ -42,13 +42,7 @@ private:
XDashListRef pDashList;
XLineEndListRef pLineEndList;
- sal_uInt16 nPageType;
- sal_uInt16 nDlgType;
- sal_uInt16 nPos;
- ChangeType nColorTableState;
ChangeType nBitmapListState;
- ChangeType nGradientListState;
- ChangeType nHatchingListState;
sal_uInt16 m_nLineId;
sal_uInt16 m_nAreaId;
diff --git a/sd/source/ui/inc/unoaprms.hxx b/sd/source/ui/inc/unoaprms.hxx
index 3b22345d6bcc..998e1b36be45 100644
--- a/sd/source/ui/inc/unoaprms.hxx
+++ b/sd/source/ui/inc/unoaprms.hxx
@@ -69,8 +69,6 @@ class SdAnimationPrmsUndoAction : public SdUndoAction
OUString aNewBookmark;
sal_uInt16 nOldVerb;
sal_uInt16 nNewVerb;
- sal_uLong nOldPresOrder;
- sal_uLong nNewPresOrder;
bool bInfoCreated;
@@ -109,8 +107,6 @@ public:
, eNewClickAction(css::presentation::ClickAction_NONE)
, nOldVerb(0)
, nNewVerb(0)
- , nOldPresOrder(0)
- , nNewPresOrder(0)
, bInfoCreated(bCreated)
{
}