summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/inc/OAuthenticationContinuation.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/inc/OAuthenticationContinuation.hxx')
-rw-r--r--dbaccess/source/inc/OAuthenticationContinuation.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/dbaccess/source/inc/OAuthenticationContinuation.hxx b/dbaccess/source/inc/OAuthenticationContinuation.hxx
index 2228b36b5505..1b3ad7f0b11c 100644
--- a/dbaccess/source/inc/OAuthenticationContinuation.hxx
+++ b/dbaccess/source/inc/OAuthenticationContinuation.hxx
@@ -29,11 +29,8 @@
#include <rtl/ustring.hxx>
#include <comphelper/interaction.hxx>
-
-//........................................................................
namespace dbaccess
{
-//........................................................................
class OOO_DLLPUBLIC_DBA OAuthenticationContinuation :
public comphelper::OInteraction< com::sun::star::ucb::XInteractionSupplyAuthentication >
@@ -66,9 +63,7 @@ public:
sal_Bool getRememberPassword() const { return m_bRemberPassword; }
};
-//........................................................................
} // namespace dbaccess
-//........................................................................
#endif // _DBACCESS_OAUTHENTICATIONCONTINUATION_HXX_