summaryrefslogtreecommitdiff
path: root/vcl/source/window/globalization.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/window/globalization.cxx')
-rw-r--r--vcl/source/window/globalization.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/globalization.cxx b/vcl/source/window/globalization.cxx
index 59081a2a48d3..ed9f17e746a7 100644
--- a/vcl/source/window/globalization.cxx
+++ b/vcl/source/window/globalization.cxx
@@ -24,7 +24,7 @@ namespace vcl {
void Window::EnableRTL ( bool bEnable )
{
- StateChanged( STATE_CHANGE_MIRRORING );
+ StateChanged( StateChangedType::MIRRORING );
OutputDevice::EnableRTL(bEnable);
}