summaryrefslogtreecommitdiff
path: root/sdext
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-03-01 00:49:22 +0100
committerJulien Nabet <serval2412@yahoo.fr>2015-03-01 00:50:51 +0100
commite3e95f97638ff4d2c230cbc1f560a148863fb7a5 (patch)
treebba787f1edfeda527b3f2e0a77f1f8790fb349b7 /sdext
parenta98d3240a2d44a428852fee1d8a622b0780d687e (diff)
Typo: embeded->embedded
Change-Id: I27d0cdac158a674274647fe0081a8d8c046fe0ea
Diffstat (limited to 'sdext')
-rw-r--r--sdext/source/presenter/PresenterSlideShowView.cxx2
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";