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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Fri Aug 21 16:18:57 UTC 2020


 sdext/source/presenter/PresenterPaneContainer.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d0d87244eefc19e6ea6762a029b6ced036faec90
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Aug 20 13:12:51 2020 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Aug 21 18:18:12 2020 +0200

    Fix typo in code
    
    Change-Id: I0ebb5799289e35481ca9dbf288b450c50953a268
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101113
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/sdext/source/presenter/PresenterPaneContainer.hxx b/sdext/source/presenter/PresenterPaneContainer.hxx
index 65c6bddb7e0b..136c25690b16 100644
--- a/sdext/source/presenter/PresenterPaneContainer.hxx
+++ b/sdext/source/presenter/PresenterPaneContainer.hxx
@@ -100,7 +100,7 @@ public:
         const OUString& rsTitle,
         const OUString& rsAccessibleTitle,
         const bool bIsOpaque,
-        const ViewInitializationFunction& rViewIntialization);
+        const ViewInitializationFunction& rViewInitialization);
 
     SharedPaneDescriptor StorePane (
         const rtl::Reference<PresenterPaneBase>& rxPane);


More information about the Libreoffice-commits mailing list