diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-05-10 13:37:54 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-05-10 13:37:54 +0000 |
commit | a0e08ff6a55b9cc545e38c256078e8f62f1e178a (patch) | |
tree | 9fad0161c35d839d9522e7796b8b282f0ad41ffb /svx | |
parent | e933e69c23d53b4196e2557fd9474796a21731d4 (diff) |
INTEGRATION: CWS pchfix04 (1.20.40); FILE MERGED
2007/02/05 12:13:53 os 1.20.40.1: #i73604# usage of ITEMID_* removed
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/imapwnd.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/dialog/imapwnd.cxx b/svx/source/dialog/imapwnd.cxx index 509d4a5c15b3..aa8503c8736a 100644 --- a/svx/source/dialog/imapwnd.cxx +++ b/svx/source/dialog/imapwnd.cxx @@ -4,9 +4,9 @@ * * $RCSfile: imapwnd.cxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: rt $ $Date: 2007-04-26 07:34:40 $ + * last change: $Author: kz $ $Date: 2007-05-10 14:37:54 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -50,7 +50,7 @@ #include <sfx2/sfxsids.hrc> // SID_ATTR_MACROITEM #endif #define _ANIMATION -#define ITEMID_MACRO SID_ATTR_MACROITEM + #ifndef _MACROPG_HXX //autogen #include <sfx2/macropg.hxx> #endif @@ -897,7 +897,7 @@ void IMapWindow::DoMacroAssign() if ( pSdrObj ) { SfxItemSet aSet( *pIMapPool, SID_ATTR_MACROITEM, SID_ATTR_MACROITEM ); - SvxMacroItem aMacroItem; + SvxMacroItem aMacroItem(SID_ATTR_MACROITEM); IMapObject* pIMapObj = GetIMapObj( pSdrObj ); aMacroItem.SetMacroTable( pIMapObj->GetMacroTable() ); |