summaryrefslogtreecommitdiffstats
path: root/vcl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-27 13:13:10 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-27 13:14:20 +0000
commit779b808df16a47ff6261b8e23b6d9f83ddddf9ce (patch)
treef801ddd844e0660b3e89d580d17b8dc86fe1b44e /vcl
parentRemove visual noise from drawinglayer (diff)
downloadcore-779b808df16a47ff6261b8e23b6d9f83ddddf9ce.tar.gz
core-779b808df16a47ff6261b8e23b6d9f83ddddf9ce.zip
bad
Change-Id: Ife660e5738d862e28260abe412817fb06272f4e8
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/control/button.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/control/button.cxx b/vcl/source/control/button.cxx
index e45874dfc046..94fc477055c3 100644
--- a/vcl/source/control/button.cxx
+++ b/vcl/source/control/button.cxx
@@ -605,7 +605,7 @@ void PushButton::ImplInitPushButtonData()
mbInUserDraw = false;
}
-<<<namespace
+namespace
{
Window* getPreviousSibling(Window *pParent)
{