diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2017-02-03 21:28:48 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-02-03 21:09:44 +0000 |
commit | 223f1f2b81add7a49f071bcb1dd14081c11f45a4 (patch) | |
tree | a45b66e3ae687697e058d4f58dbc3da9edc0e1cc /vcl/source | |
parent | 797d10e1772a7c9b4c96c6da7e5dcec8e3d48914 (diff) |
Typos
Change-Id: I36f443c266670bd26aa6b813075e18653f372f52
Reviewed-on: https://gerrit.libreoffice.org/33900
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl/source')
-rw-r--r-- | vcl/source/window/toolbox.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/toolbox.cxx b/vcl/source/window/toolbox.cxx index 952ddfe90d90..6cf2f6a89c93 100644 --- a/vcl/source/window/toolbox.cxx +++ b/vcl/source/window/toolbox.cxx @@ -3228,7 +3228,7 @@ void ToolBox::ImplDrawItem(vcl::RenderContext& rRenderContext, sal_uInt16 nPos, long nArrowHeight = ( pItem->mnBits & ToolBoxItemBits::DROPDOWN ) ? TB_DROPDOWNARROWWIDTH : 0; - // only if buton is a "dropdown only" type then is painted as a single button + // only if button is a "dropdown only" type then is painted as a single button // and we need to move text above the arrow if ( ImplGetSVData()->maNWFData.mbToolboxDropDownSeparate && (pItem->mnBits & ToolBoxItemBits::DROPDOWNONLY) != ToolBoxItemBits::DROPDOWNONLY ) |