diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2013-12-28 09:57:01 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2013-12-28 10:00:49 +0100 |
commit | c7662eea858d4c1edc7f7600fa102cedc386417f (patch) | |
tree | 8d730cab26ebdc27587d9807be16e19ae0e28790 /oox/source/shape/WpsContext.hxx | |
parent | 8466894125b3bd5888fee85c33e1eec5d88206fe (diff) |
oox: whitespace fixes in WpsContext
Change-Id: Idcd4409a02a5b0dc5f7b67d2a482bf4fe30f579c
Diffstat (limited to 'oox/source/shape/WpsContext.hxx')
-rw-r--r-- | oox/source/shape/WpsContext.hxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/oox/source/shape/WpsContext.hxx b/oox/source/shape/WpsContext.hxx index b7f97f89faf5..aafc77a32a5e 100644 --- a/oox/source/shape/WpsContext.hxx +++ b/oox/source/shape/WpsContext.hxx @@ -13,7 +13,10 @@ #include "oox/core/contexthandler2.hxx" #include "oox/drawingml/shape.hxx" -namespace oox { namespace shape { +namespace oox +{ +namespace shape +{ /// Wps is the drawingML equivalent of v:shape. class WpsContext : public oox::core::ContextHandler2 @@ -32,7 +35,8 @@ protected: }; -} } +} +} #endif |