TextDocument.cpp: Fixed typo
This commit is contained in:
@@ -17,12 +17,12 @@ TextDocument::TextDocument()
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
TextDocument::TextDocument(const CharacterStyle& CharacterStyle,
|
TextDocument::TextDocument(const CharacterStyle& characterStyle,
|
||||||
const ParagraphStyle& paragraphStyle)
|
const ParagraphStyle& paragraphStyle)
|
||||||
:
|
:
|
||||||
fParagraphs(),
|
fParagraphs(),
|
||||||
fEmptyLastParagraph(paragraphStyle),
|
fEmptyLastParagraph(paragraphStyle),
|
||||||
fDefaultCharacterStyle(CharacterStyle)
|
fDefaultCharacterStyle(characterStyle)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user