diff options
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); |