diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-26 09:18:59 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-28 08:44:43 +0100 |
commit | 8fa059fe65af262812fc3e4c499640f80ab73558 (patch) | |
tree | e7accc261dc5dc21563b363212925d09d356cbab /canvas | |
parent | e54e5ee95975b515efcc285b8357ed40995a3e68 (diff) |
C++17 nested namespace definition
Change-Id: I49fd2093d619743d0d5aaaa4784bd5ef5bb330c6
Diffstat (limited to 'canvas')
-rw-r--r-- | canvas/source/directx/dx_textlayout_drawhelper.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/canvas/source/directx/dx_textlayout_drawhelper.hxx b/canvas/source/directx/dx_textlayout_drawhelper.hxx index b524254127c9..41f293fca823 100644 --- a/canvas/source/directx/dx_textlayout_drawhelper.hxx +++ b/canvas/source/directx/dx_textlayout_drawhelper.hxx @@ -31,7 +31,9 @@ #include <basegfx/matrix/b2dhommatrix.hxx> #include <basegfx/vector/b2isize.hxx> -class css::rendering::XCanvasFont; +namespace com { namespace sun { namespace star { namespace rendering { + class XCanvasFont; +} } } } namespace Gdiplus { class Graphics; } |