diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-05-08 10:13:54 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-05-11 21:30:10 +0200 |
commit | 9f7d2cefe0b0ce2ce2e9c7010b08dee24596dc2a (patch) | |
tree | 06a7f6cfd5ecdba29f65f9451fe1323add1cc970 /dbaccess | |
parent | eff075852e7c9f8e5b49fd351075c3d8324012ee (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')
-rw-r--r-- | dbaccess/source/ui/dlg/finteraction.hxx | 2 |
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 { |