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 /sc | |
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 'sc')
-rw-r--r-- | sc/source/ui/sidebar/AlignmentPropertyPanel.hxx | 2 | ||||
-rw-r--r-- | sc/source/ui/sidebar/CellAppearancePropertyPanel.hxx | 2 | ||||
-rw-r--r-- | sc/source/ui/sidebar/NumberFormatPropertyPanel.hxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/sidebar/AlignmentPropertyPanel.hxx b/sc/source/ui/sidebar/AlignmentPropertyPanel.hxx index a635a241ef51..adad329bb363 100644 --- a/sc/source/ui/sidebar/AlignmentPropertyPanel.hxx +++ b/sc/source/ui/sidebar/AlignmentPropertyPanel.hxx @@ -60,7 +60,7 @@ public: SfxBindings* GetBindings() { return mpBindings;} - // constructor/destuctor + // constructor/destructor AlignmentPropertyPanel( vcl::Window* pParent, const css::uno::Reference<css::frame::XFrame>& rxFrame, diff --git a/sc/source/ui/sidebar/CellAppearancePropertyPanel.hxx b/sc/source/ui/sidebar/CellAppearancePropertyPanel.hxx index fe1afaa4fc63..3889020263aa 100644 --- a/sc/source/ui/sidebar/CellAppearancePropertyPanel.hxx +++ b/sc/source/ui/sidebar/CellAppearancePropertyPanel.hxx @@ -64,7 +64,7 @@ public: SfxBindings* GetBindings() { return mpBindings;} - // constructor/destuctor + // constructor/destructor CellAppearancePropertyPanel( vcl::Window* pParent, const css::uno::Reference<css::frame::XFrame>& rxFrame, diff --git a/sc/source/ui/sidebar/NumberFormatPropertyPanel.hxx b/sc/source/ui/sidebar/NumberFormatPropertyPanel.hxx index 2a3bffa5114f..e250634cd4fb 100644 --- a/sc/source/ui/sidebar/NumberFormatPropertyPanel.hxx +++ b/sc/source/ui/sidebar/NumberFormatPropertyPanel.hxx @@ -56,7 +56,7 @@ public: SfxBindings* GetBindings() { return mpBindings;} - // constructor/destuctor + // constructor/destructor NumberFormatPropertyPanel( vcl::Window* pParent, const css::uno::Reference<css::frame::XFrame>& rxFrame, |