diff options
-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); |