diff options
Diffstat (limited to 'lib/kofficecore/KoOasisLoadingContext.h')
-rw-r--r-- | lib/kofficecore/KoOasisLoadingContext.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/kofficecore/KoOasisLoadingContext.h b/lib/kofficecore/KoOasisLoadingContext.h index 880d4117..c36a0fb1 100644 --- a/lib/kofficecore/KoOasisLoadingContext.h +++ b/lib/kofficecore/KoOasisLoadingContext.h @@ -68,7 +68,7 @@ public: * * Read attribute (nsURI,attrName) from the given dom element, * treat that attribute as a style name, and load that style - * including all its tqparent styles. + * including all its parent styles. * @param element the dom element to read the attribute from * @param nsURI the namespace URI of the attribute to read * @param attrName the name of the attribute to read @@ -77,12 +77,12 @@ public: void fillStyleStack( const TQDomElement& element, const char* nsURI, const char* attrName, const char* family ); /** - * Add @p style to the stack, as well as all its tqparent styles + * Add @p style to the stack, as well as all its parent styles * and the default style for this style family. * * @param style the dom element containing the style to add to the stack - * @param family the family to use when looking up tqparent styles - * @param usingStylesAutoStyles if true, the tqparent styles are looked up + * @param family the family to use when looking up parent styles + * @param usingStylesAutoStyles if true, the parent styles are looked up * in the automatic styles from styles.xml, instead of looking up * in the automatic styles from content.xml as we usually do. * This is useful for loading headers and footers for instance. |