summaryrefslogtreecommitdiff
path: root/UnoControls/source/inc/framecontrol.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'UnoControls/source/inc/framecontrol.hxx')
-rw-r--r--UnoControls/source/inc/framecontrol.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/UnoControls/source/inc/framecontrol.hxx b/UnoControls/source/inc/framecontrol.hxx
index c0365e253c32..6c75edee38be 100644
--- a/UnoControls/source/inc/framecontrol.hxx
+++ b/UnoControls/source/inc/framecontrol.hxx
@@ -188,7 +188,7 @@ protected:
) throw ( ::com::sun::star::uno::Exception, std::exception ) SAL_OVERRIDE;
virtual void SAL_CALL getFastPropertyValue( ::com::sun::star::uno::Any& rValue ,
- sal_Int32 nHandle ) const SAL_OVERRIDE ;
+ sal_Int32 nHandle ) const SAL_OVERRIDE;
virtual ::cppu::IPropertyArrayHelper& SAL_CALL getInfoHelper() SAL_OVERRIDE;
@@ -219,11 +219,11 @@ private:
private:
- ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame2 > m_xFrame ;
- OUString m_sComponentURL ;
- ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > m_seqLoaderArguments ;
- ::cppu::OMultiTypeInterfaceContainerHelper m_aInterfaceContainer ;
- OConnectionPointContainerHelper m_aConnectionPointContainer ;
+ ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame2 > m_xFrame;
+ OUString m_sComponentURL;
+ ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > m_seqLoaderArguments;
+ ::cppu::OMultiTypeInterfaceContainerHelper m_aInterfaceContainer;
+ OConnectionPointContainerHelper m_aConnectionPointContainer;
}; // class FrameControl