summaryrefslogtreecommitdiff
path: root/forms/source/component/File.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/component/File.cxx')
-rw-r--r--forms/source/component/File.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/forms/source/component/File.cxx b/forms/source/component/File.cxx
index ca68edd9cef4..b3ec3105bcb2 100644
--- a/forms/source/component/File.cxx
+++ b/forms/source/component/File.cxx
@@ -29,10 +29,10 @@
#include <comphelper/guarding.hxx>
#include <comphelper/processfactory.hxx>
-//.........................................................................
+
namespace frm
{
-//.........................................................................
+
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::sdb;
using namespace ::com::sun::star::sdbc;
@@ -282,8 +282,8 @@ void OFileControlModel::_reset()
}
}
-//.........................................................................
+
} // namespace frm
-//.........................................................................
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */