summaryrefslogtreecommitdiff
path: root/forms/source/component/Currency.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/component/Currency.cxx')
-rw-r--r--forms/source/component/Currency.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/forms/source/component/Currency.cxx b/forms/source/component/Currency.cxx
index 57f712b72f05..e39a5e8c419d 100644
--- a/forms/source/component/Currency.cxx
+++ b/forms/source/component/Currency.cxx
@@ -18,11 +18,12 @@
*/
#include "Currency.hxx"
+#include <property.hxx>
#include <services.hxx>
#include <unotools/localedatawrapper.hxx>
-#include <vcl/svapp.hxx>
#include <unotools/syslocale.hxx>
#include <comphelper/types.hxx>
+#include <com/sun/star/form/FormComponentType.hpp>
namespace frm
@@ -31,7 +32,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;