From 0a23efd51e5fd283500f872c528ea19d543a17ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Fri, 2 Apr 2004 10:01:13 +0000 Subject: [PATCH] INTEGRATION: CWS frmvalidation (1.58.40); FILE MERGED 2004/03/23 11:48:26 fs 1.58.40.2: RESYNC: (1.58-1.59); FILE MERGED 2004/03/11 16:43:51 fs 1.58.40.1: moved the control binding related interfaces/services out of the drafts module --- extensions/source/propctrlr/formcontroller.cxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/extensions/source/propctrlr/formcontroller.cxx b/extensions/source/propctrlr/formcontroller.cxx index 0941559e930f..48350ab54b05 100644 --- a/extensions/source/propctrlr/formcontroller.cxx +++ b/extensions/source/propctrlr/formcontroller.cxx @@ -2,9 +2,9 @@ * * $RCSfile: formcontroller.cxx,v $ * - * $Revision: 1.59 $ + * $Revision: 1.60 $ * - * last change: $Author: obo $ $Date: 2004-03-19 12:01:11 $ + * last change: $Author: rt $ $Date: 2004-04-02 11:01:13 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -177,8 +177,8 @@ #ifndef _COM_SUN_STAR_FORM_XGRIDCOLUMNFACTORY_HPP_ #include #endif -#ifndef _DRAFTS_COM_SUN_STAR_FORM_XBINDABLEVALUE_HPP_ -#include +#ifndef _COM_SUN_STAR_FORM_BINDING_XBINDABLEVALUE_HPP_ +#include #endif #ifndef _COM_SUN_STAR_TABLE_CELLADDRESS_HPP_ #include @@ -349,7 +349,7 @@ namespace pcr using namespace ::com::sun::star::container; using namespace ::com::sun::star::frame; using namespace ::com::sun::star::table; - using namespace ::drafts::com::sun::star::form; + using namespace ::com::sun::star::form::binding; using namespace ::dbtools; //========================================================================