summaryrefslogtreecommitdiff
path: root/include/sfx2
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-07-02 18:23:08 +0200
committerMichael Stahl <mstahl@redhat.com>2015-07-03 09:32:26 +0000
commit420923ba76ad84892fd242ed37be9d85e1ea03fe (patch)
tree838189ec6fe7fbe36419ea397f4a8de5a79aed72 /include/sfx2
parent918d3e30d7ff91387d9de55156a4c1364cc7b58c (diff)
Fix typos
Change-Id: Ie2bbe020fc6e3a4a4f913208c245f395849bb9ee Reviewed-on: https://gerrit.libreoffice.org/16708 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include/sfx2')
-rw-r--r--include/sfx2/shell.hxx2
-rw-r--r--include/sfx2/sidebar/SidebarChildWindow.hxx2
-rw-r--r--include/sfx2/tabdlg.hxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/include/sfx2/shell.hxx b/include/sfx2/shell.hxx
index aae874ac2bc9..57134528e7a8 100644
--- a/include/sfx2/shell.hxx
+++ b/include/sfx2/shell.hxx
@@ -292,7 +292,7 @@ public:
inline void SetPool( SfxItemPool *pNewPool ) ;
/**
- Each Subclass of SfxShell can hava a <SfxUndoManager>. This can be set in
+ Each Subclass of SfxShell can have a <SfxUndoManager>. This can be set in
the derived class with <SfxShell:SetUndoManager()>.
The class SfxShell itself does not have a SfxUndoManager, a NULL-pointer
diff --git a/include/sfx2/sidebar/SidebarChildWindow.hxx b/include/sfx2/sidebar/SidebarChildWindow.hxx
index d55d01d707c8..b703ced082f5 100644
--- a/include/sfx2/sidebar/SidebarChildWindow.hxx
+++ b/include/sfx2/sidebar/SidebarChildWindow.hxx
@@ -24,7 +24,7 @@
namespace sfx2 { namespace sidebar {
-/** Outer container of the sidbar window.
+/** Outer container of the sidebar window.
Has to be registered for every application via the
RegisterChildWindow() method from the RegisterControllers() method
diff --git a/include/sfx2/tabdlg.hxx b/include/sfx2/tabdlg.hxx
index a8f5526a7709..84e1a0751b09 100644
--- a/include/sfx2/tabdlg.hxx
+++ b/include/sfx2/tabdlg.hxx
@@ -111,7 +111,7 @@ protected:
SfxItemSet* GetInputSetImpl();
SfxTabPage* GetTabPage( sal_uInt16 nPageId ) const;
- /** prepare to leace the current page. Calls the DeactivatePage method of the current page, (if necessary),
+ /** prepare to leave the current page. Calls the DeactivatePage method of the current page, (if necessary),
handles the item sets to copy.
@return sal_True if it is allowed to leave the current page, sal_False otherwise
*/