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.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/forms/source/component/File.cxx b/forms/source/component/File.cxx
index d8ac1a80ecbf..e92f168d3de3 100644
--- a/forms/source/component/File.cxx
+++ b/forms/source/component/File.cxx
@@ -21,12 +21,15 @@
#include <com/sun/star/form/FormComponentType.hpp>
+#include <property.hxx>
#include <services.hxx>
#include <cppuhelper/queryinterface.hxx>
#include <tools/debug.hxx>
#include <comphelper/basicio.hxx>
#include <comphelper/property.hxx>
+using namespace comphelper;
+
namespace frm
{
@@ -34,7 +37,6 @@ namespace frm
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::sdb;
using namespace ::com::sun::star::sdbc;
-using namespace ::com::sun::star::sdbcx;
using namespace ::com::sun::star::beans;
using namespace ::com::sun::star::container;
using namespace ::com::sun::star::form;