diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2016-11-17 18:48:48 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2016-11-17 21:58:13 -0500 |
commit | 964f4ca95baf34d21002312003453cd0e72f5832 (patch) | |
tree | 10a161051a6396fb78689cf6495107e12003c81a | |
parent | 395295a40c24a49c12415ec803860a888d734515 (diff) |
Re-label more class members private from protected.
Change-Id: I0043da67de3a459bf26b13f9f69d3677bcc2824d
-rw-r--r-- | sc/source/ui/inc/inputwin.hxx | 2 |
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; |