Kaydet (Commit) 462f5433 authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS pchfix04 (1.36.2); FILE MERGED

2007/05/08 17:12:12 hjs 1.36.2.2: RESYNC: (1.36-1.37); FILE MERGED
2007/02/05 12:13:57 os 1.36.2.1: #i73604# usage of ITEMID_* removed
üst 137fd96d
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: tpline.cxx,v $ * $RCSfile: tpline.cxx,v $
* *
* $Revision: 1.37 $ * $Revision: 1.38 $
* *
* last change: $Author: rt $ $Date: 2007-04-26 07:46:34 $ * last change: $Author: kz $ $Date: 2007-05-10 14:44:18 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
// include --------------------------------------------------------------- // include ---------------------------------------------------------------
#ifndef _SVX_SIZEITEM_HXX //autogen #ifndef _SVX_SIZEITEM_HXX //autogen
#define ITEMID_SIZE 0
#include <sizeitem.hxx> #include <sizeitem.hxx>
#endif #endif
#ifndef _SHL_HXX //autogen #ifndef _SHL_HXX //autogen
...@@ -65,9 +65,9 @@ ...@@ -65,9 +65,9 @@
#include "tabline.hrc" #include "tabline.hrc"
#include "dlgname.hrc" #include "dlgname.hrc"
#define ITEMID_COLOR_TABLE SID_COLOR_TABLE
#define ITEMID_DASH_LIST SID_DASH_LIST
#define ITEMID_LINEEND_LIST SID_LINEEND_LIST
#include "xattr.hxx" #include "xattr.hxx"
#include "xpool.hxx" #include "xpool.hxx"
...@@ -128,7 +128,7 @@ ...@@ -128,7 +128,7 @@
#ifndef _SFX_OBJSH_HXX //autogen #ifndef _SFX_OBJSH_HXX //autogen
#include <sfx2/objsh.hxx> #include <sfx2/objsh.hxx>
#endif #endif
#define ITEMID_BRUSH SID_ATTR_BRUSH
#ifndef _SVX_BRSHITEM_HXX //autogen #ifndef _SVX_BRSHITEM_HXX //autogen
#include <brshitem.hxx> #include <brshitem.hxx>
#endif #endif
...@@ -1652,7 +1652,7 @@ IMPL_LINK( SvxLineTabPage, MenuCreateHdl_Impl, MenuButton *, pButton ) ...@@ -1652,7 +1652,7 @@ IMPL_LINK( SvxLineTabPage, MenuCreateHdl_Impl, MenuButton *, pButton )
if( ::utl::LocalFileHelper::ConvertURLToPhysicalName( *pGrfName, aPhysicalName )) if( ::utl::LocalFileHelper::ConvertURLToPhysicalName( *pGrfName, aPhysicalName ))
pUIName = &aPhysicalName; pUIName = &aPhysicalName;
SvxBrushItem* pBrushItem = new SvxBrushItem(*pGrfName, aEmptyStr, GPOS_AREA); SvxBrushItem* pBrushItem = new SvxBrushItem(*pGrfName, aEmptyStr, GPOS_AREA, SID_ATTR_BRUSH);
pBrushItem->SetDoneLink(STATIC_LINK(this, SvxLineTabPage, GraphicArrivedHdl_Impl)); pBrushItem->SetDoneLink(STATIC_LINK(this, SvxLineTabPage, GraphicArrivedHdl_Impl));
SvxBmpItemInfo* pInfo = new SvxBmpItemInfo(); SvxBmpItemInfo* pInfo = new SvxBmpItemInfo();
...@@ -1735,7 +1735,7 @@ IMPL_LINK( SvxLineTabPage, MenuCreateHdl_Impl, MenuButton *, pButton ) ...@@ -1735,7 +1735,7 @@ IMPL_LINK( SvxLineTabPage, MenuCreateHdl_Impl, MenuButton *, pButton )
if(pObj) if(pObj)
delete pObj; delete pObj;
SvxBrushItem* pBrushItem = new SvxBrushItem(Graphic(aMeta), GPOS_AREA); SvxBrushItem* pBrushItem = new SvxBrushItem(Graphic(aMeta), GPOS_AREA, SID_ATTR_BRUSH);
pBrushItem->SetDoneLink(STATIC_LINK(this, SvxLineTabPage, GraphicArrivedHdl_Impl)); pBrushItem->SetDoneLink(STATIC_LINK(this, SvxLineTabPage, GraphicArrivedHdl_Impl));
SvxBmpItemInfo* pInfo = new SvxBmpItemInfo(); SvxBmpItemInfo* pInfo = new SvxBmpItemInfo();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment