Tag: cws_src680_qiq User: fs Date: 06/05/12 04:11:29 Modified: /dba/dbaccess/source/ui/relationdesign/ RelationDesignView.cxx
Log: removed unneeded include File Changes: Directory: /dba/dbaccess/source/ui/relationdesign/ ================================================== File [changed]: RelationDesignView.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/relationdesign/RelationDesignView.cxx?r1=1.11&r2=1.11.124.1 Delta lines: +3 -7 ------------------- --- RelationDesignView.cxx 8 Sep 2005 16:36:44 -0000 1.11 +++ RelationDesignView.cxx 12 May 2006 11:11:27 -0000 1.11.124.1 @@ -4,9 +4,9 @@ * * $RCSfile: RelationDesignView.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.11.124.1 $ * - * last change: $Author: rt $ $Date: 2005/09/08 16:36:44 $ + * last change: $Author: fs $ $Date: 2006/05/12 11:11:27 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -44,9 +44,6 @@ #ifndef _UNDO_HXX #include <svtools/undo.hxx> #endif -#ifndef DBAUI_QYDLGTAB_HXX -#include "adtabdlg.hxx" -#endif #ifndef _SV_SVAPP_HXX #include <vcl/svapp.hxx> #endif @@ -99,7 +96,6 @@ using namespace ::dbaui; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::lang; -using namespace ::com::sun::star::i18n; using namespace ::com::sun::star::sdbc; using namespace ::com::sun::star::beans; using namespace ::com::sun::star::container; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
