diff options
author | Juergen Schmidt <jsc@openoffice.org> | 2001-11-26 11:16:41 +0000 |
---|---|---|
committer | Juergen Schmidt <jsc@openoffice.org> | 2001-11-26 11:16:41 +0000 |
commit | c0fcc2f520f0488fb57d864ed84e9b63740bf1ed (patch) | |
tree | bf7fc039ce7fa6087a5c31f913deac23a751415b /rdbmaker | |
parent | e27c7fb020e4b0ee17cb8e9fc0224a3d287df742 (diff) |
#94607# insert new parameter
Diffstat (limited to 'rdbmaker')
-rw-r--r-- | rdbmaker/inc/codemaker/dependency.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/rdbmaker/inc/codemaker/dependency.hxx b/rdbmaker/inc/codemaker/dependency.hxx index d3cb9cc8eb30..796b72d5eeb8 100644 --- a/rdbmaker/inc/codemaker/dependency.hxx +++ b/rdbmaker/inc/codemaker/dependency.hxx @@ -2,9 +2,9 @@ * * $RCSfile: dependency.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: jsc $ $Date: 2001-03-13 12:45:13 $ + * last change: $Author: jsc $ $Date: 2001-11-26 12:16:41 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -90,6 +90,7 @@ #define TYPEUSE_INOUTPARAM 0x0020 #define TYPEUSE_RETURN 0x0040 #define TYPEUSE_EXCEPTION 0x0080 +#define TYPEUSE_SCOPE 0x0100 /** * Flag shows the state of the code generation. If the Flag is set @@ -210,6 +211,6 @@ protected: TypeDependencyImpl* m_pImpl; }; -sal_Bool checkTypeDependencies(TypeManager& typeMgr, TypeDependency& dependencies, const ::rtl::OString& type); +sal_Bool checkTypeDependencies(TypeManager& typeMgr, TypeDependency& dependencies, const ::rtl::OString& type, sal_Bool bDepend = sal_False); #endif // _CODEMAKER_DEPENDENCY_HXX_ |