summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-02-09 22:43:17 +0100
committerStephan Bergmann <sbergman@redhat.com>2021-02-11 08:19:29 +0100
commit1eb05baf7cffe5ad747f6ab5ba65e07c7a9dcf80 (patch)
treedc5d9d329310e98ddf55d5da988eebd64311c7b5 /sw/source/core/unocore
parent14cb12bde07b8becf69b648ecc6642bdccf8a7cd (diff)
Remove unneeded breaks
Extending this: https://gerrit.libreoffice.org/c/core/+/110512 Change-Id: I1066aac690fe297a557352266f3405ae29ed4593 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110522 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sw/source/core/unocore')
-rw-r--r--sw/source/core/unocore/unotbl.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/core/unocore/unotbl.cxx b/sw/source/core/unocore/unotbl.cxx
index 96cfe437158f..60c65acabac0 100644
--- a/sw/source/core/unocore/unotbl.cxx
+++ b/sw/source/core/unocore/unotbl.cxx
@@ -1037,7 +1037,6 @@ uno::Any SwXCell::getPropertyValue(const OUString& rPropertyName)
{
case FN_UNO_CELL_ROW_SPAN:
return uno::makeAny(m_pBox->getRowSpan());
- break;
case FN_UNO_TEXT_SECTION:
{
SwFrameFormat* pTableFormat = GetFrameFormat();
@@ -1052,7 +1051,6 @@ uno::Any SwXCell::getPropertyValue(const OUString& rPropertyName)
break;
case FN_UNO_CELL_NAME:
return uno::makeAny(m_pBox->GetName());
- break;
case FN_UNO_REDLINE_NODE_START:
case FN_UNO_REDLINE_NODE_END:
{