diff options
Diffstat (limited to 'include/oox/vml/vmlshapecontainer.hxx')
-rw-r--r-- | include/oox/vml/vmlshapecontainer.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/oox/vml/vmlshapecontainer.hxx b/include/oox/vml/vmlshapecontainer.hxx index 1b72c8a38f3b..8a33ef436f07 100644 --- a/include/oox/vml/vmlshapecontainer.hxx +++ b/include/oox/vml/vmlshapecontainer.hxx @@ -31,9 +31,9 @@ #include <oox/helper/refvector.hxx> #include <rtl/ustring.hxx> -namespace com { namespace sun { namespace star { +namespace com::sun::star { namespace drawing { class XShapes; } -} } } +} namespace oox { namespace vml { |