From e904749eb8e1109f9a884b309fad6de5f78ad623 Mon Sep 17 00:00:00 2001 From: Ricardo Montania Date: Sun, 3 Feb 2013 00:02:38 -0200 Subject: String cleanup in filter Change-Id: If9fac2f277550cc786baffe4f89c7181b2d10dfd Reviewed-on: https://gerrit.libreoffice.org/1970 Reviewed-by: Norbert Thiebaud Tested-by: Norbert Thiebaud --- sd/source/filter/ppt/propread.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd/source/filter/ppt/propread.hxx') diff --git a/sd/source/filter/ppt/propread.hxx b/sd/source/filter/ppt/propread.hxx index b05b9770f90a..fe412a060828 100644 --- a/sd/source/filter/ppt/propread.hxx +++ b/sd/source/filter/ppt/propread.hxx @@ -125,7 +125,7 @@ class PropItem : public SvMemoryStream void Clear(); void SetTextEncoding( sal_uInt16 nTextEnc ){ mnTextEnc = nTextEnc; }; - sal_Bool Read( String& rString, sal_uInt32 nType = VT_EMPTY, sal_Bool bDwordAlign = sal_True ); + sal_Bool Read( OUString& rString, sal_uInt32 nType = VT_EMPTY, sal_Bool bDwordAlign = sal_True ); PropItem& operator=( PropItem& rPropItem ); using SvStream::Read; -- cgit v1.2.3