Kaydet (Commit) 83f3706b authored tarafından Miklos Vajna's avatar Miklos Vajna

oox: turn on clang-format for WpsContext

This had manual consistent formatting. Recently it was broken, so bring
back consisency by using clang-format.

Change-Id: I742f9a4f328a7455f2e2c7dde4e3cb2624eb9178
Reviewed-on: https://gerrit.libreoffice.org/66885
Tested-by: Jenkins
Reviewed-by: 's avatarMiklos Vajna <vmiklos@collabora.com>
üst b8c725cf
This diff is collapsed.
...@@ -32,23 +32,22 @@ namespace oox ...@@ -32,23 +32,22 @@ namespace oox
{ {
namespace shape namespace shape
{ {
/// Wps is the drawingML equivalent of v:shape. /// Wps is the drawingML equivalent of v:shape.
class WpsContext final : public oox::drawingml::ShapeContext class WpsContext final : public oox::drawingml::ShapeContext
{ {
public: public:
WpsContext(oox::core::ContextHandler2Helper const& rParent, WpsContext(oox::core::ContextHandler2Helper const& rParent,
css::uno::Reference<css::drawing::XShape> xShape, css::uno::Reference<css::drawing::XShape> xShape,
oox::drawingml::ShapePtr const & pMasterShapePtr, oox::drawingml::ShapePtr const& pMasterShapePtr,
oox::drawingml::ShapePtr const & pShapePtr); oox::drawingml::ShapePtr const& pShapePtr);
~WpsContext() override; ~WpsContext() override;
oox::core::ContextHandlerRef onCreateContext(sal_Int32 nElementToken, const oox::AttributeList& rAttribs) override; oox::core::ContextHandlerRef onCreateContext(sal_Int32 nElementToken,
const oox::AttributeList& rAttribs) override;
private: private:
css::uno::Reference<css::drawing::XShape> mxShape; css::uno::Reference<css::drawing::XShape> mxShape;
}; };
} }
} }
......
...@@ -9228,8 +9228,6 @@ oox/source/shape/ShapeFilterBase.cxx ...@@ -9228,8 +9228,6 @@ oox/source/shape/ShapeFilterBase.cxx
oox/source/shape/ShapeFilterBase.hxx oox/source/shape/ShapeFilterBase.hxx
oox/source/shape/WpgContext.cxx oox/source/shape/WpgContext.cxx
oox/source/shape/WpgContext.hxx oox/source/shape/WpgContext.hxx
oox/source/shape/WpsContext.cxx
oox/source/shape/WpsContext.hxx
oox/source/token/namespacemap.cxx oox/source/token/namespacemap.cxx
oox/source/token/propertynames.cxx oox/source/token/propertynames.cxx
oox/source/token/relationship.cxx oox/source/token/relationship.cxx
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment