summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/htmlexp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/htmlexp.hxx')
-rw-r--r--sc/source/filter/inc/htmlexp.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/inc/htmlexp.hxx b/sc/source/filter/inc/htmlexp.hxx
index 71fc58bb099a..585f7a21a0b5 100644
--- a/sc/source/filter/inc/htmlexp.hxx
+++ b/sc/source/filter/inc/htmlexp.hxx
@@ -123,7 +123,7 @@ class ScHTMLExport : public ScExportBase
void WriteCell( SCCOL nCol, SCROW nRow, SCTAB nTab );
void WriteGraphEntry( ScHTMLGraphEntry* );
void WriteImage( String& rLinkName,
- const Graphic&, const rtl::OString& rImgOptions,
+ const Graphic&, const OString& rImgOptions,
sal_uLong nXOutFlags = 0 );
// nXOutFlags fuer XOutBitmap::WriteGraphic
@@ -143,7 +143,7 @@ class ScHTMLExport : public ScExportBase
SCCOL nStartCol, SCROW nStartRow,
SCCOL nEndCol, SCROW nEndRow );
- rtl::OString BorderToStyle(const char* pBorderName,
+ OString BorderToStyle(const char* pBorderName,
const ::editeng::SvxBorderLine* pLine, bool& bInsertSemicolon);
sal_uInt16 GetFontSizeNumber( sal_uInt16 nHeight );