diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-07-08 09:03:27 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-07-08 09:05:43 +0200 |
commit | f8847d3ab4a5ea567f97b05181ed307135ade258 (patch) | |
tree | 19864bfc06b2f7bca2e1e3a0980b46519e327bbc /oox | |
parent | 9d1f51307d61d0b9a8a8e4847b9e7e5c0177322e (diff) |
oox: indentation fixes
These files had consistently no space between the "const" and "&", keep
it that way.
Change-Id: I5463c488d807344d67fb22ad544c049ea749be94
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/shape/WpsContext.cxx | 2 | ||||
-rw-r--r-- | oox/source/shape/WpsContext.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/oox/source/shape/WpsContext.cxx b/oox/source/shape/WpsContext.cxx index 15c6b3743ef9..b3f4b45246e9 100644 --- a/oox/source/shape/WpsContext.cxx +++ b/oox/source/shape/WpsContext.cxx @@ -32,7 +32,7 @@ namespace oox namespace shape { -WpsContext::WpsContext(ContextHandler2Helper& rParent, uno::Reference<drawing::XShape> const & xShape) +WpsContext::WpsContext(ContextHandler2Helper& rParent, uno::Reference<drawing::XShape> const& xShape) : ContextHandler2(rParent), mxShape(xShape) { diff --git a/oox/source/shape/WpsContext.hxx b/oox/source/shape/WpsContext.hxx index 909400176615..799b2117e972 100644 --- a/oox/source/shape/WpsContext.hxx +++ b/oox/source/shape/WpsContext.hxx @@ -22,7 +22,7 @@ namespace shape class WpsContext : public oox::core::ContextHandler2 { public: - WpsContext(oox::core::ContextHandler2Helper& rParent, css::uno::Reference<css::drawing::XShape> const & xShape); + WpsContext(oox::core::ContextHandler2Helper& rParent, css::uno::Reference<css::drawing::XShape> const& xShape); virtual ~WpsContext(); virtual oox::core::ContextHandlerRef onCreateContext(sal_Int32 nElementToken, const oox::AttributeList& rAttribs) override; |