diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-07-10 14:18:21 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-07-10 14:18:21 +0000 |
commit | 9bc2e39125180189411d6e3511b9bd390c358f60 (patch) | |
tree | ba69960ebb044617ba38017b2e256596b87b2c1e /svtools/source/items | |
parent | 86659ab6d14f326ad5412f021aa204cc650f0d5c (diff) |
INTEGRATION: CWS fwk66 (1.7.60); FILE MERGED
2007/06/06 08:46:31 pb 1.7.60.1: fix: syntax error after resync
Diffstat (limited to 'svtools/source/items')
-rw-r--r-- | svtools/source/items/macitem.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/svtools/source/items/macitem.cxx b/svtools/source/items/macitem.cxx index 89dc98efd417..ea26615be95d 100644 --- a/svtools/source/items/macitem.cxx +++ b/svtools/source/items/macitem.cxx @@ -4,9 +4,9 @@ * * $RCSfile: macitem.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: hr $ $Date: 2007-06-27 21:39:36 $ + * last change: $Author: ihi $ $Date: 2007-07-10 15:18:21 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -50,6 +50,7 @@ DBG_NAME(SvxMacroItem); // ----------------------------------------------------------------------- + TYPEINIT1_FACTORY(SvxMacroItem, SfxPoolItem, new SvxMacroItem(0)); // ----------------------------------------------------------------------- |