summaryrefslogtreecommitdiff
path: root/vcl/source/app/svapp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/app/svapp.cxx')
-rw-r--r--vcl/source/app/svapp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/app/svapp.cxx b/vcl/source/app/svapp.cxx
index ea01d31c0829..12a21ee04fac 100644
--- a/vcl/source/app/svapp.cxx
+++ b/vcl/source/app/svapp.cxx
@@ -84,7 +84,7 @@ void InitSettings(ImplSVData* pSVData);
}
// keycodes handled internally by VCL
-static vcl::KeyCode const ReservedKeys[]
+vcl::KeyCode const ReservedKeys[]
{
vcl::KeyCode(KEY_F1,0) ,
vcl::KeyCode(KEY_F1,KEY_SHIFT) ,