summaryrefslogtreecommitdiff
path: root/writerperfect/source/filter/TextRunStyle.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerperfect/source/filter/TextRunStyle.hxx')
-rw-r--r--writerperfect/source/filter/TextRunStyle.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/writerperfect/source/filter/TextRunStyle.hxx b/writerperfect/source/filter/TextRunStyle.hxx
index 98fc6b40b352..077191257737 100644
--- a/writerperfect/source/filter/TextRunStyle.hxx
+++ b/writerperfect/source/filter/TextRunStyle.hxx
@@ -76,7 +76,7 @@ public:
ParagraphStyleManager() : mNameHash(), mStyleHash() {}
virtual ~ParagraphStyleManager()
{
- ParagraphStyleManager::clean();
+ clean();
}
/* create a new style if it does not exists. In all case, returns the name of the style
@@ -107,7 +107,7 @@ public:
SpanStyleManager() : mNameHash(), mStyleHash() {}
virtual ~SpanStyleManager()
{
- SpanStyleManager::clean();
+ clean();
}
/* create a new style if it does not exists. In all case, returns the name of the style