diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2017-03-19 18:19:41 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-03-19 18:50:33 +0000 |
commit | b5bef1f7d5edb68a7609c2d003955461bfa9c5aa (patch) | |
tree | 704e3a5851daf9c115886acc19aafa79f5badd17 /include | |
parent | 38e6da9f23a29d297701a35b213b7b38c4f67bda (diff) |
Typos
Change-Id: I13020539fe121151e884a90d72d47788fb3ae65c
Reviewed-on: https://gerrit.libreoffice.org/35436
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/shell.hxx | 2 | ||||
-rw-r--r-- | include/svx/sidebar/AreaPropertyPanelBase.hxx | 2 | ||||
-rw-r--r-- | include/svx/sidebar/LinePropertyPanelBase.hxx | 2 | ||||
-rw-r--r-- | include/vcl/menu.hxx | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/include/sfx2/shell.hxx b/include/sfx2/shell.hxx index 27eae63910cb..9d10117f26cb 100644 --- a/include/sfx2/shell.hxx +++ b/include/sfx2/shell.hxx @@ -310,7 +310,7 @@ public: On the given <SfxUndoManager> is automatically the current Max-Undo-Action-Count setting set form the options. - 'pNewUndoMgr' must exist until the Destuctor of SfxShell instance is called + 'pNewUndoMgr' must exist until the Destructor of SfxShell instance is called or until the next 'SetUndoManager()'. */ void SetUndoManager( ::svl::IUndoManager *pNewUndoMgr ); diff --git a/include/svx/sidebar/AreaPropertyPanelBase.hxx b/include/svx/sidebar/AreaPropertyPanelBase.hxx index 372d216f68ba..580cbc3e3122 100644 --- a/include/svx/sidebar/AreaPropertyPanelBase.hxx +++ b/include/svx/sidebar/AreaPropertyPanelBase.hxx @@ -82,7 +82,7 @@ public: void SetGradient (const XGradient& rGradient); sal_Int32 GetSelectedTransparencyTypeIndex() const; - // constructor/destuctor + // constructor/destructor AreaPropertyPanelBase( vcl::Window* pParent, const css::uno::Reference<css::frame::XFrame>& rxFrame); diff --git a/include/svx/sidebar/LinePropertyPanelBase.hxx b/include/svx/sidebar/LinePropertyPanelBase.hxx index 51e52ce09e61..dd4452e7944c 100644 --- a/include/svx/sidebar/LinePropertyPanelBase.hxx +++ b/include/svx/sidebar/LinePropertyPanelBase.hxx @@ -73,7 +73,7 @@ public: void SetWidthIcon(int n); void SetWidthIcon(); - // constructor/destuctor + // constructor/destructor LinePropertyPanelBase( vcl::Window* pParent, const css::uno::Reference<css::frame::XFrame>& rxFrame); diff --git a/include/vcl/menu.hxx b/include/vcl/menu.hxx index 3f57ae213be6..5f523adca9ea 100644 --- a/include/vcl/menu.hxx +++ b/include/vcl/menu.hxx @@ -451,7 +451,7 @@ public: // - by default a menubar is displayable // - if a menubar is not displayable, its MenuBarWindow will never be shown // and it will be hidden if it was visible before - // - note: if a menubar is diplayable, this does not necessarily mean that it is currently visible + // - note: if a menubar is displayable, this does not necessarily mean that it is currently visible void SetDisplayable( bool bDisplayable ); bool IsDisplayable() const { return mbDisplayable; } |