diff options
Diffstat (limited to 'sdext/source')
-rw-r--r-- | sdext/source/presenter/PresenterSlideShowView.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/presenter/PresenterSlideShowView.cxx b/sdext/source/presenter/PresenterSlideShowView.cxx index 531e2277da3a..b01338d4672b 100644 --- a/sdext/source/presenter/PresenterSlideShowView.cxx +++ b/sdext/source/presenter/PresenterSlideShowView.cxx @@ -1004,7 +1004,7 @@ void PresenterSlideShowView::impl_addAndConfigureView() { Reference<presentation::XSlideShowView> xView (this); mxSlideShow->addView(xView); - // Prevent embeded sounds being played twice at the same time by + // Prevent embedded sounds being played twice at the same time by // disabling sound for the new slide show view. beans::PropertyValue aProperty; aProperty.Name = "IsSoundEnabled"; |