summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk/a11y
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-11-13 19:59:32 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-11-14 10:15:14 +0100
commit07b9bec1a6ebdae111d0def33692ffa3efe61dad (patch)
tree2adc55aa2a72bc8f5688b8b322c23d839d4a9349 /vcl/unx/gtk/a11y
parentc8497ae116db47958ba921d03cb1824476b59a49 (diff)
-Werror,-Wunused-exception-parameter
Change-Id: I17f7fd32c020443d48c2488f7db32519a8d11831
Diffstat (limited to 'vcl/unx/gtk/a11y')
-rw-r--r--vcl/unx/gtk/a11y/atktextattributes.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/gtk/a11y/atktextattributes.cxx b/vcl/unx/gtk/a11y/atktextattributes.cxx
index 130c866cb3f3..54a2d6cb5dc6 100644
--- a/vcl/unx/gtk/a11y/atktextattributes.cxx
+++ b/vcl/unx/gtk/a11y/atktextattributes.cxx
@@ -269,7 +269,7 @@ get_color_value(const uno::Sequence< beans::PropertyValue >& rAttributeList,
}
}
- catch(const uno::Exception& e) {
+ catch(const uno::Exception&) {
g_warning( "Exception in get[Fore|Back]groundColor()" );
}
}