[Libreoffice-commits] core.git: fpicker/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sat Jun 8 06:54:06 UTC 2019


 fpicker/source/office/fpinteraction.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1a5ab865115f965a0a6fa8989b12cfbe6f4b8e86
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue May 14 21:23:12 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Jun 8 08:53:05 2019 +0200

    Fix typo
    
    Change-Id: I8f6725b66ea076804e5a1966e3acb88999d2204d
    Reviewed-on: https://gerrit.libreoffice.org/73685
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/fpicker/source/office/fpinteraction.hxx b/fpicker/source/office/fpinteraction.hxx
index 5827463d8801..fb66488d8f0f 100644
--- a/fpicker/source/office/fpinteraction.hxx
+++ b/fpicker/source/office/fpinteraction.hxx
@@ -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
     {


More information about the Libreoffice-commits mailing list