diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-08-18 15:53:07 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-08-18 20:09:04 +0200 |
commit | a7e0e800c5d1d13db81963b5295b21fb2bfd3ad7 (patch) | |
tree | a0ef070be4acafeb530d5e698569125b35c88916 /dbaccess | |
parent | d44a5250a4996bcfb2c66b8510f8a01a5888dd9f (diff) |
Fix typos
Change-Id: I85a91d24943430b42217ac91611f182059d8ec69
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100919
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/app/AppController.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
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<TransferableHelper> 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 |