summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/clonelist.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-06-30 14:45:37 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-06-30 14:45:37 +0000
commit384ac583e5198bcead30d5ea098b35e9ac72bd9c (patch)
tree808033398f92f57c1dc69288128d38e50a35ac58 /svx/source/svdraw/clonelist.cxx
parent95cecd8e91847030076de25241fdcfe581f5a27d (diff)
INTEGRATION: CWS hub01 (1.5.264); FILE MERGED
2008/06/18 20:45:33 thb 1.5.264.2: RESYNC: (1.5-1.6); FILE MERGED 2008/01/18 23:30:50 hub 1.5.264.1: Issue number: 83014 Submitted by: hub Reviewed by: committed proposed patch with a few variations.
Diffstat (limited to 'svx/source/svdraw/clonelist.cxx')
-rw-r--r--svx/source/svdraw/clonelist.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/svdraw/clonelist.cxx b/svx/source/svdraw/clonelist.cxx
index 66077be300f3..68d0a5a2d405 100644
--- a/svx/source/svdraw/clonelist.cxx
+++ b/svx/source/svdraw/clonelist.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: clonelist.cxx,v $
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
* This file is part of OpenOffice.org.
*
@@ -107,7 +107,7 @@ void CloneList::CopyConnections() const
if(pOriginalNode1)
{
- sal_uInt32 nPos(maOriginalList.GetPos(pOriginalNode1));
+ ULONG nPos(maOriginalList.GetPos(pOriginalNode1));
if(LIST_ENTRY_NOTFOUND != nPos)
{
@@ -120,7 +120,7 @@ void CloneList::CopyConnections() const
if(pOriginalNode2)
{
- sal_uInt32 nPos(maOriginalList.GetPos(pOriginalNode2));
+ ULONG nPos(maOriginalList.GetPos(pOriginalNode2));
if(LIST_ENTRY_NOTFOUND != nPos)
{