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.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/vcl/source/window/globalization.cxx b/vcl/source/window/globalization.cxx
index 21658970b390..59081a2a48d3 100644
--- a/vcl/source/window/globalization.cxx
+++ b/vcl/source/window/globalization.cxx
@@ -20,6 +20,8 @@
#include <vcl/window.hxx>
#include <vcl/outdev.hxx>
+namespace vcl {
+
void Window::EnableRTL ( bool bEnable )
{
StateChanged( STATE_CHANGE_MIRRORING );
@@ -32,4 +34,6 @@ bool Window::HasMirroredGraphics() const
return pOutDev->OutputDevice::HasMirroredGraphics();
}
+} /* namespace vcl */
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */