From 60f3e9b67e688e6f7f304cc7fb14fc28af83f351 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 21 Jun 2017 14:42:23 +0200 Subject: loplugin:unusedfields in sd part3 Change-Id: Id8277e4b3dc9776715a7bd85e1a4f6610aad9b19 Reviewed-on: https://gerrit.libreoffice.org/39061 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sd/inc/CustomAnimationPreset.hxx | 1 - sd/inc/Outliner.hxx | 11 ----------- sd/inc/drawdoc.hxx | 1 - 3 files changed, 13 deletions(-) (limited to 'sd/inc') diff --git a/sd/inc/CustomAnimationPreset.hxx b/sd/inc/CustomAnimationPreset.hxx index e9f46362a58b..530a6e7a990c 100644 --- a/sd/inc/CustomAnimationPreset.hxx +++ b/sd/inc/CustomAnimationPreset.hxx @@ -61,7 +61,6 @@ public: private: OUString maPresetId; OUString maProperty; - sal_Int16 mnPresetClass; OUString maLabel; OUString maDefaultSubTyp; double mfDuration; diff --git a/sd/inc/Outliner.hxx b/sd/inc/Outliner.hxx index 874bc3952668..917639125d0f 100644 --- a/sd/inc/Outliner.hxx +++ b/sd/inc/Outliner.hxx @@ -320,17 +320,6 @@ private: */ ::sd::outliner::IteratorPosition maLastValidPosition; - /** This flag indicates whether a selection change event is expected due - to a programatical change of the selection. - */ - bool mbExpectingSelectionChangeEvent; - - /** This flag is set to true when the whole document has been - processed once 'officially', i.e. a message box has been shown - that tells the user so. - */ - bool mbWholeDocumentProcessed; - /** When this flag is true then a PrepareSpelling() is executed when StartSearchAndReplace() is called the next time. */ diff --git a/sd/inc/drawdoc.hxx b/sd/inc/drawdoc.hxx index a22259f58db4..2a72855698fd 100644 --- a/sd/inc/drawdoc.hxx +++ b/sd/inc/drawdoc.hxx @@ -173,7 +173,6 @@ private: bool mbAllocDocSh; // => AllocModel() DocumentType meDocType; CharClass* mpCharClass; - css::lang::Locale* mpLocale; ::std::unique_ptr mpDrawPageListWatcher; ::std::unique_ptr mpMasterPageListWatcher; -- cgit