summaryrefslogtreecommitdiff
path: root/include/ucbhelper/interactionrequest.hxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 19:06:16 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-03-01 09:51:32 -0600
commit8792ec7b2129650777b7b4bfacaa7c13d923279b (patch)
treef181e37b61533b460397cc68625fd21f46bb6393 /include/ucbhelper/interactionrequest.hxx
parentdff29fadfe418421f2af9fd4f1dccc8a9b4cd545 (diff)
Remove visual noise from include
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 <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/ucbhelper/interactionrequest.hxx')
-rw-r--r--include/ucbhelper/interactionrequest.hxx22
1 files changed, 11 insertions, 11 deletions
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