diff options
Diffstat (limited to 'include/oox/vml/vmlshapecontext.hxx')
-rw-r--r-- | include/oox/vml/vmlshapecontext.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/oox/vml/vmlshapecontext.hxx b/include/oox/vml/vmlshapecontext.hxx index c07bcf12e84f..ddca7b13ad93 100644 --- a/include/oox/vml/vmlshapecontext.hxx +++ b/include/oox/vml/vmlshapecontext.hxx @@ -28,8 +28,7 @@ namespace oox { class AttributeList; } -namespace oox { -namespace vml { +namespace oox::vml { class Drawing; @@ -183,8 +182,7 @@ public: }; -} // namespace vml -} // namespace oox +} // namespace oox::vml #endif |