summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <timar@fsf.hu>2010-10-13 00:15:13 +0200
committerAndras Timar <timar@fsf.hu>2010-10-13 00:15:13 +0200
commit9dc547f3e31008a264af0b44c2eafce11ca00724 (patch)
tree5ba19c90d777427284df41cceebff128592993d6
parentb4ee059c0899e041686b7710e56ee1954143a310 (diff)
removed the unnecessary switch statement - #i115039#
-rwxr-xr-xhelpcontent2/source/text/shared/optionen/01030000.xhp8
1 files changed, 2 insertions, 6 deletions
diff --git a/helpcontent2/source/text/shared/optionen/01030000.xhp b/helpcontent2/source/text/shared/optionen/01030000.xhp
index f57b9f4824..79d344000a 100755
--- a/helpcontent2/source/text/shared/optionen/01030000.xhp
+++ b/helpcontent2/source/text/shared/optionen/01030000.xhp
@@ -51,13 +51,9 @@
</case>
<case select="MAC"><embed href="text/shared/optionen/01020300.xhp#email"/>
</case>
-</switch>
-<switch select="sys">
-<case select="MAC">
-</case>
-<default><embed href="text/shared/optionen/01020300.xhp#email"/>
+<default>
</default>
</switch><embed href="text/shared/optionen/01020400.xhp#mozilla"/>
<embed href="text/shared/00/00000001.xhp#zurueck"/>
</body>
-</helpdocument> \ No newline at end of file
+</helpdocument>