diff options
Diffstat (limited to 'cppcanvas/source/inc')
-rw-r--r-- | cppcanvas/source/inc/canvasgraphichelper.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cppcanvas/source/inc/canvasgraphichelper.hxx b/cppcanvas/source/inc/canvasgraphichelper.hxx index 15ac6d825d5b..f003ec977d8e 100644 --- a/cppcanvas/source/inc/canvasgraphichelper.hxx +++ b/cppcanvas/source/inc/canvasgraphichelper.hxx @@ -27,10 +27,10 @@ #include <optional> -namespace com { namespace sun { namespace star { namespace rendering +namespace com::sun::star::rendering { class XGraphicDevice; -} } } } +} /* Definition of CanvasGraphicHelper class */ |