summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2014-03-28 19:21:34 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2014-03-29 00:51:25 +0000
commit37672f11a72723040b1c9452772dc6e12409e6cd (patch)
tree1974060492c2b1fce0eca120432dc203949b45c5
parent96b70315fc651aa6697f735589ac2a6c8367d0a4 (diff)
Fix another typo in a comment
Change-Id: Ic998270701d2e8d2b562ccc869bca0a8d0aac728 Reviewed-on: https://gerrit.libreoffice.org/8778 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
-rw-r--r--vcl/source/gdi/outdev6.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/gdi/outdev6.cxx b/vcl/source/gdi/outdev6.cxx
index 268893c41e3d..395c4f7262c1 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)
{