diff options
Diffstat (limited to 'toolkit/source/controls/grid/gridcolumn.hxx')
-rw-r--r-- | toolkit/source/controls/grid/gridcolumn.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolkit/source/controls/grid/gridcolumn.hxx b/toolkit/source/controls/grid/gridcolumn.hxx index edd7476be50a..a4582d40b37e 100644 --- a/toolkit/source/controls/grid/gridcolumn.hxx +++ b/toolkit/source/controls/grid/gridcolumn.hxx @@ -96,8 +96,8 @@ public: private: void broadcast_changed( sal_Char const * const i_asciiAttributeName, - ::com::sun::star::uno::Any i_oldValue, - ::com::sun::star::uno::Any i_newValue, + const css::uno::Any& i_oldValue, + const css::uno::Any& i_newValue, ::comphelper::ComponentGuard& i_Guard ); |