office-gobmx/cppuhelper/source
Stephan Bergmann 7c704c78d3 Removed some unused parameters; added SAL_UNUSED_PARAMETER.
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC)
is used to annotate legitimately unused parameters, so that static
analysis tools can tell legitimately unused parameters from truly
unnecessary ones.  To that end, some patches for external modules
are also added, that are only applied when compiling with GCC and
add necessary __attribute__ ((unused)) in headers.
2012-01-21 15:21:16 +01:00
..
access_control.cxx
bootstrap.cxx fix prefix of command line switches (-- instead of -) 2012-01-11 19:25:45 +01:00
component.cxx
component_context.cxx
exc_thrower.cxx Removed some unused parameters; added SAL_UNUSED_PARAMETER. 2012-01-21 15:21:16 +01:00
factory.cxx Removed some unused parameters; added SAL_UNUSED_PARAMETER. 2012-01-21 15:21:16 +01:00
findsofficepath.c
gcc3.map
implbase.cxx
implbase_ex.cxx
implementationentry.cxx Removed some unused parameters; added SAL_UNUSED_PARAMETER. 2012-01-21 15:21:16 +01:00
interfacecontainer.cxx
macro_expander.cxx Removed some unused parameters; added SAL_UNUSED_PARAMETER. 2012-01-21 15:21:16 +01:00
macro_expander.hxx
propertysetmixin.cxx
propshlp.cxx
servicefactory.cxx
shlib.cxx
stdidlclass.cxx Removed some unused parameters; added SAL_UNUSED_PARAMETER. 2012-01-21 15:21:16 +01:00
tdmgr.cxx
typeprovider.cxx
unorc
unourl.cxx
weak.cxx