diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-02-20 15:22:05 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-02-21 06:05:41 +0100 |
commit | 72593849bb644684a8c00f70a3f18bcfabca737f (patch) | |
tree | 6325d6a52bce0f0539dde6fee53aa7fd792e8eb2 /framework | |
parent | bcb1e01c32e09d9abeb91b73303f2eb6b3b5abfe (diff) |
ColorData->Color in sd..svx
Change-Id: I70de56b6bfb1ea4655ec03510fad92bf6645f64e
Reviewed-on: https://gerrit.libreoffice.org/50046
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/services/taskcreatorsrv.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/services/taskcreatorsrv.cxx b/framework/source/services/taskcreatorsrv.cxx index 5c60edf117fb..532c96c401f3 100644 --- a/framework/source/services/taskcreatorsrv.cxx +++ b/framework/source/services/taskcreatorsrv.cxx @@ -267,7 +267,7 @@ css::uno::Reference< css::awt::XWindow > TaskCreatorService::implts_createContai { try { - nBackground = ::svtools::ColorConfig().GetColorValue(::svtools::APPBACKGROUND).nColor; + nBackground = sal_Int32(::svtools::ColorConfig().GetColorValue(::svtools::APPBACKGROUND).nColor); } catch (const css::uno::Exception &) { |