[Libreoffice-commits] core.git: 2 commits - vcl/source
Chris Sherlock
chris.sherlock79 at gmail.com
Fri Mar 28 17:51:37 PDT 2014
vcl/source/gdi/outdev6.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 37672f11a72723040b1c9452772dc6e12409e6cd
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date: Fri Mar 28 19:21:34 2014 +1100
Fix another typo in a comment
Change-Id: Ic998270701d2e8d2b562ccc869bca0a8d0aac728
Reviewed-on: https://gerrit.libreoffice.org/8778
Reviewed-by: Chris Sherlock <chris.sherlock79 at gmail.com>
Tested-by: Chris Sherlock <chris.sherlock79 at gmail.com>
diff --git a/vcl/source/gdi/outdev6.cxx b/vcl/source/gdi/outdev6.cxx
index 268893c..395c4f7 100644
--- a/vcl/source/gdi/outdev6.cxx
+++ b/vcl/source/gdi/outdev6.cxx
@@ -179,7 +179,7 @@ void OutputDevice::DrawGrid( const Rectangle& rRect, const Size& rDist, sal_uLon
// Caution: This method is nearly the same as
// void OutputDevice::DrawPolyPolygon( const basegfx::B2DPolyPolygon& rB2DPolyPoly )
-// so when changes are made here do not forget to make change sthere, too
+// so when changes are made here do not forget to make changes there, too
void OutputDevice::DrawTransparent( const basegfx::B2DPolyPolygon& rB2DPolyPoly, double fTransparency)
{
commit 96b70315fc651aa6697f735589ac2a6c8367d0a4
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date: Fri Mar 28 19:01:58 2014 +1100
Fix comment typos in OutputDevice::DrawTransparent()
Change-Id: I52e9d505719b3f3b985cd5300ebacb5caa57873f
Reviewed-on: https://gerrit.libreoffice.org/8777
Reviewed-by: Chris Sherlock <chris.sherlock79 at gmail.com>
Tested-by: Chris Sherlock <chris.sherlock79 at gmail.com>
diff --git a/vcl/source/gdi/outdev6.cxx b/vcl/source/gdi/outdev6.cxx
index e7ee3b4..268893c 100644
--- a/vcl/source/gdi/outdev6.cxx
+++ b/vcl/source/gdi/outdev6.cxx
@@ -294,7 +294,7 @@ void OutputDevice::DrawTransparent( const PolyPolygon& rPolyPoly,
&& GetBitCount() > 8
#endif
#ifdef WIN32
- // workaround bad dithering on remote displaying when using GDI+ with toolbar buttoin hilighting
+ // workaround bad dithering on remote displaying when using GDI+ with toolbar button highlighting
&& !rPolyPoly.IsRect()
#endif
)
More information about the Libreoffice-commits
mailing list