From 8792ec7b2129650777b7b4bfacaa7c13d923279b Mon Sep 17 00:00:00 2001 From: Alexander Wilms Date: Tue, 25 Feb 2014 19:06:16 +0100 Subject: Remove visual noise from include MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Conflicts: include/framework/preventduplicateinteraction.hxx include/sfx2/sfxbasecontroller.hxx include/sfx2/sfxbasemodel.hxx include/toolkit/awt/vclxtabpagemodel.hxx include/vcl/field.hxx include/vcl/settings.hxx Change-Id: Ibccf9f88c68267a3d7e656012b51eaf644c418c2 Reviewed-on: https://gerrit.libreoffice.org/8272 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- include/ucbhelper/interactionrequest.hxx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'include/ucbhelper/interactionrequest.hxx') diff --git a/include/ucbhelper/interactionrequest.hxx b/include/ucbhelper/interactionrequest.hxx index 3326953f90ff..1fdd3797fded 100644 --- a/include/ucbhelper/interactionrequest.hxx +++ b/include/ucbhelper/interactionrequest.hxx @@ -37,7 +37,7 @@ namespace ucbhelper { class InteractionContinuation; -//============================================================================ + struct InteractionRequest_Impl; /** @@ -142,7 +142,7 @@ public: const rtl::Reference< InteractionContinuation > & rxSelection ); }; -//============================================================================ + struct InteractionContinuation_Impl; /** @@ -173,7 +173,7 @@ public: InteractionContinuation( InteractionRequest * pRequest ); }; -//============================================================================ + /** * This class implements a standard interaction continuation, namely the * interface XInteractionAbort. Instances of this class can be passed @@ -210,7 +210,7 @@ public: throw( com::sun::star::uno::RuntimeException, std::exception ); }; -//============================================================================ + /** * This class implements a standard interaction continuation, namely the * interface XInteractionRetry. Instances of this class can be passed @@ -247,7 +247,7 @@ public: throw( com::sun::star::uno::RuntimeException, std::exception ); }; -//============================================================================ + /** * This class implements a standard interaction continuation, namely the * interface XInteractionApprove. Instances of this class can be passed @@ -284,7 +284,7 @@ public: throw( com::sun::star::uno::RuntimeException, std::exception ); }; -//============================================================================ + /** * This class implements a standard interaction continuation, namely the * interface XInteractionDisapprove. Instances of this class can be passed @@ -321,7 +321,7 @@ public: throw( com::sun::star::uno::RuntimeException, std::exception ); }; -//============================================================================ + /** * This class implements a standard interaction continuation, namely the * interface XInteractionSupplyAuthentication. Instances of this class can be @@ -557,7 +557,7 @@ public: bool getUseSystemCredentials() const { return m_bUseSystemCredentials; } }; -//============================================================================ + inline InteractionSupplyAuthentication::InteractionSupplyAuthentication( InteractionRequest * pRequest, bool bCanSetRealm, @@ -589,7 +589,7 @@ inline InteractionSupplyAuthentication::InteractionSupplyAuthentication( = com::sun::star::ucb::RememberAuthentication_NO; } -//============================================================================ + inline InteractionSupplyAuthentication::InteractionSupplyAuthentication( InteractionRequest * pRequest, bool bCanSetRealm, @@ -623,7 +623,7 @@ inline InteractionSupplyAuthentication::InteractionSupplyAuthentication( { } -//============================================================================ + /** * This class implements a standard interaction continuation, namely the * interface XInteractionSupplyName. Instances of this class can be passed @@ -676,7 +676,7 @@ public: const OUString & getName() const { return m_aName; } }; -//============================================================================ + /** * This class implements a standard interaction continuation, namely the * interface XInteractionReplaceExistingData. Instances of this class can be -- cgit v1.2.3