summaryrefslogtreecommitdiff
path: root/sdext
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-01-31 21:33:20 +0100
committerMichael Stahl <mstahl@redhat.com>2018-02-01 11:08:03 +0100
commit01c43770b75fd4e48b2cda230feda37154f75bdd (patch)
treef4ff5ba307ca616b68bfc661faf853f63d9f63c9 /sdext
parent2c9904f300ab195636fc06c3c3b14aa61eb3ee85 (diff)
Fix typos
Change-Id: I455efa82de60b764a500e1cc092ae08e800ec824 Reviewed-on: https://gerrit.libreoffice.org/49068 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sdext')
-rw-r--r--sdext/source/presenter/PresenterWindowManager.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sdext/source/presenter/PresenterWindowManager.cxx b/sdext/source/presenter/PresenterWindowManager.cxx
index 5c206493768a..2830c444df97 100644
--- a/sdext/source/presenter/PresenterWindowManager.cxx
+++ b/sdext/source/presenter/PresenterWindowManager.cxx
@@ -599,7 +599,7 @@ void PresenterWindowManager::LayoutStandardMode()
// For the current slide view calculate the outer height from the outer
- // width. This takes into acount the slide aspect ratio and thus has to
+ // width. This takes into account the slide aspect ratio and thus has to
// go over the inner pane size.
PresenterPaneContainer::SharedPaneDescriptor pPane (
mpPaneContainer->FindPaneURL(PresenterPaneFactory::msCurrentSlidePreviewPaneURL));
@@ -622,7 +622,7 @@ void PresenterWindowManager::LayoutStandardMode()
}
// For the next slide view calculate the outer height from the outer
- // width. This takes into acount the slide aspect ratio and thus has to
+ // width. This takes into account the slide aspect ratio and thus has to
// go over the inner pane size.
pPane = mpPaneContainer->FindPaneURL(PresenterPaneFactory::msNextSlidePreviewPaneURL);
if (pPane.get() != nullptr)
@@ -685,7 +685,7 @@ void PresenterWindowManager::LayoutNotesMode()
}
// For the current slide view calculate the outer height from the outer
- // width. This takes into acount the slide aspect ratio and thus has to
+ // width. This takes into account the slide aspect ratio and thus has to
// go over the inner pane size.
pPane = mpPaneContainer->FindPaneURL(PresenterPaneFactory::msCurrentSlidePreviewPaneURL);
if (pPane.get() != nullptr)
@@ -706,7 +706,7 @@ void PresenterWindowManager::LayoutNotesMode()
}
// For the next slide view calculate the outer height from the outer
- // width. This takes into acount the slide aspect ratio and thus has to
+ // width. This takes into account the slide aspect ratio and thus has to
// go over the inner pane size.
pPane = mpPaneContainer->FindPaneURL(PresenterPaneFactory::msNextSlidePreviewPaneURL);
if (pPane.get() != nullptr)