summaryrefslogtreecommitdiff
path: root/writerperfect
diff options
context:
space:
mode:
authorMariusz Dykierek <mariuszdykierek@gmail.com>2012-02-17 15:22:46 +0000
committerMichael Meeks <michael.meeks@suse.com>2012-02-17 15:22:46 +0000
commitb8f007d05250258a8d8b5113298867f142af6e09 (patch)
treecf25149d5bb0ce4d9e05110e94892a8900bd32de /writerperfect
parentdf69ab8a803f87c85d516bcfcc544c19c94ade85 (diff)
remove extraneous qualifiers that break some compilers
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