summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Schmidt <jsc@openoffice.org>2001-04-06 11:24:38 +0000
committerJuergen Schmidt <jsc@openoffice.org>2001-04-06 11:24:38 +0000
commitd1670f13cfbce6e1f06156f5783276f60b258560 (patch)
treea07fe389fdb298b4b6d75e270b3d4b5ce7a798a9
parent80e299628995f1f999678f88bcd710c8dcde17b6 (diff)
bugfix filename for file checking
-rw-r--r--codemaker/source/cppumaker/cpputype.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/codemaker/source/cppumaker/cpputype.cxx b/codemaker/source/cppumaker/cpputype.cxx
index 447da93442af..8c3939d0c4b1 100644
--- a/codemaker/source/cppumaker/cpputype.cxx
+++ b/codemaker/source/cppumaker/cpputype.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cpputype.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: jsc $ $Date: 2001-04-06 12:20:29 $
+ * last change: $Author: jsc $ $Date: 2001-04-06 12:24:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -211,6 +211,8 @@ sal_Bool CppuType::dump(CppuOptions* pOptions)
}
}
+ bFileExists = sal_False;
+ bFileCheck = sal_False;
OString hxxFileName = createFileNameFromType(outPath, m_typeName, ".hpp");
if ( pOptions->isValid("-G") || pOptions->isValid("-Gc") )