summaryrefslogtreecommitdiff
path: root/editeng/inc/editeng/svxfont.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'editeng/inc/editeng/svxfont.hxx')
-rw-r--r--editeng/inc/editeng/svxfont.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/inc/editeng/svxfont.hxx b/editeng/inc/editeng/svxfont.hxx
index 20db6474adf5..96729e9488d0 100644
--- a/editeng/inc/editeng/svxfont.hxx
+++ b/editeng/inc/editeng/svxfont.hxx
@@ -82,7 +82,7 @@ public:
inline sal_Bool IsEsc() const { return 0 != nEsc; }
// Consider Upper case, Lower case letters etc.
- String CalcCaseMap( const String &rTxt ) const;
+ OUString CalcCaseMap(const OUString &rTxt) const;
// The following section is not needed by anyone, so it can be excluded.
#ifndef REDUCEDSVXFONT