diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-04-15 05:39:31 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-04-15 05:39:31 +0200 |
commit | 1264480bc32e8dbadd654a0a014e8045c57d1ae4 (patch) | |
tree | 42f9cfaad6d58e4faaa0d6d91d0840b737edbdbf /drawinglayer | |
parent | 70e4329d0479305f16158a63878f335ee9232a5e (diff) |
fdo#60724 correct spelling
Change-Id: I3d978cb657647b4a4e9709258c6a6a4ac1d339a9
Diffstat (limited to 'drawinglayer')
-rw-r--r-- | drawinglayer/source/primitive2d/metafileprimitive2d.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drawinglayer/source/primitive2d/metafileprimitive2d.cxx b/drawinglayer/source/primitive2d/metafileprimitive2d.cxx index 3051968dca9e..f0767052d324 100644 --- a/drawinglayer/source/primitive2d/metafileprimitive2d.cxx +++ b/drawinglayer/source/primitive2d/metafileprimitive2d.cxx @@ -963,7 +963,7 @@ namespace /** helper to take needed action on ClipRegion change. This method needs to be called on any Region change, e.g. at the obvious actions doing this, but also at pop-calls - whcih change the Region of the current context. It takes care of creating the + which change the Region of the current context. It takes care of creating the current embeddec context, set the new Region at the context and eventually prepare a new target for embracing new geometry to the current region */ @@ -1152,7 +1152,7 @@ namespace /** helper to create needed data to emulate the VCL Wallpaper Metafile action. It is a quite mighty action. This helper decides if color and/or gradient - background is needed for the wnated bitmap fill and then creates the needed + background is needed for the wanted bitmap fill and then creates the needed WallpaperBitmapPrimitive2D. This primitive was created for this purpose and takes over all needed logic of orientations and tiling. */ |