diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-03-30 15:41:03 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-03-30 15:41:03 +0000 |
commit | 8505d9405209d6b358c2d79929ddb71a1262dd12 (patch) | |
tree | 9d99e18693c1c8dca8acb7599f64501b3f759ad6 /idlc/inc | |
parent | 3eb9a2ee54edccfb8556c9fa9e73b4ab1383c7ba (diff) |
INTEGRATION: CWS sb14 (1.1.96); FILE MERGED
2004/03/15 09:53:53 sb 1.1.96.1: #i21150# Adapted to new extensible type writer interface; added support for bound interface attributes.
Diffstat (limited to 'idlc/inc')
-rw-r--r-- | idlc/inc/idlc/astmodule.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/idlc/inc/idlc/astmodule.hxx b/idlc/inc/idlc/astmodule.hxx index 0c35bf3486a3..7a0b1419848c 100644 --- a/idlc/inc/idlc/astmodule.hxx +++ b/idlc/inc/idlc/astmodule.hxx @@ -2,9 +2,9 @@ * * $RCSfile: astmodule.hxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: jsc $ $Date: 2001-03-15 12:23:01 $ + * last change: $Author: rt $ $Date: 2004-03-30 16:41:03 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -78,7 +78,7 @@ public: {} virtual ~AstModule() {} - virtual sal_Bool dump(RegistryKey& rKey, RegistryTypeWriterLoader* pLoader); + virtual sal_Bool dump(RegistryKey& rKey); }; #endif // _IDLC_ASTMODULE_HXX_ |