summaryrefslogtreecommitdiff
path: root/basegfx/source/raster/rasterconvert3d.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basegfx/source/raster/rasterconvert3d.cxx')
-rw-r--r--basegfx/source/raster/rasterconvert3d.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basegfx/source/raster/rasterconvert3d.cxx b/basegfx/source/raster/rasterconvert3d.cxx
index 9b278268e3ed..a2b3b6905b6a 100644
--- a/basegfx/source/raster/rasterconvert3d.cxx
+++ b/basegfx/source/raster/rasterconvert3d.cxx
@@ -61,7 +61,7 @@ namespace basegfx
OSL_ENSURE(nStopLine >= nStartLine, "nStopLine is bigger than nStartLine (!)");
// sort global entries by Y, X once. After this, the vector
- // is seen as frozen. Pointers to it's entries will be used in the following code.
+ // is seen as frozen. Pointers to its entries will be used in the following code.
::std::sort(maLineEntries.begin(), maLineEntries.end());
// local parameters