Tag: cws_src680_supdremove User: vg Date: 2007-11-16 10:23:23+0000 Modified: dba/dbaccess/source/ui/browser/exsrcbrw.cxx dba/dbaccess/source/ui/browser/sbagrid.cxx dba/dbaccess/source/ui/inc/indexcollection.hxx dba/dbaccess/source/ui/tabledesign/TableUndo.cxx
Log: #i83674# cleanup: remove obsolete SUPD macro use File Changes: Directory: /dba/dbaccess/source/ui/browser/ =========================================== File [changed]: exsrcbrw.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/browser/exsrcbrw.cxx?r1=1.30&r2=1.30.180.1 Delta lines: +3 -7 ------------------- --- exsrcbrw.cxx 2006-09-17 06:58:15+0000 1.30 +++ exsrcbrw.cxx 2007-11-16 10:23:20+0000 1.30.180.1 @@ -4,9 +4,9 @@ * * $RCSfile: exsrcbrw.cxx,v $ * - * $Revision: 1.30 $ + * $Revision: 1.30.180.1 $ * - * last change: $Author: obo $ $Date: 2006/09/17 06:58:15 $ + * last change: $Author: vg $ $Date: 2007/11/16 10:23:20 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -340,10 +340,6 @@ if (xFrameDispatcher.is()) xReturn = xFrameDispatcher->queryDispatch(aNewUrl, aTargetFrameName, FrameSearchFlag::PARENT); -#if SUPD<=548 && !PRIV_DEBUG - xReturn = NULL; - // in version 548 the dispatch interception and the task-local beamer will work ... me hopes -#endif } if (!xReturn.is()) File [changed]: sbagrid.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/browser/sbagrid.cxx?r1=1.81&r2=1.81.80.1 Delta lines: +3 -7 ------------------- --- sbagrid.cxx 2007-07-06 08:05:23+0000 1.81 +++ sbagrid.cxx 2007-11-16 10:23:20+0000 1.81.80.1 @@ -4,9 +4,9 @@ * * $RCSfile: sbagrid.cxx,v $ * - * $Revision: 1.81 $ + * $Revision: 1.81.80.1 $ * - * last change: $Author: rt $ $Date: 2007/07/06 08:05:23 $ + * last change: $Author: vg $ $Date: 2007/11/16 10:23:20 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -926,11 +926,7 @@ vClipboardList.push_back(::boost::shared_ptr<OTableRow>(new OTableRow(xField))); OTableRowExchange* pData = new OTableRowExchange(vClipboardList); Reference< ::com::sun::star::datatransfer::XTransferable> xRef = pData; -#if SUPD<631 - pData->CopyToClipboard(); -#else pData->CopyToClipboard(GetParent()); -#endif } break; Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: indexcollection.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/indexcollection.hxx?r1=1.6&r2=1.6.358.1 Delta lines: +3 -24 -------------------- --- indexcollection.hxx 2005-09-08 15:55:12+0000 1.6 +++ indexcollection.hxx 2007-11-16 10:23:20+0000 1.6.358.1 @@ -4,9 +4,9 @@ * * $RCSfile: indexcollection.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.6.358.1 $ * - * last change: $Author: rt $ $Date: 2005/09/08 15:55:12 $ + * last change: $Author: vg $ $Date: 2007/11/16 10:23:20 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -49,27 +49,6 @@ #include "indexes.hxx" #endif -#if SUPD<625 - // In SRC624 and below, the SAL_THROW was defined in another way -> redefine it the way it's used from SRC625 onwards - // (more precise: from UDK211 onwards, but we don't have a variable for this ...) - - #ifdef __cplusplus - - #undef SAL_THROW - - #if defined(__GNUC__) || defined(__SUNPRO_CC) - #define SAL_THROW( exc ) - #else - #define SAL_THROW( exc ) throw exc - #endif - #define SAL_THROW_EXTERN_C() throw () - - #else - #define SAL_THROW_EXTERN_C() - #endif - -#endif - //...................................................................... namespace dbaui { Directory: /dba/dbaccess/source/ui/tabledesign/ =============================================== File [changed]: TableUndo.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/tabledesign/TableUndo.cxx?r1=1.18&r2=1.18.80.1 Delta lines: +3 -5 ------------------- --- TableUndo.cxx 2007-07-06 08:44:17+0000 1.18 +++ TableUndo.cxx 2007-11-16 10:23:20+0000 1.18.80.1 @@ -4,9 +4,9 @@ * * $RCSfile: TableUndo.cxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.18.80.1 $ * - * last change: $Author: rt $ $Date: 2007/07/06 08:44:17 $ + * last change: $Author: vg $ $Date: 2007/11/16 10:23:20 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -64,9 +64,7 @@ #endif using namespace dbaui; -#if SUPD > 636 using namespace ::svt; -#endif TYPEINIT1( OCommentUndoAction, SfxUndoAction ); TYPEINIT1( OTableDesignUndoAct, OCommentUndoAction ); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
