[Libreoffice-commits] core.git: dbaccess/source

Lionel Elie Mamane lionel at mamane.lu
Wed Aug 27 09:43:04 PDT 2014


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

New commits:
commit bcb87e7a7a7e8be42bb5d289819943d45e225c03
Author: Lionel Elie Mamane <lionel at 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);


More information about the Libreoffice-commits mailing list