diff options
Diffstat (limited to 'vcl/inc/outdev.h')
-rw-r--r-- | vcl/inc/outdev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/outdev.h b/vcl/inc/outdev.h index 7d4479825667..abedf48e2f95 100644 --- a/vcl/inc/outdev.h +++ b/vcl/inc/outdev.h @@ -83,7 +83,7 @@ protected: }; // ImplDirectFontSubstitution is for Tools->Options->FontReplacement and PsPrinter substitutions -// The clss is just a simple port of the unmaintainable manual-linked-list based mechanism +// The class is just a simple port of the unmaintainable manual-linked-list based mechanism // TODO: get rid of this class when the Tools->Options->FontReplacement tabpage is gone for good struct ImplFontSubstEntry |