diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-10-16 06:57:26 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-10-16 06:57:26 +0000 |
commit | fda73e51b2876312f9f85f0aa9789a69598993e5 (patch) | |
tree | 763dfe697d8c84244b2b226ea1791e5d84887ab1 /basctl/source/inc | |
parent | f1fc86b9572c9321d912afc1c606ac10c1faceda (diff) |
CWS-TOOLING: integrate CWS odbmacros3
Diffstat (limited to 'basctl/source/inc')
-rw-r--r-- | basctl/source/inc/bastypes.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/basctl/source/inc/bastypes.hxx b/basctl/source/inc/bastypes.hxx index 6edaf5560704..ba1ac9c57068 100644 --- a/basctl/source/inc/bastypes.hxx +++ b/basctl/source/inc/bastypes.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: bastypes.hxx,v $ - * $Revision: 1.10 $ + * $Revision: 1.10.30.1 $ * * This file is part of OpenOffice.org. * @@ -323,7 +323,7 @@ public: ~LibInfos(); void InsertInfo( LibInfoItem* pItem ); - void RemoveInfo( const LibInfoKey& rKey ); + void RemoveInfoFor( const ScriptDocument& _rDocument ); LibInfoItem* GetInfo( const LibInfoKey& rKey ); }; |