summaryrefslogtreecommitdiff
path: root/svtools/source/brwbox/brwimpl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/brwbox/brwimpl.hxx')
-rw-r--r--svtools/source/brwbox/brwimpl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/brwbox/brwimpl.hxx b/svtools/source/brwbox/brwimpl.hxx
index 26809e9311aa..ed1de0cec294 100644
--- a/svtools/source/brwbox/brwimpl.hxx
+++ b/svtools/source/brwbox/brwimpl.hxx
@@ -35,7 +35,7 @@ namespace svt
struct THeaderCellMapFunctorDispose : ::std::unary_function<THeaderCellMap::value_type,void>
{
- inline void operator()(const THeaderCellMap::value_type& _aType)
+ void operator()(const THeaderCellMap::value_type& _aType)
{
css::uno::Reference< css::lang::XComponent > xComp( _aType.second, css::uno::UNO_QUERY );
OSL_ENSURE( xComp.is() || !_aType.second.is(), "THeaderCellMapFunctorDispose: invalid accessible cell (no XComponent)!" );