diff options
Diffstat (limited to 'include/vcl/outdev.hxx')
-rw-r--r-- | include/vcl/outdev.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx index e4430b2415f3..1df0137cdcee 100644 --- a/include/vcl/outdev.hxx +++ b/include/vcl/outdev.hxx @@ -107,9 +107,9 @@ namespace basegfx { typedef B2IVector B2ISize; } -namespace com { namespace sun { namespace star { namespace awt { +namespace com::sun::star::awt { class XGraphics; -} } } } +} #if defined UNX #define GLYPH_FONT_HEIGHT 128 |