summaryrefslogtreecommitdiff
path: root/forms/source/inc/InterfaceContainer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/inc/InterfaceContainer.hxx')
-rw-r--r--forms/source/inc/InterfaceContainer.hxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/forms/source/inc/InterfaceContainer.hxx b/forms/source/inc/InterfaceContainer.hxx
index faec5ea32e64..2842901b3045 100644
--- a/forms/source/inc/InterfaceContainer.hxx
+++ b/forms/source/inc/InterfaceContainer.hxx
@@ -52,13 +52,13 @@ namespace com { namespace sun { namespace star { namespace uno {
using namespace comphelper;
-//.........................................................................
+
namespace frm
{
-//.........................................................................
-//==================================================================
+
+
struct ElementDescription
{
public:
@@ -79,10 +79,10 @@ namespace frm
typedef ::std::vector<InterfaceRef> OInterfaceArray;
typedef ::boost::unordered_multimap< OUString, InterfaceRef, OUStringHash > OInterfaceMap;
-//==================================================================
+
// OInterfaceContainer
// implements a container for form components
-//==================================================================
+
typedef ::cppu::ImplHelper8 < ::com::sun::star::container::XNameContainer
, ::com::sun::star::container::XIndexContainer
, ::com::sun::star::container::XContainer
@@ -280,9 +280,9 @@ private:
void impl_createEventAttacher_nothrow();
};
-//==================================================================
+
//= OFormComponents
-//==================================================================
+
typedef ::cppu::ImplHelper1< ::com::sun::star::form::XFormComponent> OFormComponents_BASE;
typedef ::cppu::OComponentHelper FormComponentsBase;
// else MSVC kills itself on some statements
@@ -314,9 +314,9 @@ public:
// XEventListener
using OInterfaceContainer::disposing;
};
-//.........................................................................
+
} // namespace frm
-//.........................................................................
+
#endif // INCLUDED_FORMS_SOURCE_INC_INTERFACECONTAINER_HXX