summaryrefslogtreecommitdiff
path: root/sd/inc
diff options
context:
space:
mode:
Diffstat (limited to 'sd/inc')
-rw-r--r--sd/inc/CustomAnimationPreset.hxx1
-rw-r--r--sd/inc/Outliner.hxx11
-rw-r--r--sd/inc/drawdoc.hxx1
3 files changed, 0 insertions, 13 deletions
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<ImpDrawPageListWatcher> mpDrawPageListWatcher;
::std::unique_ptr<ImpMasterPageListWatcher> mpMasterPageListWatcher;