Kaydet (Commit) 07b9bec1 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-exception-parameter

Change-Id: I17f7fd32c020443d48c2488f7db32519a8d11831
üst c8497ae1
...@@ -269,7 +269,7 @@ get_color_value(const uno::Sequence< beans::PropertyValue >& rAttributeList, ...@@ -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()" ); g_warning( "Exception in get[Fore|Back]groundColor()" );
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment