From b0259d3e857bef53b27c3f61ecc448c3f96aad07 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 12 Mar 2018 22:02:43 +0200 Subject: Sorry, could not resist: Drive-by cosmetic changes Remove noise comments, ASCII graphics, and superfluous whitespace. Change-Id: Icca0995082ce8afad1e770a263fdef00bfc33449 Reviewed-on: https://gerrit.libreoffice.org/51168 Reviewed-by: Noel Grandin Reviewed-by: Tor Lillqvist Tested-by: Tor Lillqvist --- UnoControls/source/inc/framecontrol.hxx | 27 +++++---------------------- 1 file changed, 5 insertions(+), 22 deletions(-) (limited to 'UnoControls/source/inc/framecontrol.hxx') diff --git a/UnoControls/source/inc/framecontrol.hxx b/UnoControls/source/inc/framecontrol.hxx index 204d04d94e9b..90d3bec494fb 100644 --- a/UnoControls/source/inc/framecontrol.hxx +++ b/UnoControls/source/inc/framecontrol.hxx @@ -30,11 +30,7 @@ #include #include "OConnectionPointContainerHelper.hxx" -// namespaces - -namespace unocontrols{ - -// class +namespace unocontrols { class FrameControl : public css::awt::XControlModel , public css::lang::XConnectionPointContainer @@ -42,13 +38,8 @@ class FrameControl : public css::awt::XControlModel , public ::cppu::OBroadcastHelper , public ::cppu::OPropertySetHelper { - -// public methods - public: - // construct/destruct - FrameControl( const css::uno::Reference< css::uno::XComponentContext >& rxContext ); virtual ~FrameControl() override; @@ -59,7 +50,7 @@ public: const css::uno::Type& aType ) override; - /**_______________________________________________________________________________________________________ + /** @short increment refcount @seealso XInterface @seealso release() @@ -68,7 +59,7 @@ public: virtual void SAL_CALL acquire() throw() override; - /**_______________________________________________________________________________________________________ + /** @short decrement refcount @seealso XInterface @seealso acquire() @@ -140,8 +131,6 @@ public: static const OUString impl_getStaticImplementationName(); -// protected methods - protected: using OPropertySetHelper::getFastPropertyValue; @@ -174,8 +163,6 @@ protected: const css::uno::Reference< css::awt::XWindowPeer >& xParentPeer ) override; -// private methods - private: void impl_createFrame( const css::uno::Reference< css::awt::XWindowPeer >& xPeer , @@ -184,18 +171,14 @@ private: void impl_deleteFrame(); -// private variables - -private: - css::uno::Reference< css::frame::XFrame2 > m_xFrame; OUString m_sComponentURL; css::uno::Sequence< css::beans::PropertyValue > m_seqLoaderArguments; rtl::Reference m_aConnectionPointContainer; -}; // class FrameControl +}; -} // namespace unocontrols +} #endif // INCLUDED_UNOCONTROLS_SOURCE_INC_FRAMECONTROL_HXX -- cgit