summaryrefslogtreecommitdiff
path: root/svx/source/form/fmshimp.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-04-02 09:29:40 +0000
committerRüdiger Timm <rt@openoffice.org>2004-04-02 09:29:40 +0000
commitc60cbba3c888692efdd8194b1fa36f1308fa82fe (patch)
tree0d50fbdf926d26d6cb0f073f1523aee289fa549e /svx/source/form/fmshimp.cxx
parent7d3d3e575fb6846875b977cab3115347e845ed70 (diff)
INTEGRATION: CWS frmvalidation (1.49.16); FILE MERGED
2004/03/23 12:28:06 fs 1.49.16.2: RESYNC: (1.49-1.50); FILE MERGED 2004/03/12 13:28:00 fs 1.49.16.1: moved the services/interfaces related to binding controls to external values from drafts.com.sun.star.form/component to com.sun.star.form.binding
Diffstat (limited to 'svx/source/form/fmshimp.cxx')
-rw-r--r--svx/source/form/fmshimp.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/svx/source/form/fmshimp.cxx b/svx/source/form/fmshimp.cxx
index 44856f89d3a8..1a0a0a2ff821 100644
--- a/svx/source/form/fmshimp.cxx
+++ b/svx/source/form/fmshimp.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fmshimp.cxx,v $
*
- * $Revision: 1.50 $
+ * $Revision: 1.51 $
*
- * last change: $Author: obo $ $Date: 2004-03-19 12:20:43 $
+ * last change: $Author: rt $ $Date: 2004-04-02 10:29:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -189,14 +189,14 @@
#ifndef _COM_SUN_STAR_BEANS_PROPERTYATTRIBUTE_HPP_
#include <com/sun/star/beans/PropertyAttribute.hpp>
#endif
+#ifndef _COM_SUN_STAR_FORM_BINDING_XBINDABLEVALUE_HPP_
+#include <com/sun/star/form/binding/XBindableValue.hpp>
+#endif
#ifndef _COM_SUN_STAR_BEANS_NAMEDVALUE_HPP_
#include <com/sun/star/beans/NamedValue.hpp>
#endif
-#ifndef _DRAFTS_COM_SUN_STAR_FORM_XBINDABLEVALUE_HPP_
-#include <drafts/com/sun/star/form/XBindableValue.hpp>
-#endif
-#ifndef _DRAFTS_COM_SUN_STAR_FORM_XLISTENTRYSINK_HPP_
-#include <drafts/com/sun/star/form/XListEntrySink.hpp>
+#ifndef _COM_SUN_STAR_FORM_BINDING_XLISTENTRYSINK_HPP_
+#include <com/sun/star/form/binding/XListEntrySink.hpp>
#endif
#ifndef _COM_SUN_STAR_UI_DIALOGS_XEXECUTABLEDIALOG_HPP_
#include <com/sun/star/ui/dialogs/XExecutableDialog.hpp>
@@ -429,7 +429,7 @@ using namespace ::com::sun::star::sdbcx;
using namespace ::com::sun::star::beans;
using namespace ::com::sun::star::container;
using namespace ::com::sun::star::form;
-using namespace ::drafts::com::sun::star::form;
+using namespace ::com::sun::star::form::binding;
using namespace ::com::sun::star::awt;
using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::util;