From 9f7d2cefe0b0ce2ce2e9c7010b08dee24596dc2a Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 8 May 2019 10:13:54 +0000 Subject: Fix typo Change-Id: Ic7973dc408ba7cd19b958675b5e27320dfea5c92 Reviewed-on: https://gerrit.libreoffice.org/72152 Tested-by: Jenkins Reviewed-by: Julien Nabet --- dbaccess/source/ui/dlg/finteraction.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dbaccess') 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 { -- cgit