diff options
Diffstat (limited to 'sw/inc/swatrset.hxx')
-rw-r--r-- | sw/inc/swatrset.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/swatrset.hxx b/sw/inc/swatrset.hxx index 65572db04478..51d7afd4da6a 100644 --- a/sw/inc/swatrset.hxx +++ b/sw/inc/swatrset.hxx @@ -192,7 +192,7 @@ public: int Intersect_BC( const SfxItemSet& rSet, SwAttrSet* pOld, SwAttrSet* pNew ); void GetPresentation( SfxItemPresentation ePres, - SfxMapUnit eCoreMetric, SfxMapUnit ePresMetric, String &rText ) const; + SfxMapUnit eCoreMetric, SfxMapUnit ePresMetric, OUString &rText ) const; SwAttrPool* GetPool() const { return (SwAttrPool*)SfxItemSet::GetPool(); } |