summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-08-28 11:16:27 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-08-28 11:16:27 +0200
commit4e298b48d5822acf626d2f664181efdc601b8cd4 (patch)
tree0d7fbdba54e0e4de8f4d0e6ada3b865d7a8cd3e1 /svtools
parent5921306259625996f8647c1138d310b0cdbe3d7e (diff)
Consistently use oslInterlockedCount for SvImpLBox::s_nImageRefCount
Change-Id: I40eb4a09a8b5461fca4ac01662cb88156d2ff37d
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/contnr/svimpbox.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/contnr/svimpbox.cxx b/svtools/source/contnr/svimpbox.cxx
index 5e36b36f385d..0fde08e46f6b 100644
--- a/svtools/source/contnr/svimpbox.cxx
+++ b/svtools/source/contnr/svimpbox.cxx
@@ -45,7 +45,7 @@
// #i27063# (pl), #i32300# (pb) never access VCL after DeInitVCL - also no destructors
Image* SvImpLBox::s_pDefCollapsed = nullptr;
Image* SvImpLBox::s_pDefExpanded = nullptr;
-sal_Int32 SvImpLBox::s_nImageRefCount = 0;
+oslInterlockedCount SvImpLBox::s_nImageRefCount = 0;
SvImpLBox::SvImpLBox( SvTreeListBox* pLBView, SvTreeList* pLBTree, WinBits nWinStyle)
: aHorSBar(VclPtr<ScrollBar>::Create(pLBView, WB_DRAG | WB_HSCROLL))