diff options
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/source/presenter/PresenterPaneContainer.hxx | 2 |
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); |