Kaydet (Commit) 8fa059fe authored tarafından Stephan Bergmann's avatar Stephan Bergmann

C++17 nested namespace definition

Change-Id: I49fd2093d619743d0d5aaaa4784bd5ef5bb330c6
üst e54e5ee9
......@@ -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; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment