summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/sidebar/LayoutMenu.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/sidebar/LayoutMenu.hxx')
-rw-r--r--sd/source/ui/sidebar/LayoutMenu.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/sidebar/LayoutMenu.hxx b/sd/source/ui/sidebar/LayoutMenu.hxx
index 45fce7f55c08..16d1ea3f4909 100644
--- a/sd/source/ui/sidebar/LayoutMenu.hxx
+++ b/sd/source/ui/sidebar/LayoutMenu.hxx
@@ -93,7 +93,7 @@ public:
virtual void MouseButtonDown (const MouseEvent& rEvent) SAL_OVERRIDE;
/** Call this method when the set of displayed layouts is not up-to-date
- anymore. It will re-assemple this set according to the current
+ anymore. It will re-assemble this set according to the current
settings.
*/
void InvalidateContent (void);
@@ -159,7 +159,7 @@ private:
void AssignLayoutToSelectedSlides (AutoLayout aLayout);
/** Insert a new page with the given layout. The page is inserted via
- the main view shell, i.e. its SID_INSERTPAGE slot is called. It it
+ the main view shell, i.e. its SID_INSERTPAGE slot is called. If it
does not support this slot then inserting a new page does not take
place. The new page is inserted after the currently active one (the
one returned by ViewShell::GetActualPage().)