diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-07-27 17:30:48 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-07-27 17:30:48 +0200 |
commit | 21977778168af134e7f72afcc07ff5062324a19d (patch) | |
tree | 46a30bc7f5cd90670c1c6797ad383b51687e4b4a /oox | |
parent | ae1fb2e9219c071a0d61e6c5c00d965c33bdd9be (diff) |
indentation fixes
Change-Id: I0a0f04d0f0e008e8947a5a7e3ed6083c1589e61b
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/shape/WpsContext.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/oox/source/shape/WpsContext.cxx b/oox/source/shape/WpsContext.cxx index 89ed32059b4a..fb42e6268394 100644 --- a/oox/source/shape/WpsContext.cxx +++ b/oox/source/shape/WpsContext.cxx @@ -128,10 +128,10 @@ oox::core::ContextHandlerRef WpsContext::onCreateContext(sal_Int32 nElementToken } break; case XML_prstTxWarp: - if( rAttribs.hasAttribute( XML_prst ) ) + if (rAttribs.hasAttribute(XML_prst)) { uno::Reference<beans::XPropertySet> xPropertySet(mxShape, uno::UNO_QUERY); - oox::OptValue<OUString> presetShapeName = rAttribs.getString( XML_prst ); + oox::OptValue<OUString> presetShapeName = rAttribs.getString(XML_prst); OUString preset = presetShapeName.get(); comphelper::SequenceAsHashMap aCustomShapeGeometry(xPropertySet->getPropertyValue("CustomShapeGeometry")); aCustomShapeGeometry["PresetTextWarp"] = uno::makeAny(preset); |