diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-06-19 09:39:49 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-06-19 09:57:33 +0200 |
commit | 19863db3373effd2a4836481dd6706a0efe6db39 (patch) | |
tree | bde932fe08ff01d5e41dec50563c027a2d51ee70 /oox/source | |
parent | 160ae9889e4d16217a7cca7d930f776f5a645ec8 (diff) |
indentation fixes
Change-Id: Ia391ccc9889a135730f0fead11eb0b6c2f748ec4
Diffstat (limited to 'oox/source')
-rw-r--r-- | oox/source/shape/LockedCanvasContext.hxx | 5 | ||||
-rw-r--r-- | oox/source/shape/WpgContext.hxx | 5 | ||||
-rw-r--r-- | oox/source/shape/WpsContext.hxx | 5 |
3 files changed, 12 insertions, 3 deletions
diff --git a/oox/source/shape/LockedCanvasContext.hxx b/oox/source/shape/LockedCanvasContext.hxx index ab8ceae4e224..4284eec8f1d9 100644 --- a/oox/source/shape/LockedCanvasContext.hxx +++ b/oox/source/shape/LockedCanvasContext.hxx @@ -27,7 +27,10 @@ public: virtual ::oox::core::ContextHandlerRef onCreateContext(sal_Int32 Element, const ::oox::AttributeList& rAttribs) SAL_OVERRIDE; - oox::drawingml::ShapePtr getShape() { return mpShape;} + oox::drawingml::ShapePtr getShape() + { + return mpShape; + } protected: diff --git a/oox/source/shape/WpgContext.hxx b/oox/source/shape/WpgContext.hxx index e59cf54c4207..694aef09d86c 100644 --- a/oox/source/shape/WpgContext.hxx +++ b/oox/source/shape/WpgContext.hxx @@ -27,7 +27,10 @@ public: virtual oox::core::ContextHandlerRef onCreateContext(sal_Int32 nElementToken, const oox::AttributeList& rAttribs) SAL_OVERRIDE; - oox::drawingml::ShapePtr getShape() { return mpShape;} + oox::drawingml::ShapePtr getShape() + { + return mpShape; + } protected: oox::drawingml::ShapePtr mpShape; diff --git a/oox/source/shape/WpsContext.hxx b/oox/source/shape/WpsContext.hxx index cde35324cd1a..c7678c79a1a3 100644 --- a/oox/source/shape/WpsContext.hxx +++ b/oox/source/shape/WpsContext.hxx @@ -27,7 +27,10 @@ public: virtual oox::core::ContextHandlerRef onCreateContext(sal_Int32 nElementToken, const oox::AttributeList& rAttribs) SAL_OVERRIDE; - oox::drawingml::ShapePtr getShape() { return mpShape;} + oox::drawingml::ShapePtr getShape() + { + return mpShape; + } protected: oox::drawingml::ShapePtr mpShape; |