summaryrefslogtreecommitdiff
path: root/writerperfect
diff options
context:
space:
mode:
Diffstat (limited to 'writerperfect')
-rw-r--r--writerperfect/source/filter/FontStyle.hxx2
-rw-r--r--writerperfect/source/filter/TextRunStyle.hxx4
2 files changed, 3 insertions, 3 deletions
diff --git a/writerperfect/source/filter/FontStyle.hxx b/writerperfect/source/filter/FontStyle.hxx
index 82efa7403bef..a27c7232b4db 100644
--- a/writerperfect/source/filter/FontStyle.hxx
+++ b/writerperfect/source/filter/FontStyle.hxx
@@ -57,7 +57,7 @@ public:
FontStyleManager() : mStyleHash() {}
virtual ~FontStyleManager()
{
- FontStyleManager::clean();
+ clean();
}
/* create a new font if the font does not exists and returns a font name
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