dbaccess/source/ui/app/AppControllerGen.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit bcb87e7a7a7e8be42bb5d289819943d45e225c03
Author: Lionel Elie Mamane <lio...@mamane.lu>
Date:   Wed Aug 27 18:26:10 2014 +0200

    documentation-by-const
    
    Change-Id: I7d5f457106e4885ea8412a9eab6954534ee627cd

diff --git a/dbaccess/source/ui/app/AppControllerGen.cxx 
b/dbaccess/source/ui/app/AppControllerGen.cxx
index c119ced..fe73e16 100644
--- a/dbaccess/source/ui/app/AppControllerGen.cxx
+++ b/dbaccess/source/ui/app/AppControllerGen.cxx
@@ -690,7 +690,7 @@ void OApplicationController::onLoadedMenu(const Reference< 
::com::sun::star::fra
     }
 }
 
-void OApplicationController::doAction(sal_uInt16 _nId ,ElementOpenMode 
_eOpenMode)
+void OApplicationController::doAction(sal_uInt16 _nId, const ElementOpenMode 
_eOpenMode)
 {
     ::std::vector< OUString> aList;
     getSelectionElementNames(aList);
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to