Tag: cws_src680_odbmacros2 User: fs Date: 2008-01-28 11:34:59+0000 Modified: dba/dbaccess/source/ui/app/AppView.cxx dba/dbaccess/source/ui/app/AppView.hxx
Log: during #i49133#: changeContainer->selectContainer File Changes: Directory: /dba/dbaccess/source/ui/app/ ======================================= File [changed]: AppView.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppView.cxx?r1=1.21&r2=1.21.56.1 Delta lines: +5 -5 ------------------- --- AppView.cxx 2007-09-26 14:47:52+0000 1.21 +++ AppView.cxx 2008-01-28 11:34:57+0000 1.21.56.1 @@ -4,9 +4,9 @@ * * $RCSfile: AppView.cxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.21.56.1 $ * - * last change: $Author: hr $ $Date: 2007/09/26 14:47:52 $ + * last change: $Author: fs $ $Date: 2008/01/28 11:34:57 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -550,11 +550,11 @@ getDetailView()->clearPages(_bTaskAlso); } // ----------------------------------------------------------------------------- -void OApplicationView::changeContainer(ElementType _eType) +void OApplicationView::selectContainer(ElementType _eType) { OSL_ENSURE(m_pWin && getPanel(),"Detail view is NULL! -> GPF"); WaitObject aWO(this); - getPanel()->changeContainer(_eType); + getPanel()->selectContainer(_eType); } // ----------------------------------------------------------------------------- SvLBoxEntry* OApplicationView::getEntry( const Point& _aPosPixel ) const File [changed]: AppView.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppView.hxx?r1=1.14&r2=1.14.56.1 Delta lines: +4 -4 ------------------- --- AppView.hxx 2007-09-26 14:48:06+0000 1.14 +++ AppView.hxx 2008-01-28 11:34:57+0000 1.14.56.1 @@ -4,9 +4,9 @@ * * $RCSfile: AppView.hxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.14.56.1 $ * - * last change: $Author: hr $ $Date: 2007/09/26 14:48:06 $ + * last change: $Author: fs $ $Date: 2008/01/28 11:34:57 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -300,7 +300,7 @@ @param _eType Which container to show. */ - void changeContainer(ElementType _eType); + void selectContainer(ElementType _eType); /// returns the preview mode PreviewMode getPreviewMode(); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
