diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-01-15 09:05:45 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-01-15 09:05:45 +0100 |
commit | 3d8090f87e68962e3e585dafb27162b021e4732c (patch) | |
tree | d8aaa312c7f60c8bce9eb36a4ab869b0cad3b197 /extensions/source/dbpilots | |
parent | 5906792ea5d4039a01cd563a8d32487a0189e680 (diff) |
More loplugin:cstylecast: extensions
Change-Id: Ia2f6f15f56b4e32887b04f882a5b62eb9eb81159
Diffstat (limited to 'extensions/source/dbpilots')
-rw-r--r-- | extensions/source/dbpilots/listcombowizard.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/dbpilots/listcombowizard.cxx b/extensions/source/dbpilots/listcombowizard.cxx index 64cf36e0f0a1..bf9cd9b26fa6 100644 --- a/extensions/source/dbpilots/listcombowizard.cxx +++ b/extensions/source/dbpilots/listcombowizard.cxx @@ -172,7 +172,7 @@ namespace dbp } // ListSourceType: SQL - getContext().xObjectModel->setPropertyValue("ListSourceType", makeAny((sal_Int32)ListSourceType_SQL)); + getContext().xObjectModel->setPropertyValue("ListSourceType", makeAny(sal_Int32(ListSourceType_SQL))); if (isListBox()) { |