diff options
Diffstat (limited to 'include/vcl/gdimetafiletools.hxx')
-rw-r--r-- | include/vcl/gdimetafiletools.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/gdimetafiletools.hxx b/include/vcl/gdimetafiletools.hxx index 559edccaa2ee..879ea2a010f8 100644 --- a/include/vcl/gdimetafiletools.hxx +++ b/include/vcl/gdimetafiletools.hxx @@ -29,7 +29,7 @@ // included clip regions so that it is safe to ignore clip actions there. This // is not done completely, but implemented and extended as needed (on demand) // since all this is a workarund; the better and long term solution will be to -// reimplement these im/exports to use primitives and not metafiles as bese +// reimplement these im/exports to use primitives and not metafiles as base // information. void VCL_DLLPUBLIC clipMetafileContentAgainstOwnRegions(GDIMetaFile& rSource); |