summaryrefslogtreecommitdiff
path: root/forms/source/inc/componenttools.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/inc/componenttools.hxx')
-rw-r--r--forms/source/inc/componenttools.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/forms/source/inc/componenttools.hxx b/forms/source/inc/componenttools.hxx
index d5ffe7f7a564..d158a07a51b3 100644
--- a/forms/source/inc/componenttools.hxx
+++ b/forms/source/inc/componenttools.hxx
@@ -27,10 +27,10 @@
#include <set>
#include <functional>
-//........................................................................
+
namespace frm
{
-//........................................................................
+
struct TypeCompareLess : public ::std::binary_function< ::com::sun::star::uno::Type, ::com::sun::star::uno::Type, bool >
{
@@ -44,9 +44,9 @@ namespace frm
}
};
- //====================================================================
+
//= TypeBag
- //====================================================================
+
/** a helper class which merges sequences of <type scope="com::sun::star::uno">Type</type>s,
so that the resulting sequence contains every type at most once
*/
@@ -87,9 +87,9 @@ namespace frm
::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel > getXModel(
const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _rxComponent );
-//........................................................................
+
} // namespace frm
-//........................................................................
+
#endif // INCLUDED_FORMS_SOURCE_INC_COMPONENTTOOLS_HXX