From d0d87244eefc19e6ea6762a029b6ced036faec90 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 20 Aug 2020 13:12:51 +0200 Subject: Fix typo in code Change-Id: I0ebb5799289e35481ca9dbf288b450c50953a268 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101113 Tested-by: Jenkins Reviewed-by: Julien Nabet --- sdext/source/presenter/PresenterPaneContainer.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sdext') 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& rxPane); -- cgit