summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-06-21 14:21:11 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-06-22 08:43:48 +0200
commit450bf26c23bf2bb4346236778ef066c6e215eafe (patch)
tree15870c0d010c416430a594a0217a6209cf1a03f4 /sd/source/ui/inc
parentd740173b9cc0d05206349826f55d2b3444204056 (diff)
loplugin:unusedfields in sd part2
Change-Id: I14b34e08d7bb000bce1625bd0d16050b1269f3e8 Reviewed-on: https://gerrit.libreoffice.org/39060 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/source/ui/inc')
-rw-r--r--sd/source/ui/inc/SlideSorter.hxx4
-rw-r--r--sd/source/ui/inc/ViewShellImplementation.hxx1
-rw-r--r--sd/source/ui/inc/prltempl.hxx8
-rw-r--r--sd/source/ui/inc/sdxfer.hxx1
-rw-r--r--sd/source/ui/inc/tabtempl.hxx5
-rw-r--r--sd/source/ui/inc/unoaprms.hxx6
-rw-r--r--sd/source/ui/inc/unosrch.hxx4
7 files changed, 1 insertions, 28 deletions
diff --git a/sd/source/ui/inc/SlideSorter.hxx b/sd/source/ui/inc/SlideSorter.hxx
index 97b0336bd149..b4c5612dc35f 100644
--- a/sd/source/ui/inc/SlideSorter.hxx
+++ b/sd/source/ui/inc/SlideSorter.hxx
@@ -221,10 +221,6 @@ private:
VclPtr<ScrollBar> mpVerticalScrollBar;
VclPtr<ScrollBarBox> mpScrollBarBox;
- /** Set this flag to <TRUE/> to force a layout before the next paint.
- */
- bool mbLayoutPending;
-
/** Some slide sorter wide properties that are used in different
classes.
*/
diff --git a/sd/source/ui/inc/ViewShellImplementation.hxx b/sd/source/ui/inc/ViewShellImplementation.hxx
index 4a8ba8d9f73a..40791a49cf78 100644
--- a/sd/source/ui/inc/ViewShellImplementation.hxx
+++ b/sd/source/ui/inc/ViewShellImplementation.hxx
@@ -36,7 +36,6 @@ namespace sd {
class ViewShell::Implementation
{
public:
- bool mbIsShowingUIControls;
bool mbIsMainViewShell;
/// Set to true when the ViewShell::Init() method has been called.
bool mbIsInitialized;
diff --git a/sd/source/ui/inc/prltempl.hxx b/sd/source/ui/inc/prltempl.hxx
index 03b10d25e97f..1d86ccaa00aa 100644
--- a/sd/source/ui/inc/prltempl.hxx
+++ b/sd/source/ui/inc/prltempl.hxx
@@ -52,15 +52,7 @@ private:
sal_uInt16 mnTransparency;
sal_uInt16 mnFont;
sal_uInt16 mnEffects;
- sal_uInt16 mnParagr;
sal_uInt16 mnTextAtt;
- sal_uInt16 mnBullet;
- sal_uInt16 mnNum;
- sal_uInt16 mnBitmap;
- sal_uInt16 mnOptions;
- sal_uInt16 mnTab;
- sal_uInt16 mnAsian;
- sal_uInt16 mnAlign;
sal_uInt16 mnBackground;
PresentationObjects ePO;
diff --git a/sd/source/ui/inc/sdxfer.hxx b/sd/source/ui/inc/sdxfer.hxx
index a8ae438da46d..6eb32921dce3 100644
--- a/sd/source/ui/inc/sdxfer.hxx
+++ b/sd/source/ui/inc/sdxfer.hxx
@@ -135,7 +135,6 @@ private:
bool mbLateInit : 1;
bool mbPageTransferable : 1;
bool mbPageTransferablePersistent : 1;
- bool mbIsUnoObj : 1;
::std::vector<std::shared_ptr<UserData> > maUserData;
SdTransferable( const SdTransferable& ) = delete;
diff --git a/sd/source/ui/inc/tabtempl.hxx b/sd/source/ui/inc/tabtempl.hxx
index d5c2f5e824eb..f4a812baad2d 100644
--- a/sd/source/ui/inc/tabtempl.hxx
+++ b/sd/source/ui/inc/tabtempl.hxx
@@ -49,14 +49,9 @@ private:
sal_uInt16 m_nTransparencyId;
sal_uInt16 m_nFontId;
sal_uInt16 m_nFontEffectId;
- sal_uInt16 m_nIndentsId;
sal_uInt16 m_nTextId;
- sal_uInt16 m_nAnimationId;
sal_uInt16 m_nDimensionId;
sal_uInt16 m_nConnectorId;
- sal_uInt16 m_nAlignId;
- sal_uInt16 m_nTabId;
- sal_uInt16 m_nAsianTypoId;
virtual void PageCreated( sal_uInt16 nId, SfxTabPage &rPage ) override;
virtual void RefreshInputSet() override;
diff --git a/sd/source/ui/inc/unoaprms.hxx b/sd/source/ui/inc/unoaprms.hxx
index 833ac0b1286b..87bcabfc18ea 100644
--- a/sd/source/ui/inc/unoaprms.hxx
+++ b/sd/source/ui/inc/unoaprms.hxx
@@ -61,8 +61,6 @@ class SdAnimationPrmsUndoAction : public SdUndoAction
Color aNewDimColor;
OUString aOldSoundFile;
OUString aNewSoundFile;
- SdrPathObj* pOldPathObj;
- SdrPathObj* pNewPathObj;
css::presentation::ClickAction eOldClickAction;
css::presentation::ClickAction eNewClickAction;
OUString aOldBookmark;
@@ -101,8 +99,6 @@ public:
, eNewSecondEffect(css::presentation::AnimationEffect_NONE)
, eOldSecondSpeed(css::presentation::AnimationSpeed_SLOW)
, eNewSecondSpeed(css::presentation::AnimationSpeed_SLOW)
- , pOldPathObj(nullptr)
- , pNewPathObj(nullptr)
, eOldClickAction(css::presentation::ClickAction_NONE)
, eNewClickAction(css::presentation::ClickAction_NONE)
, nOldVerb(0)
@@ -131,8 +127,6 @@ public:
{ aOldSoundFile = aTheOldSound; aNewSoundFile = aTheNewSound; }
void SetPlayFull(bool bTheOldPlayFull, bool bTheNewPlayFull)
{ bOldPlayFull = bTheOldPlayFull; bNewPlayFull = bTheNewPlayFull; }
- void SetPathObj(SdrPathObj* pTheOldPath, SdrPathObj* pTheNewPath)
- { pOldPathObj = pTheOldPath; pNewPathObj = pTheNewPath; }
void SetClickAction(css::presentation::ClickAction eTheOldAction, css::presentation::ClickAction eTheNewAction)
{ eOldClickAction = eTheOldAction; eNewClickAction = eTheNewAction; }
void SetBookmark(const OUString& aTheOldBookmark, const OUString& aTheNewBookmark)
diff --git a/sd/source/ui/inc/unosrch.hxx b/sd/source/ui/inc/unosrch.hxx
index 750c380140a9..601a20d880dc 100644
--- a/sd/source/ui/inc/unosrch.hxx
+++ b/sd/source/ui/inc/unosrch.hxx
@@ -84,14 +84,12 @@ protected:
bool mbCaseSensitive;
bool mbWords;
- bool mbReplace;
-
OUString maSearchStr;
OUString maReplaceStr;
public:
/// @throws css::uno::RuntimeException
- SdUnoSearchReplaceDescriptor(bool bReplace);
+ SdUnoSearchReplaceDescriptor();
virtual ~SdUnoSearchReplaceDescriptor() throw() override;
bool IsCaseSensitive() const { return mbCaseSensitive; }