summaryrefslogtreecommitdiff
path: root/vcl/unx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2020-10-27 21:17:29 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-10-28 07:21:42 +0100
commit35f16614ee7ddf518d4c01de6b1d800f5ff1ba7e (patch)
treee888a2b191379d90d460fc4a4aa82959c5441da2 /vcl/unx
parenta4d4ed86991e2901ac86189e95966d4e99be4944 (diff)
std::set->o3tl::sorted_vector in vcl
Change-Id: Ie486b629b4074da5121b55c76965aeb8ea057f31 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104904 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/unx')
-rw-r--r--vcl/unx/gtk3/a11y/gtk3atkutil.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/gtk3/a11y/gtk3atkutil.cxx b/vcl/unx/gtk3/a11y/gtk3atkutil.cxx
index 978c28e47df0..f253eef8254f 100644
--- a/vcl/unx/gtk3/a11y/gtk3atkutil.cxx
+++ b/vcl/unx/gtk3/a11y/gtk3atkutil.cxx
@@ -135,7 +135,7 @@ class DocumentFocusListener :
public ::cppu::WeakImplHelper< accessibility::XAccessibleEventListener >
{
- std::set< uno::Reference< uno::XInterface > > m_aRefList;
+ o3tl::sorted_vector< uno::Reference< uno::XInterface > > m_aRefList;
public:
/// @throws lang::IndexOutOfBoundsException