summaryrefslogtreecommitdiff
path: root/forms/source/component/errorbroadcaster.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/component/errorbroadcaster.hxx')
-rw-r--r--forms/source/component/errorbroadcaster.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/forms/source/component/errorbroadcaster.hxx b/forms/source/component/errorbroadcaster.hxx
index 86e96c1fce7e..38a808322ae0 100644
--- a/forms/source/component/errorbroadcaster.hxx
+++ b/forms/source/component/errorbroadcaster.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -43,14 +43,14 @@ namespace frm
//=====================================================================
//= OErrorBroadcaster
//=====================================================================
- typedef ::cppu::ImplHelper1 < ::com::sun::star::sdb::XSQLErrorBroadcaster
- > OErrorBroadcaster_BASE;
+ typedef ::cppu::ImplHelper1 < ::com::sun::star::sdb::XSQLErrorBroadcaster
+ > OErrorBroadcaster_BASE;
class OErrorBroadcaster : public OErrorBroadcaster_BASE
{
private:
- ::cppu::OBroadcastHelper& m_rBHelper;
- ::cppu::OInterfaceContainerHelper m_aErrorListeners;
+ ::cppu::OBroadcastHelper& m_rBHelper;
+ ::cppu::OInterfaceContainerHelper m_aErrorListeners;
protected:
OErrorBroadcaster( ::cppu::OBroadcastHelper& _rBHelper );
@@ -68,7 +68,7 @@ namespace frm
};
//.........................................................................
-} // namespace frm
+} // namespace frm
//.........................................................................
#endif // FORMS_ERRORBROADCASTER_HXX