Change-Id: I8f6725b66ea076804e5a1966e3acb88999d2204d
Reviewed-on: https://gerrit.libreoffice.org/73685
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Andrea Gelmini
2019-05-14 21:23:12 +00:00
committed by Julien Nabet
parent 714fa1af62
commit 1a5ab86511

View File

@@ -33,7 +33,7 @@ namespace svt
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
{