summaryrefslogtreecommitdiff
path: root/vcl/source/app/settings.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-03-06 10:42:13 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-03-07 07:08:34 +0100
commitb3ee860e523dce3df16350a4053a67f39c2f92f8 (patch)
tree357c48461b3f62cc2773c959a5a11daf3c60c636 /vcl/source/app/settings.cxx
parent2407c183092d6559771738891d57d6375c4212ab (diff)
use more Color in vcl
Change-Id: Ia92c52d26b90898c1f7860128b478d1fada9d406 Reviewed-on: https://gerrit.libreoffice.org/50795 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/source/app/settings.cxx')
-rw-r--r--vcl/source/app/settings.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/app/settings.cxx b/vcl/source/app/settings.cxx
index f7c35931ee60..f9eaf47ce645 100644
--- a/vcl/source/app/settings.cxx
+++ b/vcl/source/app/settings.cxx
@@ -2159,7 +2159,7 @@ static void setupPersonaHeaderFooter( WhichPersona eWhich, OUString& rHeaderFoot
if ( nIndex > 0 )
{
OUString aColor = aPersonaSettings.getToken( 0, ';', ++nIndex );
- rMenuBarTextColor = Color( aColor.toUInt64( 16 ) );
+ rMenuBarTextColor = Color( aColor.toUInt32( 16 ) );
}
}