diff options
Diffstat (limited to 'include/editeng/tstpitem.hxx')
-rw-r--r-- | include/editeng/tstpitem.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/tstpitem.hxx b/include/editeng/tstpitem.hxx index f8eca761395b..254105737573 100644 --- a/include/editeng/tstpitem.hxx +++ b/include/editeng/tstpitem.hxx @@ -64,7 +64,7 @@ public: sal_Unicode& GetFill() { return cFill; } sal_Unicode GetFill() const { return cFill; } - String GetValueString() const; + OUString GetValueString() const; // the "old" operator==() sal_Bool IsEqual( const SvxTabStop& rTS ) const |