summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2016-11-17 18:48:48 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2016-11-17 21:58:13 -0500
commit964f4ca95baf34d21002312003453cd0e72f5832 (patch)
tree10a161051a6396fb78689cf6495107e12003c81a /sc
parent395295a40c24a49c12415ec803860a888d734515 (diff)
Re-label more class members private from protected.
Change-Id: I0043da67de3a459bf26b13f9f69d3677bcc2824d
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/inc/inputwin.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/inputwin.hxx b/sc/source/ui/inc/inputwin.hxx
index 8e550f5f940b..1299f7b978a4 100644
--- a/sc/source/ui/inc/inputwin.hxx
+++ b/sc/source/ui/inc/inputwin.hxx
@@ -117,6 +117,7 @@ protected:
virtual OUString GetText() const override;
+private:
void ImplInitSettings();
void UpdateAutoCorrFlag();
@@ -139,7 +140,6 @@ protected:
// it prevents the call of InputChanged in the ModifyHandler of the EditEngine
bool bInputMode;
-private:
ScTabViewShell* mpViewShell;
ScInputBarGroup& mrGroupBar;
long mnLines;