From a7e0e800c5d1d13db81963b5295b21fb2bfd3ad7 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 18 Aug 2020 15:53:07 +0200 Subject: Fix typos Change-Id: I85a91d24943430b42217ac91611f182059d8ec69 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100919 Tested-by: Jenkins Reviewed-by: Julien Nabet --- dbaccess/source/ui/app/AppController.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dbaccess') diff --git a/dbaccess/source/ui/app/AppController.hxx b/dbaccess/source/ui/app/AppController.hxx index 7acd97773b28..490b4232a7ea 100644 --- a/dbaccess/source/ui/app/AppController.hxx +++ b/dbaccess/source/ui/app/AppController.hxx @@ -224,10 +224,10 @@ namespace dbaui /// copies the current object into clipboard rtl::Reference copyObject(); - /// fills rExchange with current object if its a Table or Query + /// fills rExchange with current object if it's a Table or Query bool copySQLObject(ODataClipboard& rExchange); - /// fills rExchange with current object if its a Form or Report + /// fills rExchange with current object if it's a Form or Report bool copyDocObject(svx::OComponentTransferable& rExchange); /// returns the nameaccess -- cgit