147148149150151152153154155156157
} } else { if (arc.getSkin() == null) writer.writeComment("ERROR: Could not create stylesheet, because " + "no skin is available"); else writer.writeComment("ERROR: could not create stylesheet for " + arc.getSkin().getStyleSheetName()); }
150151152153154155156157158159160
{ if (arc.getSkin() == null) writer.writeComment("ERROR: Could not create stylesheet, because " + "no skin is available"); else writer.writeComment("ERROR: could not create stylesheet for " + arc.getSkin().getStyleSheetName()); } }
139140141142143144145146147148149
142143144145146147148149150151152
129130131132133134135136137138139
} } else { if (rc.getSkin() == null) writer.writeComment("ERROR: Could not create stylesheet, because " + "no skin is available"); else writer.writeComment("ERROR: could not create stylesheet for " + rc.getSkin().getStyleSheetName()); }
132133134135136137138139140141142
{ if (rc.getSkin() == null) writer.writeComment("ERROR: Could not create stylesheet, because " + "no skin is available"); else writer.writeComment("ERROR: could not create stylesheet for " + rc.getSkin().getStyleSheetName()); } }
134135136137138139140141142143144
137138139140141142143144145146147