summaryrefslogtreecommitdiff
path: root/sfx2/source/view
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-02-06 21:49:28 +0100
committerJulien Nabet <serval2412@yahoo.fr>2021-02-07 14:32:54 +0100
commit2e91522a5ce62a8489c75bd948f1dc68ddf1a56f (patch)
tree2f77c76262c2bcfbe5b372871997c0036f62f808 /sfx2/source/view
parent44b914b1e2616ca8f70e896e653a46ca93610234 (diff)
Remove unneeded breaks
Extending this: https://gerrit.libreoffice.org/c/core/+/110512 Change-Id: I9e7cf757a346d603d0acb818be0c9bc488c8d5c6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110516 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sfx2/source/view')
-rw-r--r--sfx2/source/view/classificationhelper.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sfx2/source/view/classificationhelper.cxx b/sfx2/source/view/classificationhelper.cxx
index 85e7f3d55dde..c36856a5d624 100644
--- a/sfx2/source/view/classificationhelper.cxx
+++ b/sfx2/source/view/classificationhelper.cxx
@@ -905,10 +905,8 @@ const OUString& SfxClassificationHelper::policyTypeToString(SfxClassificationPol
{
case SfxClassificationPolicyType::ExportControl:
return PROP_PREFIX_EXPORTCONTROL();
- break;
case SfxClassificationPolicyType::NationalSecurity:
return PROP_PREFIX_NATIONALSECURITY();
- break;
case SfxClassificationPolicyType::IntellectualProperty:
break;
}