summaryrefslogtreecommitdiff
path: root/codemaker/source/cppumaker/cpputype.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'codemaker/source/cppumaker/cpputype.cxx')
-rw-r--r--codemaker/source/cppumaker/cpputype.cxx9
1 files changed, 4 insertions, 5 deletions
diff --git a/codemaker/source/cppumaker/cpputype.cxx b/codemaker/source/cppumaker/cpputype.cxx
index 71f66ecd90ee..fbf60a2c71c1 100644
--- a/codemaker/source/cppumaker/cpputype.cxx
+++ b/codemaker/source/cppumaker/cpputype.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cpputype.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: jsc $ $Date: 2001-04-06 14:01:15 $
+ * last change: $Author: jsc $ $Date: 2001-04-11 07:28:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -283,7 +283,7 @@ sal_Bool CppuType::dumpDependedTypes(CppuOptions* pOptions)
exit(99);
}
}
- iter++;
+ ++iter;
}
return ret;
@@ -526,8 +526,7 @@ void CppuType::dumpDepIncludes(FileStream& o, const OString& typeName, sal_Char*
<< "#endif\n";
}
}
-
- iter++;
+ ++iter;
}
if (m_typeName.equals(typeName) && (getNestedTypeNames().getLength() > 0))
{