[Libreoffice-commits] core.git: sw/source
Philipp Riemer
ruderphilipp at gmail.com
Sun Feb 16 21:40:28 CET 2014
sw/source/core/layout/paintfrm.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 3a7858552a515463fd2f0ddf807e9692870ce7ba
Author: Philipp Riemer <ruderphilipp at gmail.com>
Date: Sun Feb 16 21:39:20 2014 +0100
fix compile error
Change-Id: Ia5c73f4c1f05a92c18b70d87f67a884b88bc6708
diff --git a/sw/source/core/layout/paintfrm.cxx b/sw/source/core/layout/paintfrm.cxx
index 4eaa93c..777a1d4 100644
--- a/sw/source/core/layout/paintfrm.cxx
+++ b/sw/source/core/layout/paintfrm.cxx
@@ -1754,7 +1754,7 @@ static inline void lcl_DrawGraphicBackgrd( const SvxBrushItem& _rBackgrdBrush,
// Thus, to provide transparent background graphic for text frames nothing
// has to be coded.
// Use align rectangle for drawing graphic
-/ Pixel-align coordinations for drawing graphic.
+// Pixel-align coordinations for drawing graphic.
// Outsource code for drawing background of the graphic
// with a background color in method <lcl_DrawGraphicBackgrd>
// Also, change type of <bGrfNum> and <bClip> from <sal_Bool> to <bool>.
More information about the Libreoffice-commits
mailing list