summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/gio/gio_inputstream.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/gio/gio_inputstream.cxx')
-rw-r--r--ucb/source/ucp/gio/gio_inputstream.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/gio/gio_inputstream.cxx b/ucb/source/ucp/gio/gio_inputstream.cxx
index b454a6840f3a..e9ce34ff9bba 100644
--- a/ucb/source/ucp/gio/gio_inputstream.cxx
+++ b/ucb/source/ucp/gio/gio_inputstream.cxx
@@ -61,7 +61,7 @@ void SAL_CALL InputStream::skipBytes( sal_Int32 nBytesToSkip )
throw io::NotConnectedException();
if (!g_seekable_can_seek(G_SEEKABLE(mpStream)))
- throw io::IOException(OUString("Seek unsupported"),
+ throw io::IOException("Seek unsupported",
static_cast< cppu::OWeakObject * >(this));
GError *pError=NULL;