summaryrefslogtreecommitdiff
path: root/svtools/source/contnr/treelistbox.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/contnr/treelistbox.cxx')
-rw-r--r--svtools/source/contnr/treelistbox.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/contnr/treelistbox.cxx b/svtools/source/contnr/treelistbox.cxx
index bdf372cfdd02..efb9b936e54b 100644
--- a/svtools/source/contnr/treelistbox.cxx
+++ b/svtools/source/contnr/treelistbox.cxx
@@ -3141,9 +3141,9 @@ long SvTreeListBox::PaintEntry1(SvTreeListEntry* pEntry, long nLine, vcl::Render
}
aPos.Y() += (nTempEntryHeight - pImg->GetSizePixel().Height()) / 2;
- sal_uInt16 nStyle = 0;
+ DrawImageFlags nStyle = DrawImageFlags::NONE;
if (!IsEnabled())
- nStyle |= IMAGE_DRAW_DISABLE;
+ nStyle |= DrawImageFlags::Disable;
//native
bool bNativeOK = false;