diff options
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 00d00591b73c..ea0a64eb9027 100644 --- a/drawinglayer/source/primitive2d/metafileprimitive2d.cxx +++ b/drawinglayer/source/primitive2d/metafileprimitive2d.cxx @@ -64,8 +64,8 @@ namespace { /** helper class for graphic context - This class allows to hold a complete status of classic - VCL OutputDevice stati. This data is needed for correct + This class allows to hold a complete representation of classic + VCL OutputDevice state. This data is needed for correct interpretation of the MetaFile action flow. */ class PropertyHolder |