summaryrefslogtreecommitdiff
path: root/idlc/inc
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-06-17 12:53:22 +0000
committerRüdiger Timm <rt@openoffice.org>2004-06-17 12:53:22 +0000
commite6d784c15ca43ef4290b2cbea5b1037242d443ea (patch)
treeb5618951bee972382783c6fe4e71e27d40d9693a /idlc/inc
parent2885cde3216bd4220916b1c4de7c1078a17c683d (diff)
INTEGRATION: CWS ooo64bit01 (1.1.102); FILE MERGED
2004/05/05 00:00:42 svesik 1.1.102.2: RESYNC: (1.1-1.2); FILE MERGED 2004/03/16 23:54:08 fa 1.1.102.1: Merge cws_srx644_port64bit, other misc fixes
Diffstat (limited to 'idlc/inc')
-rw-r--r--idlc/inc/idlc/astscope.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/idlc/inc/idlc/astscope.hxx b/idlc/inc/idlc/astscope.hxx
index fbdbe0886bfb..68640e573475 100644
--- a/idlc/inc/idlc/astscope.hxx
+++ b/idlc/inc/idlc/astscope.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: astscope.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2004-03-30 16:41:38 $
+ * last change: $Author: rt $ $Date: 2004-06-17 13:53:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -85,7 +85,7 @@ public:
virtual AstDeclaration* addDeclaration(AstDeclaration* pDecl);
sal_uInt32 nMembers()
- { return m_declarations.size(); }
+ { return (sal_uInt32)(m_declarations.size()); }
DeclList::const_iterator getIteratorBegin() const
{ return m_declarations.begin(); }
DeclList::const_iterator getIteratorEnd() const