diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2014-08-27 18:26:10 +0200 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2014-08-27 18:42:14 +0200 |
commit | bcb87e7a7a7e8be42bb5d289819943d45e225c03 (patch) | |
tree | 9987450f2ef70a65f8c775084a47f119357bb334 | |
parent | 68b845c81826464676a8a67d6002881d9c6a1d99 (diff) |
documentation-by-const
Change-Id: I7d5f457106e4885ea8412a9eab6954534ee627cd
-rw-r--r-- | dbaccess/source/ui/app/AppControllerGen.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/app/AppControllerGen.cxx b/dbaccess/source/ui/app/AppControllerGen.cxx index c119ced880ef..fe73e16891db 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); |