From c7f86552d8ad02c4c0adc222a269afa0b9aee26c Mon Sep 17 00:00:00 2001 From: Frank Schönheit Date: Fri, 15 Jun 2001 08:55:48 +0000 Subject: #86986# moved css/ui/* to css/ui/dialogs/* --- dbaccess/source/ui/querydesign/JoinController.cxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'dbaccess/source/ui/querydesign/JoinController.cxx') diff --git a/dbaccess/source/ui/querydesign/JoinController.cxx b/dbaccess/source/ui/querydesign/JoinController.cxx index 24b9c9072489..0779bac7edba 100644 --- a/dbaccess/source/ui/querydesign/JoinController.cxx +++ b/dbaccess/source/ui/querydesign/JoinController.cxx @@ -2,9 +2,9 @@ * * $RCSfile: JoinController.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: oj $ $Date: 2001-04-24 14:28:56 $ + * last change: $Author: fs $ $Date: 2001-06-15 09:43:49 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -124,8 +124,8 @@ #ifndef _DBHELPER_DBEXCEPTION_HXX_ #include #endif -#ifndef _COM_SUN_STAR_UI_XEXECUTABLEDIALOG_HPP_ -#include +#ifndef _COM_SUN_STAR_UI_DIALOGS_XEXECUTABLEDIALOG_HPP_ +#include #endif #ifndef _COMPHELPER_STREAMSECTION_HXX_ #include @@ -174,7 +174,7 @@ using namespace ::com::sun::star::container; using namespace ::com::sun::star::sdbcx; using namespace ::com::sun::star::sdbc; using namespace ::com::sun::star::sdb; -using namespace ::com::sun::star::ui; +using namespace ::com::sun::star::ui::dialogs; using namespace ::dbtools; using namespace ::dbaui; using namespace ::comphelper; -- cgit