summaryrefslogtreecommitdiff
path: root/sdext
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-08-20 13:12:51 +0200
committerJulien Nabet <serval2412@yahoo.fr>2020-08-21 18:18:12 +0200
commitd0d87244eefc19e6ea6762a029b6ced036faec90 (patch)
tree039051ab274ba56b23c458b8d241573c142768e9 /sdext
parent1622014ebf7ce46b4cea02e44c7d5de06d8e3662 (diff)
Fix typo in code
Change-Id: I0ebb5799289e35481ca9dbf288b450c50953a268 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101113 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sdext')
-rw-r--r--sdext/source/presenter/PresenterPaneContainer.hxx2
1 files changed, 1 insertions, 1 deletions
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);