summaryrefslogtreecommitdiff
path: root/vcl/source/outdev/nativecontrols.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/outdev/nativecontrols.cxx')
-rw-r--r--vcl/source/outdev/nativecontrols.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/outdev/nativecontrols.cxx b/vcl/source/outdev/nativecontrols.cxx
index 157769967a56..38ec9ccbe573 100644
--- a/vcl/source/outdev/nativecontrols.cxx
+++ b/vcl/source/outdev/nativecontrols.cxx
@@ -297,7 +297,7 @@ bool OutputDevice::DrawNativeControl( ControlType nType,
vcl::Region aTestRegion( GetActiveClipRegion() );
aTestRegion.Intersect( rControlRegion );
if (aTestRegion == vcl::Region(rControlRegion))
- nState |= CTRL_CACHING_ALLOWED; // control is not clipped, caching allowed
+ nState |= ControlState::CACHING_ALLOWED; // control is not clipped, caching allowed
bool bRet = mpGraphics->DrawNativeControl(nType, nPart, screenRegion, nState, *aScreenCtrlValue, aCaption, this );