diff options
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 { |