summaryrefslogtreecommitdiff
path: root/idlc/source/astinterface.cxx
diff options
context:
space:
mode:
authorJuergen Schmidt <jsc@openoffice.org>2001-04-11 06:29:27 +0000
committerJuergen Schmidt <jsc@openoffice.org>2001-04-11 06:29:27 +0000
commit3116185ab01a9ad2fed347f90a1f7c58aab3445d (patch)
tree67c89ecdb7bc3b7549977410aa33ae935736eeb2 /idlc/source/astinterface.cxx
parent093e18e9e0356f69d8a9dcaa5caf2624f2c610ec (diff)
performance optimization, stl iterators
Diffstat (limited to 'idlc/source/astinterface.cxx')
-rw-r--r--idlc/source/astinterface.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/idlc/source/astinterface.cxx b/idlc/source/astinterface.cxx
index 2215d9cfa110..60ba6fd75006 100644
--- a/idlc/source/astinterface.cxx
+++ b/idlc/source/astinterface.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: astinterface.cxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: jsc $ $Date: 2001-03-15 12:30:43 $
+ * last change: $Author: jsc $ $Date: 2001-04-11 07:24:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -141,8 +141,7 @@ sal_Bool AstInterface::dump(RegistryKey& rKey, RegistryTypeWriterLoader* pLoader
{
((AstOperation*)pDecl)->dumpBlob(aBlob, methodIndex++);
}
-
- iter++;
+ ++iter;
}
const sal_uInt8* pBlob = aBlob.getBlop();