summaryrefslogtreecommitdiff
path: root/sd/source/filter/eppt/text.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/filter/eppt/text.hxx')
-rw-r--r--sd/source/filter/eppt/text.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/filter/eppt/text.hxx b/sd/source/filter/eppt/text.hxx
index 0137e68a617e..e69023852ea5 100644
--- a/sd/source/filter/eppt/text.hxx
+++ b/sd/source/filter/eppt/text.hxx
@@ -214,7 +214,7 @@ class ParagraphObj : public std::vector<PortionObj*>, public PropStateValue, pub
~ParagraphObj();
void Write( SvStream* pStrm );
- sal_uInt32 Count() const { return mnTextSize; };
+ sal_uInt32 CharacterCount() const { return mnTextSize; };
ParagraphObj& operator=( const ParagraphObj& rParagraphObj );
};