summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/content.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/inc/content.hxx')
-rw-r--r--sw/source/ui/inc/content.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/inc/content.hxx b/sw/source/ui/inc/content.hxx
index 57c292748db0..4e1cbcd77052 100644
--- a/sw/source/ui/inc/content.hxx
+++ b/sw/source/ui/inc/content.hxx
@@ -181,7 +181,7 @@ class SwContentType : public SwTypeNumber
bool bEdit: 1; // can this type be edited?
bool bDelete: 1; // can this type be deleted?
protected:
- void RemoveNewline(String&);
+ OUString RemoveNewline(const OUString&);
public:
SwContentType(SwWrtShell* pParent, sal_uInt16 nType, sal_uInt8 nLevel );
~SwContentType();