summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-26 09:18:59 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-28 08:44:43 +0100
commit8fa059fe65af262812fc3e4c499640f80ab73558 (patch)
treee7accc261dc5dc21563b363212925d09d356cbab
parentUnused forward decl (diff)
downloadcore-8fa059fe65af262812fc3e4c499640f80ab73558.tar.gz
core-8fa059fe65af262812fc3e4c499640f80ab73558.zip
C++17 nested namespace definition
Change-Id: I49fd2093d619743d0d5aaaa4784bd5ef5bb330c6
-rw-r--r--canvas/source/directx/dx_textlayout_drawhelper.hxx4
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; }