diff options
author | Matteo Casalin <matteo.casalin@yahoo.com> | 2014-03-30 15:04:33 +0200 |
---|---|---|
committer | Matteo Casalin <matteo.casalin@yahoo.com> | 2014-03-30 16:38:05 +0200 |
commit | edd0f4792f099da64239fdc2918dce1f5d5653b4 (patch) | |
tree | afdd8c683e9653cc9908fc830304f75a0869337f /sw/source/ui/fldui | |
parent | 98d2b568f43410da83c176c97bd3f539d2079ab6 (diff) |
sal_uInt16 to sal_uLong
Change-Id: I0b854237f52320d8ec98d9278a5552a375aad463
Diffstat (limited to 'sw/source/ui/fldui')
-rw-r--r-- | sw/source/ui/fldui/changedb.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/fldui/changedb.cxx b/sw/source/ui/fldui/changedb.cxx index f304d9077206..eb9f93ea975a 100644 --- a/sw/source/ui/fldui/changedb.cxx +++ b/sw/source/ui/fldui/changedb.cxx @@ -141,8 +141,8 @@ SvTreeListEntry* SwChangeDBDlg::Insert(const OUString& rDBName) SvTreeListEntry* pParent; SvTreeListEntry* pChild; - sal_uInt16 nParent = 0; - sal_uInt16 nChild = 0; + sal_uLong nParent = 0; + sal_uLong nChild = 0; Image aTableImg = aImageList.GetImage(IMG_DBTABLE); Image aDBImg = aImageList.GetImage(IMG_DB); |