summaryrefslogtreecommitdiff
path: root/sd/source/filter/html/htmlex.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-10-04 17:13:24 +0200
committerMichael Stahl <mstahl@redhat.com>2012-10-09 21:15:07 +0000
commit58528348fad0609c4d7af7943bc76df4261b8508 (patch)
treedbb99737098ec6315b97ee82e28df198e6c5c23d /sd/source/filter/html/htmlex.hxx
parent227d385fcdaf30ef4bd294d99b088ef533372d58 (diff)
String->OUString in tools::ErrorContext
Change-Id: Ibd0cd3e8d7281b5abde420df5cc1d51e9354069c Reviewed-on: https://gerrit.libreoffice.org/769 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sd/source/filter/html/htmlex.hxx')
-rw-r--r--sd/source/filter/html/htmlex.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/filter/html/htmlex.hxx b/sd/source/filter/html/htmlex.hxx
index 0b4a4aa3b9a1..7a4ac0061c78 100644
--- a/sd/source/filter/html/htmlex.hxx
+++ b/sd/source/filter/html/htmlex.hxx
@@ -81,7 +81,7 @@ public:
HtmlErrorContext(Window *pWin=0);
~HtmlErrorContext() {};
- virtual sal_Bool GetString( sal_uLong nErrId, String& rCtxStr );
+ virtual sal_Bool GetString( sal_uLong nErrId, OUString& rCtxStr );
void SetContext( sal_uInt16 nResId, const String& rURL );
void SetContext( sal_uInt16 nResId, const String& rURL1, const String& rURL2 );