summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8
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/filter/ww8
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/filter/ww8')
-rw-r--r--sw/source/filter/ww8/wrtw8nds.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/wrtw8nds.cxx b/sw/source/filter/ww8/wrtw8nds.cxx
index 12066cc8697a..9b0853af3b0b 100644
--- a/sw/source/filter/ww8/wrtw8nds.cxx
+++ b/sw/source/filter/ww8/wrtw8nds.cxx
@@ -1514,7 +1514,6 @@ const SwRedlineData* SwWW8AttrIter::GetRunLevelRedline( sal_Int32 nPos )
case RedlineType::Format:
// write data of this redline
return &( pCurRedline->GetRedlineData() );
- break;
default:
break;
}
@@ -1549,7 +1548,6 @@ const SwRedlineData* SwWW8AttrIter::GetRunLevelRedline( sal_Int32 nPos )
// write data of this redline
pCurRedline = pRedl;
return &( pCurRedline->GetRedlineData() );
- break;
default:
break;
}