summaryrefslogtreecommitdiff
path: root/forms/source/component/Date.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/component/Date.cxx')
-rw-r--r--forms/source/component/Date.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/forms/source/component/Date.cxx b/forms/source/component/Date.cxx
index 739a4894654e..038d909052a0 100644
--- a/forms/source/component/Date.cxx
+++ b/forms/source/component/Date.cxx
@@ -26,10 +26,10 @@
using namespace dbtools;
-//.........................................................................
+
namespace frm
{
-//.........................................................................
+
using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;
@@ -320,8 +320,8 @@ Sequence< Type > ODateModel::getSupportedBindingTypes()
return Sequence< Type >( &::getCppuType( static_cast< util::Date* >( NULL ) ), 1 );
}
-//.........................................................................
+
} // namespace frm
-//.........................................................................
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */