[Libreoffice-commits] core.git: vcl/source
Andrea Gelmini
andrea.gelmini at gelma.net
Wed Dec 20 09:45:07 UTC 2017
vcl/source/window/menu.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 5bda25ca1b9ce0393cd98ca6963429872fd34f30
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date: Tue Dec 19 12:24:22 2017 +0100
Fix typo
Change-Id: I70dc1742bc9462db96c4be7d37d1881a8cb0b0a6
Reviewed-on: https://gerrit.libreoffice.org/46788
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/vcl/source/window/menu.cxx b/vcl/source/window/menu.cxx
index 983a25a11ad6..368008bb91d6 100644
--- a/vcl/source/window/menu.cxx
+++ b/vcl/source/window/menu.cxx
@@ -122,7 +122,7 @@ void ImplClosePopupToolBox( const VclPtr<vcl::Window>& pWin )
}
// TODO: Move to common code with the same function in toolbox
-// Draw the ">>" - more indictor at the coordinates
+// Draw the ">>" - more indicator at the coordinates
void lclDrawMoreIndicator(vcl::RenderContext& rRenderContext, const tools::Rectangle& rRect)
{
rRenderContext.Push(PushFlags::FILLCOLOR | PushFlags::LINECOLOR);
More information about the Libreoffice-commits
mailing list