summaryrefslogtreecommitdiff
path: root/idlc/source/astoperation.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:47:29 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:47:29 +0000
commitce4cbe9f098164cd87f0980183182c7fd3f6e61e (patch)
treed7cc1946cfe061ac83dcd2ddaac29595b44b79c2 /idlc/source/astoperation.cxx
parentd03c46087fb4e00624f1727c20f6313e93450658 (diff)
INTEGRATION: CWS warnings01 (1.4.40); FILE MERGED
2005/09/23 00:04:37 sb 1.4.40.2: RESYNC: (1.4-1.5); FILE MERGED 2005/08/29 14:14:23 sb 1.4.40.1: #i53898# Made code warning-free.
Diffstat (limited to 'idlc/source/astoperation.cxx')
-rw-r--r--idlc/source/astoperation.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/idlc/source/astoperation.cxx b/idlc/source/astoperation.cxx
index fdf45f98856a..4b4381fee649 100644
--- a/idlc/source/astoperation.cxx
+++ b/idlc/source/astoperation.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: astoperation.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 18:08:10 $
+ * last change: $Author: hr $ $Date: 2006-06-20 03:47:29 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -104,7 +104,6 @@ sal_Bool AstOperation::dumpBlob(typereg::Writer & rBlob, sal_uInt16 index)
DeclList::const_iterator iter = getIteratorBegin();
DeclList::const_iterator end = getIteratorEnd();
AstDeclaration* pDecl = NULL;
- AstParameter* pParam = NULL;
RTParamMode paramMode;
sal_uInt16 paramIndex = 0;
while ( iter != end )