diff options
Diffstat (limited to 'test/writer.icml')
| -rw-r--r-- | test/writer.icml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/test/writer.icml b/test/writer.icml index d6955b131..e62e65d0b 100644 --- a/test/writer.icml +++ b/test/writer.icml @@ -87,7 +87,7 @@ </ParagraphStyle> <ParagraphStyle Self="ParagraphStyle/Blockquote > Blockquote > FirstParagraph" Name="Blockquote > Blockquote > FirstParagraph" LeftIndent="30"> <Properties> - <BasedOn type="object">$ID/NormalParagraphStyle</BasedOn> + <BasedOn type="object">Blockquote > Blockquote > Paragraph</BasedOn> </Properties> </ParagraphStyle> <ParagraphStyle Self="ParagraphStyle/Blockquote > Blockquote > Paragraph" Name="Blockquote > Blockquote > Paragraph" LeftIndent="30"> @@ -103,7 +103,7 @@ </ParagraphStyle> <ParagraphStyle Self="ParagraphStyle/Blockquote > FirstParagraph" Name="Blockquote > FirstParagraph" LeftIndent="10"> <Properties> - <BasedOn type="object">$ID/NormalParagraphStyle</BasedOn> + <BasedOn type="object">Blockquote > Paragraph</BasedOn> </Properties> </ParagraphStyle> <ParagraphStyle Self="ParagraphStyle/Blockquote > NumList" Name="Blockquote > NumList" NumberingExpression="^#.^t" NumberingLevel="1" BulletsAndNumberingListType="NumberedList" LeftIndent="20"> @@ -214,7 +214,7 @@ </ParagraphStyle> <ParagraphStyle Self="ParagraphStyle/BulList > first > FirstParagraph" Name="BulList > first > FirstParagraph" BulletsAndNumberingListType="BulletList" LeftIndent="0"> <Properties> - <BasedOn type="object">$ID/NormalParagraphStyle</BasedOn> + <BasedOn type="object">BulList > first > Paragraph</BasedOn> <TabList type="list"> <ListItem type="record"> <Alignment type="enumeration">LeftAlign</Alignment> @@ -256,7 +256,7 @@ </ParagraphStyle> <ParagraphStyle Self="ParagraphStyle/DefListDef > Blockquote > FirstParagraph" Name="DefListDef > Blockquote > FirstParagraph" LeftIndent="30"> <Properties> - <BasedOn type="object">$ID/NormalParagraphStyle</BasedOn> + <BasedOn type="object">DefListDef > Blockquote > Paragraph</BasedOn> </Properties> </ParagraphStyle> <ParagraphStyle Self="ParagraphStyle/DefListDef > CodeBlock" Name="DefListDef > CodeBlock" LeftIndent="10"> @@ -292,7 +292,7 @@ </ParagraphStyle> <ParagraphStyle Self="ParagraphStyle/FirstParagraph" Name="FirstParagraph" LeftIndent="0"> <Properties> - <BasedOn type="object">$ID/NormalParagraphStyle</BasedOn> + <BasedOn type="object">Paragraph</BasedOn> </Properties> </ParagraphStyle> <ParagraphStyle Self="ParagraphStyle/Footnote > CodeBlock" Name="Footnote > CodeBlock" LeftIndent="0"> @@ -303,7 +303,7 @@ </ParagraphStyle> <ParagraphStyle Self="ParagraphStyle/Footnote > FirstParagraph" Name="Footnote > FirstParagraph" LeftIndent="0"> <Properties> - <BasedOn type="object">$ID/NormalParagraphStyle</BasedOn> + <BasedOn type="object">Footnote > Paragraph</BasedOn> </Properties> </ParagraphStyle> <ParagraphStyle Self="ParagraphStyle/Footnote > Paragraph" Name="Footnote > Paragraph" LeftIndent="0"> @@ -369,7 +369,7 @@ </ParagraphStyle> <ParagraphStyle Self="ParagraphStyle/NumList > FirstParagraph" Name="NumList > FirstParagraph" NumberingExpression="^#.^t" NumberingLevel="1" BulletsAndNumberingListType="NumberedList" LeftIndent="0"> <Properties> - <BasedOn type="object">$ID/NormalParagraphStyle</BasedOn> + <BasedOn type="object">NumList > Paragraph</BasedOn> </Properties> </ParagraphStyle> <ParagraphStyle Self="ParagraphStyle/NumList > NumList > NumList > NumList > first > beginsWith-3 > lowerAlpha" Name="NumList > NumList > NumList > NumList > first > beginsWith-3 > lowerAlpha" NumberingExpression="^#.^t" NumberingLevel="4" BulletsAndNumberingListType="NumberedList" LeftIndent="30"> @@ -440,7 +440,7 @@ </ParagraphStyle> <ParagraphStyle Self="ParagraphStyle/NumList > first > beginsWith-2 > FirstParagraph" Name="NumList > first > beginsWith-2 > FirstParagraph" NumberingExpression="^#.^t" NumberingLevel="1" BulletsAndNumberingListType="NumberedList" LeftIndent="0"> <Properties> - <BasedOn type="object">$ID/NormalParagraphStyle</BasedOn> + <BasedOn type="object">NumList > first > beginsWith-2 > Paragraph</BasedOn> </Properties> </ParagraphStyle> <ParagraphStyle Self="ParagraphStyle/NumList > first > upperAlpha" Name="NumList > first > upperAlpha" NumberingExpression="^#.^t" NumberingLevel="1" BulletsAndNumberingListType="NumberedList" LeftIndent="0"> |
