summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/wrthtml.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-09-14 00:32:14 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-09-14 09:54:09 +0100
commit79dc19fcbdb1e6aa9a8958a8b3d1fbf0451646cf (patch)
tree79f7d3f5490aa81fd24f14c3232465592ff71b50 /sw/source/filter/html/wrthtml.hxx
parent98ae11bcd4b24c5616a4aefd4b865fcbe87814ef (diff)
ByteString->rtl::OStringBuffer
Diffstat (limited to 'sw/source/filter/html/wrthtml.hxx')
-rw-r--r--sw/source/filter/html/wrthtml.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/html/wrthtml.hxx b/sw/source/filter/html/wrthtml.hxx
index 9e7fe5e22b20..b96b24e431bc 100644
--- a/sw/source/filter/html/wrthtml.hxx
+++ b/sw/source/filter/html/wrthtml.hxx
@@ -421,7 +421,7 @@ public:
void IncIndentLevel() { nIndentLvl++; }
void DecIndentLevel() { if ( nIndentLvl ) nIndentLvl--; }
- void GetIndentString( ByteString& rStr, sal_uInt16 nIncLvl=0 );
+ rtl::OString GetIndentString(sal_uInt16 nIncLvl = 0);
xub_StrLen GetLineLen() { return (xub_StrLen)(Strm().Tell()-nLastLFPos); }
void OutNewLine( sal_Bool bCheck=sal_False );