From 7791521e97361ae5a39df44a5a3afe9a2d8b562e Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 27 Feb 2015 18:36:25 +0100 Subject: Remove nonsense Change-Id: Ia9528660190b0359c59818c82265081d9e73b9d9 --- framework/source/services/frame.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework') diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx index 587a058965dc..7ab2d3a3a976 100644 --- a/framework/source/services/frame.cxx +++ b/framework/source/services/frame.cxx @@ -415,7 +415,7 @@ protected: FrameContainer m_aChildFrameContainer; /// array of child frames }; -css::uno::WeakReference< css::frame::XFrame2 > Frame::m_xCloserFrame = css::uno::WeakReference< css::frame::XFrame2 >(); +css::uno::WeakReference< css::frame::XFrame2 > Frame::m_xCloserFrame; // XInterface, XTypeProvider, XServiceInfo -- cgit