summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterTextView.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-06-25 18:41:51 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-06-27 05:21:45 +0000
commitb1225d201f8c23c75e31e09a0f5e9ff838866776 (patch)
treebd95c0e51b324d239d55f6465ea017b895d6012a /sdext/source/presenter/PresenterTextView.hxx
parent19bacff27bd2201fb136963e11e865b8a31d849e (diff)
loplugin:singlevalfields in sdext
Change-Id: I9bf194fb58b3bd37071647a83a629b6782836890 Reviewed-on: https://gerrit.libreoffice.org/26659 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sdext/source/presenter/PresenterTextView.hxx')
-rw-r--r--sdext/source/presenter/PresenterTextView.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sdext/source/presenter/PresenterTextView.hxx b/sdext/source/presenter/PresenterTextView.hxx
index 9a1da809b400..664d65eec71f 100644
--- a/sdext/source/presenter/PresenterTextView.hxx
+++ b/sdext/source/presenter/PresenterTextView.hxx
@@ -254,7 +254,6 @@ public:
private:
css::uno::Reference<css::rendering::XCanvas> mxCanvas;
- bool mbDoOuput;
css::uno::Reference<css::i18n::XBreakIterator> mxBreakIterator;
css::uno::Reference<css::i18n::XScriptTypeDetector> mxScriptTypeDetector;
css::geometry::RealPoint2D maLocation;
@@ -265,7 +264,6 @@ private:
double mnLeftOffset;
double mnTopOffset;
bool mbIsFormatPending;
- sal_Int32 mnCharacterCount;
::std::function<void ()> maTextChangeBroadcaster;
void RequestFormat();