sc/source/ui/inc/inputwin.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 964f4ca95baf34d21002312003453cd0e72f5832 Author: Kohei Yoshida <kohei.yosh...@collabora.com> Date: Thu Nov 17 18:48:48 2016 -0500 Re-label more class members private from protected. Change-Id: I0043da67de3a459bf26b13f9f69d3677bcc2824d diff --git a/sc/source/ui/inc/inputwin.hxx b/sc/source/ui/inc/inputwin.hxx index 8e550f5..1299f7b 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; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits