From 9258fc222d79d9407172ed70c7e1a69b1cf1f25d Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 11 Apr 2016 11:39:58 +0200 Subject: protected -> private Change-Id: Ic021240bbc2069d6d47b51c0b8e0d81739a72151 --- framework/source/services/frame.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'framework/source') diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx index bb34ba295d5d..f4a48f823303 100644 --- a/framework/source/services/frame.cxx +++ b/framework/source/services/frame.cxx @@ -457,8 +457,6 @@ private: // hold it weak ... otherwise this helper has to be "killed" explicitly .-) css::uno::WeakReference< css::uno::XInterface > m_xBroadcaster; -protected: - FrameContainer m_aChildFrameContainer; /// array of child frames }; -- cgit