summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-11-13 16:24:06 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-11-14 10:15:12 +0100
commit6ed352a7b35fd2f740fe76cc56b0b255b6ceae17 (patch)
treea59de9c8187aa27638a9ac173dc8b4af93c76cfb /ucb
parent6e349393768cd8141daf3b9dd663e6a9ad8e8ca0 (diff)
-Werror,-Wunused-exception-parameter
Change-Id: I648399356bed41f6aa9d6ec276ee975f5d3b1fa4
Diffstat (limited to 'ucb')
-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 e9ce34ff9bba..82d7aa0dca1c 100644
--- a/ucb/source/ucp/gio/gio_inputstream.cxx
+++ b/ucb/source/ucp/gio/gio_inputstream.cxx
@@ -80,7 +80,7 @@ sal_Int32 SAL_CALL InputStream::readBytes( uno::Sequence< sal_Int8 >& aData, sal
{
aData.realloc( nBytesToRead );
}
- catch ( const uno::Exception &e )
+ catch ( const uno::Exception & )
{
throw io::BufferSizeExceededException();
}