diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 12:23:03 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 12:23:03 +0000 |
commit | da049f9b92c692c603f49317ba999a22979c0863 (patch) | |
tree | 2b58ca83d6f9905c73263f299188892fcdc5c983 /sfx2 | |
parent | e7a3e7ecf131dc697ddfb517b28a077366a05a73 (diff) |
INTEGRATION: CWS impresstables2 (1.71.62); FILE MERGED
2008/03/11 19:31:55 cl 1.71.62.3: RESYNC: (1.72-1.73); FILE MERGED
2008/01/30 13:29:29 cl 1.71.62.2: RESYNC: (1.71-1.72); FILE MERGED
2007/10/12 12:26:02 cl 1.71.62.1: #i68103# SfxStyleSheetBase does not support Erase anymore -> Remove
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/objcont.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/doc/objcont.cxx b/sfx2/source/doc/objcont.cxx index 3871ceeb6bd0..ebce7bbeb78e 100644 --- a/sfx2/source/doc/objcont.cxx +++ b/sfx2/source/doc/objcont.cxx @@ -4,9 +4,9 @@ * * $RCSfile: objcont.cxx,v $ * - * $Revision: 1.73 $ + * $Revision: 1.74 $ * - * last change: $Author: obo $ $Date: 2008-02-26 15:09:21 $ + * last change: $Author: rt $ $Date: 2008-03-12 13:23:03 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -975,7 +975,7 @@ BOOL SfxObjectShell::Remove SfxStyleFamily eFamily = pMySheet->GetFamily(); if (pMySheet) { - pMyPool->Erase(pMySheet); + pMyPool->Remove(pMySheet); bRet = TRUE; } |