[Libreoffice-commits] core.git: framework/inc

Julien Nabet serval2412 at yahoo.fr
Thu Jan 18 10:33:34 UTC 2018


 framework/inc/classes/taskcreator.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1abd6be9d8822c40293b412230c175a1d2731fb0
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Thu Jan 18 09:35:50 2018 +0100

    Typo: rDesciprtor->rDescriptor
    
    Change-Id: I71987a989e204c9b4039c8a046e55a0857ad8889
    Reviewed-on: https://gerrit.libreoffice.org/48092
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/framework/inc/classes/taskcreator.hxx b/framework/inc/classes/taskcreator.hxx
index ee8056f13812..b6a9bdb3b966 100644
--- a/framework/inc/classes/taskcreator.hxx
+++ b/framework/inc/classes/taskcreator.hxx
@@ -54,7 +54,7 @@ class TaskCreator final
                  TaskCreator( const css::uno::Reference< css::uno::XComponentContext >& xContext );
                  ~TaskCreator(                                                                     );
 
-        css::uno::Reference< css::frame::XFrame > createTask( const OUString& sName, const utl::MediaDescriptor& rDesciprtor );
+        css::uno::Reference< css::frame::XFrame > createTask( const OUString& sName, const utl::MediaDescriptor& rDescriptor );
 
 }; // class TaskCreator
 


More information about the Libreoffice-commits mailing list