summaryrefslogtreecommitdiff
path: root/salhelper/inc
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-06-17 09:13:24 +0000
committerOliver Bolte <obo@openoffice.org>2005-06-17 09:13:24 +0000
commit9bb38e64cd78bf86fe5352c22e36d9d4ab6b6596 (patch)
tree2929c43d18017c534a8e645a6da085c5210a7712 /salhelper/inc
parentfb6a7a58777113a46d1eeff32abf66819708642f (diff)
INTEGRATION: CWS sb31 (1.1.130); FILE MERGED
2005/06/10 13:51:39 sb 1.1.130.1: Resolved ambiguity.
Diffstat (limited to 'salhelper/inc')
-rw-r--r--salhelper/inc/salhelper/queue.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/salhelper/inc/salhelper/queue.hxx b/salhelper/inc/salhelper/queue.hxx
index a2b2e316aad5..ee3366e3768c 100644
--- a/salhelper/inc/salhelper/queue.hxx
+++ b/salhelper/inc/salhelper/queue.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: queue.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mhu $ $Date: 2001-05-14 11:51:46 $
+ * last change: $Author: obo $ $Date: 2005-06-17 10:13:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -146,7 +146,7 @@ class Queue : protected QueueBase<element_type>
SALHELPER_COPYCTOR_API(Queue<element_type>);
public:
- inline Queue() : m_aNotEmpty (0)
+ inline Queue() : m_aNotEmpty (static_cast< sal_uInt32 >(0))
{}
inline ~Queue()