summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-11 11:39:58 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-11 16:58:45 +0200
commit9258fc222d79d9407172ed70c7e1a69b1cf1f25d (patch)
treebdcb5f78f5134b1ddb3f792873cc591999ace63d /framework
parenteda008c4faa6515cff02738996bac89ef4b41040 (diff)
protected -> private
Change-Id: Ic021240bbc2069d6d47b51c0b8e0d81739a72151
Diffstat (limited to 'framework')
-rw-r--r--framework/source/services/frame.cxx2
1 files changed, 0 insertions, 2 deletions
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
};