diff options
author | Noel Grandin <noel@peralex.com> | 2013-08-20 11:54:26 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-08-22 10:49:28 +0200 |
commit | 784db67fb5920d651ec1a4369af7fd57a2da1531 (patch) | |
tree | ae03eabd20ab930aaedf2cb7d27ce7f3e7ad500b /sc/inc | |
parent | ef0960383f912f4385734ec428f94a00a50dac29 (diff) |
convert include/svtools/htmlout.hxx from String to OUString
Change-Id: I2fcc3335945202672a5f8ab36ae6bdb395e83476
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/filter.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/filter.hxx b/sc/inc/filter.hxx index 9c28498cfd88..6ff8a89b83ca 100644 --- a/sc/inc/filter.hxx +++ b/sc/inc/filter.hxx @@ -110,7 +110,7 @@ class ScFormatFilterPlugin { virtual FltError ScExportDif( SvStream&, ScDocument*, const ScRange& rRange, const CharSet eDest, sal_uInt32 nDifOption = SC_DIFOPT_EXCEL ) = 0; virtual FltError ScExportHTML( SvStream&, const String& rBaseURL, ScDocument*, const ScRange& rRange, const CharSet eDest, bool bAll, - const String& rStreamPath, String& rNonConvertibleChars ) = 0; + const String& rStreamPath, OUString& rNonConvertibleChars ) = 0; virtual FltError ScExportRTF( SvStream&, ScDocument*, const ScRange& rRange, const CharSet eDest ) = 0; virtual ScOrcusFilters* GetOrcusFilters() = 0; |