summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/cellbindinghelper.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-04-02 10:00:47 +0000
committerRüdiger Timm <rt@openoffice.org>2004-04-02 10:00:47 +0000
commitb98dc2208803fab2833ee255971a90d93f750bb0 (patch)
tree59c05fdc0b2de0e41ce6574fbaf4fec79212d3e3 /extensions/source/propctrlr/cellbindinghelper.cxx
parent4141063aff91850fc0d8ada782b754e3a8d8b1a0 (diff)
INTEGRATION: CWS frmvalidation (1.3.26); FILE MERGED
2004/03/11 16:43:50 fs 1.3.26.1: moved the control binding related interfaces/services out of the drafts module
Diffstat (limited to 'extensions/source/propctrlr/cellbindinghelper.cxx')
-rw-r--r--extensions/source/propctrlr/cellbindinghelper.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/extensions/source/propctrlr/cellbindinghelper.cxx b/extensions/source/propctrlr/cellbindinghelper.cxx
index eaa9ce46f483..6a13deec44ee 100644
--- a/extensions/source/propctrlr/cellbindinghelper.cxx
+++ b/extensions/source/propctrlr/cellbindinghelper.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cellbindinghelper.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: hr $ $Date: 2004-02-02 19:34:18 $
+ * last change: $Author: rt $ $Date: 2004-04-02 11:00:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -63,11 +63,11 @@
#include "cellbindinghelper.hxx"
#endif
-#ifndef _DRAFTS_COM_SUN_STAR_FORM_XBINDABLEVALUE_HPP_
-#include <drafts/com/sun/star/form/XBindableValue.hpp>
+#ifndef _COM_SUN_STAR_FORM_BINDING_XBINDABLEVALUE_HPP_
+#include <com/sun/star/form/binding/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_FORM_FORMCOMPONENTTYPE_HPP_
#include <com/sun/star/form/FormComponentType.hpp>
@@ -135,7 +135,7 @@ namespace pcr
using namespace ::com::sun::star::form;
using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::i18n;
- using namespace ::drafts::com::sun::star::form;
+ using namespace ::com::sun::star::form::binding;
namespace
{