summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-11-01 14:20:42 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-11-01 14:20:42 +0000
commit165ed18ccd51e9ae89a048754984d149c3c8c8fb (patch)
treee00763179f528bf9a48124de0906b3031d243698 /svtools
parent5c6ab7302aba01b6eeb056d91ee1e0c342824971 (diff)
INTEGRATION: CWS impress131_SRC680 (1.4.104); FILE MERGED
2007/10/16 14:21:16 cl 1.4.104.1: #i81323# applied build warning patch
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/uno/treecontrolpeer.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/uno/treecontrolpeer.cxx b/svtools/source/uno/treecontrolpeer.cxx
index 684329f06220..44463e05ad9d 100644
--- a/svtools/source/uno/treecontrolpeer.cxx
+++ b/svtools/source/uno/treecontrolpeer.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: treecontrolpeer.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: hr $ $Date: 2007-07-02 09:29:44 $
+ * last change: $Author: hr $ $Date: 2007-11-01 15:20:42 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -284,7 +284,7 @@ void TreeControlPeer::SetWindow( Window* pWindow )
// --------------------------------------------------------------------
-UnoTreeListEntry* TreeControlPeer::createEntry( const Reference< XTreeNode >& xNode, UnoTreeListEntry* pParent, sal_uInt32 nPos /* = LIST_APPEND */ )
+UnoTreeListEntry* TreeControlPeer::createEntry( const Reference< XTreeNode >& xNode, UnoTreeListEntry* pParent, ULONG nPos /* = LIST_APPEND */ )
{
UnoTreeListEntry* pEntry = 0;
if( mpTreeImpl )