summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/about.cxx
diff options
context:
space:
mode:
authorIvan Timofeev <timofeev.i.s@gmail.com>2012-10-22 17:25:12 +0400
committerIvan Timofeev <timofeev.i.s@gmail.com>2012-10-22 17:25:12 +0400
commit9dbb62555f0813cc55e48be28047f22e2b3ea4ef (patch)
treef77bed0522a850a588e6ef8ca5e3d462b409d397 /cui/source/dialogs/about.cxx
parentf1386b7706686e0c65ba0ad6d92574658cdca3a9 (diff)
disable cursor in about dialog and message boxes
Change-Id: I060872e0a468f2ce26a2ab519c5bfe271574170b
Diffstat (limited to 'cui/source/dialogs/about.cxx')
-rw-r--r--cui/source/dialogs/about.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/cui/source/dialogs/about.cxx b/cui/source/dialogs/about.cxx
index 23b9bd5b6542..9dc8384cbe0f 100644
--- a/cui/source/dialogs/about.cxx
+++ b/cui/source/dialogs/about.cxx
@@ -166,6 +166,7 @@ void AboutDialog::StyleControls()
// Version Text
aLargeFont.SetSize( Size( 0, aLabelFont.GetSize().Height() * 1.2 ) );
aVersionText.SetControlFont( aLargeFont );
+ aVersionText.EnableCursor( sal_False );
// Copyright Text
aCopyrightText.SetTextSelectable( sal_False );