summaryrefslogtreecommitdiff
path: root/dbaccess/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-05-08 10:13:54 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-05-11 21:30:10 +0200
commit9f7d2cefe0b0ce2ce2e9c7010b08dee24596dc2a (patch)
tree06a7f6cfd5ecdba29f65f9451fe1323add1cc970 /dbaccess/source
parenteff075852e7c9f8e5b49fd351075c3d8324012ee (diff)
Fix typo
Change-Id: Ic7973dc408ba7cd19b958675b5e27320dfea5c92 Reviewed-on: https://gerrit.libreoffice.org/72152 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'dbaccess/source')
-rw-r--r--dbaccess/source/ui/dlg/finteraction.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/dlg/finteraction.hxx b/dbaccess/source/ui/dlg/finteraction.hxx
index 350cd9f8029a..fdc70b7fc49c 100644
--- a/dbaccess/source/ui/dlg/finteraction.hxx
+++ b/dbaccess/source/ui/dlg/finteraction.hxx
@@ -30,7 +30,7 @@ namespace dbaui
typedef ::cppu::WeakImplHelper< css::task::XInteractionHandler
> OFilePickerInteractionHandler_Base;
- /** a InteractionHandler implementation which extends another handler with some customizability
+ /** an InteractionHandler implementation which extends another handler with some customizability
*/
class OFilePickerInteractionHandler final : public OFilePickerInteractionHandler_Base
{