Tag: cws_src680_dba24c
User: fs      
Date: 2007-09-17 09:34:45+0000
Modified:
   dba/dbaccess/source/ui/app/AppControllerDnD.cxx

Log:
 #i49183# make getSelectionElementNames const

File Changes:

Directory: /dba/dbaccess/source/ui/app/
=======================================

File [changed]: AppControllerDnD.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppControllerDnD.cxx?r1=1.22.22.1&r2=1.22.22.2
Delta lines:  +3 -3
-------------------
--- AppControllerDnD.cxx        2007-09-12 09:09:39+0000        1.22.22.1
+++ AppControllerDnD.cxx        2007-09-17 09:34:43+0000        1.22.22.2
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: AppControllerDnD.cxx,v $
  *
- *  $Revision: 1.22.22.1 $
+ *  $Revision: 1.22.22.2 $
  *
- *  last change: $Author: fs $ $Date: 2007/09/12 09:09:39 $
+ *  last change: $Author: fs $ $Date: 2007/09/17 09:34:43 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -592,7 +592,7 @@
     m_bCurrentlyModified = (xModi.is() && xModi->isModified());
 }
 // 
-----------------------------------------------------------------------------
-void OApplicationController::getSelectionElementNames(::std::vector< 
::rtl::OUString>& _rNames)
+void OApplicationController::getSelectionElementNames(::std::vector< 
::rtl::OUString>& _rNames) const
 {
        ::vos::OGuard aSolarGuard( Application::GetSolarMutex() );
        ::osl::MutexGuard aGuard(m_aMutex);




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to