summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-11-01 14:20:56 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-11-01 14:20:56 +0000
commit60d029e94cbb8223fab807ad9133bafeeb1b14f8 (patch)
tree751a22d098772f0abadfd8da5e8c209edd58d1eb /svtools
parent165ed18ccd51e9ae89a048754984d149c3c8c8fb (diff)
INTEGRATION: CWS impress131_SRC680 (1.2.104); FILE MERGED
2007/10/16 14:21:16 cl 1.2.104.1: #i81323# applied build warning patch
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/uno/treecontrolpeer.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/uno/treecontrolpeer.hxx b/svtools/source/uno/treecontrolpeer.hxx
index b057890627d3..117fbe521930 100644
--- a/svtools/source/uno/treecontrolpeer.hxx
+++ b/svtools/source/uno/treecontrolpeer.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: treecontrolpeer.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 12:18:50 $
+ * last change: $Author: hr $ $Date: 2007-11-01 15:20:56 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -138,7 +138,7 @@ private:
void fillTree( UnoTreeListBoxImpl& rTree, const ::com::sun::star::uno::Reference< ::com::sun::star::awt::tree::XTreeDataModel >& xDataModel );
void addNode( UnoTreeListBoxImpl& rTree, const ::com::sun::star::uno::Reference< ::com::sun::star::awt::tree::XTreeNode >& xNode, UnoTreeListEntry* pParentEntry );
- UnoTreeListEntry* createEntry( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::tree::XTreeNode >& xNode, UnoTreeListEntry* pParent, sal_uInt32 nPos = LIST_APPEND );
+ UnoTreeListEntry* createEntry( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::tree::XTreeNode >& xNode, UnoTreeListEntry* pParent, ULONG nPos = LIST_APPEND );
bool updateEntry( UnoTreeListEntry* pEntry );
void updateTree( const ::com::sun::star::awt::tree::TreeDataModelEvent& rEvent, bool bRecursive );