diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2024-05-09 18:51:31 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-05-09 21:01:39 +0200 |
commit | 27e398b88066a4d1e236ce8b298f466754c41de0 (patch) | |
tree | 637484782df5e9777866ab25096615ba9e804193 /chart2/source/controller/inc/ChartController.hxx | |
parent | 03f13aa770c71795a1e69cf7f77c51aa6bf9ac0a (diff) |
workaround segfault in compiler on macos-clang-intel
Change-Id: Ic4ee6c80eb340c1a6db50b9176fcbffcb6419483
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167393
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'chart2/source/controller/inc/ChartController.hxx')
-rw-r--r-- | chart2/source/controller/inc/ChartController.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/inc/ChartController.hxx b/chart2/source/controller/inc/ChartController.hxx index 737d0cf3768f..c882c185b3f8 100644 --- a/chart2/source/controller/inc/ChartController.hxx +++ b/chart2/source/controller/inc/ChartController.hxx @@ -541,7 +541,7 @@ private: const OUString & rCID, eMoveOrResizeType eType, double fAmountLogicX, double fAmountLogicY ); bool impl_DragDataPoint( std::u16string_view rCID, double fOffset ); - static const o3tl::sorted_vector< OUString >& impl_getAvailableCommands(); + static const o3tl::sorted_vector< std::u16string_view >& impl_getAvailableCommands(); void impl_PasteGraphic( css::uno::Reference< css::graphic::XGraphic > const & xGraphic, const ::Point & aPosition ); |