summaryrefslogtreecommitdiff
path: root/writerfilter
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-11-19 17:34:45 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-11-19 17:43:05 +0100
commit122d97673d762cc5fc043bdadfdf4cb80ac871cf (patch)
treeb876a0ea9cd18b99fffcd81d03c45e6447628649 /writerfilter
parentd9f0c19edde7cb28086860ea6b3519be0d49a3e0 (diff)
writerfilter: indentation fixes
Change-Id: Ib9bee587931cd020848b033ce4429f36d04e61b1
Diffstat (limited to 'writerfilter')
-rw-r--r--writerfilter/source/rtftok/rtfdocumentimpl.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/writerfilter/source/rtftok/rtfdocumentimpl.cxx b/writerfilter/source/rtftok/rtfdocumentimpl.cxx
index 1234e37e7e32..54814666d811 100644
--- a/writerfilter/source/rtftok/rtfdocumentimpl.cxx
+++ b/writerfilter/source/rtftok/rtfdocumentimpl.cxx
@@ -5865,7 +5865,7 @@ int RTFDocumentImpl::popState()
RTFValue::Pointer_t pValue(new RTFValue(aState.aDestinationText.makeStringAndClear(), true));
m_aStates.top().aTableAttributes.set(NS_ooxml::LN_CT_LevelSuffix_val, pValue);
}
- break;
+ break;
case DESTINATION_PARAGRAPHNUMBERING_TEXTBEFORE:
if (!m_aStates.empty())
{
@@ -5873,7 +5873,7 @@ int RTFDocumentImpl::popState()
RTFValue::Pointer_t pValue(new RTFValue(aState.aDestinationText.makeStringAndClear(), true));
m_aStates.top().aTableAttributes.set(NS_ooxml::LN_CT_LevelText_val, pValue);
}
- break;
+ break;
case DESTINATION_LISTNAME:
break;
case DESTINATION_LISTLEVEL:
@@ -5888,7 +5888,7 @@ int RTFDocumentImpl::popState()
else
m_aStates.top().aTableSprms.set(NS_ooxml::LN_CT_NumLvl_lvl, pValue);
}
- break;
+ break;
case DESTINATION_LFOLEVEL:
if (!m_aStates.empty())
{
@@ -5898,7 +5898,7 @@ int RTFDocumentImpl::popState()
RTFValue::Pointer_t pValue(new RTFValue(aState.aTableAttributes, aState.aTableSprms));
m_aStates.top().aTableSprms.set(NS_ooxml::LN_CT_Num_lvlOverride, pValue);
}
- break;
+ break;
// list override table
case DESTINATION_LISTOVERRIDEENTRY:
if (!m_aStates.empty())
@@ -5916,14 +5916,14 @@ int RTFDocumentImpl::popState()
m_aListTableSprms.set(NS_ooxml::LN_CT_Numbering_num, pValue, OVERWRITE_NO_APPEND);
}
}
- break;
+ break;
case DESTINATION_LEVELTEXT:
if (!m_aStates.empty())
{
RTFValue::Pointer_t pValue(new RTFValue(aState.aTableAttributes));
m_aStates.top().aTableSprms.set(NS_ooxml::LN_CT_Lvl_lvlText, pValue);
}
- break;
+ break;
case DESTINATION_LEVELNUMBERS:
if (!m_aStates.empty())
m_aStates.top().aTableSprms = aState.aTableSprms;
@@ -5947,7 +5947,7 @@ int RTFDocumentImpl::popState()
// both \sp and \sv are destinations, copy the text up-ward for later
m_aStates.top().aDestinationText = aState.aDestinationText;
}
- break;
+ break;
case DESTINATION_FALT:
if (!m_aStates.empty())
m_aStates.top().aTableSprms = aState.aTableSprms;