summaryrefslogtreecommitdiff
path: root/forms/source/xforms/datatyperepository.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/xforms/datatyperepository.cxx')
-rw-r--r--forms/source/xforms/datatyperepository.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/forms/source/xforms/datatyperepository.cxx b/forms/source/xforms/datatyperepository.cxx
index 8f2b6bb5b118..f665cdd04a15 100644
--- a/forms/source/xforms/datatyperepository.cxx
+++ b/forms/source/xforms/datatyperepository.cxx
@@ -32,10 +32,10 @@
#include <algorithm>
#include <o3tl/compat_functional.hxx>
-//........................................................................
+
namespace xforms
{
-//........................................................................
+
using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::RuntimeException;
@@ -51,9 +51,9 @@ namespace xforms
using ::com::sun::star::xsd::XDataType;
using namespace frm;
- //====================================================================
+
//= ODataTypeRepository
- //====================================================================
+
ODataTypeRepository::ODataTypeRepository( )
{
@@ -272,8 +272,8 @@ namespace xforms
REGISTER_VOID_PROP( XSD_MIN_INCLUSIVE_INT, m_aMinInclusive, ValueType );
REGISTER_VOID_PROP( XSD_MIN_EXCLUSIVE_INT, m_aMinExclusive, ValueType );
}
-//........................................................................
+
} // namespace xforms
-//........................................................................
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */