Kaydet (Commit) 077d42bb authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS dialogdiet (1.7.508); FILE MERGED

2004/01/17 01:45:09 mwu 1.7.508.1: DialogDiet 2004_01_17
üst 33b81dec
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: connect.cxx,v $ * $RCSfile: connect.cxx,v $
* *
* $Revision: 1.7 $ * $Revision: 1.8 $
* *
* last change: $Author: thb $ $Date: 2001-08-16 15:41:29 $ * last change: $Author: hr $ $Date: 2004-02-03 18:17:26 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -72,8 +72,8 @@ ...@@ -72,8 +72,8 @@
#include <tools/shl.hxx> #include <tools/shl.hxx>
#endif #endif
#pragma hdrstop #pragma hdrstop
#include "ofaitem.hxx" // add CHINA001
#include <sfx2/request.hxx> // add CHINA001
#define _SVX_CONNECT_CXX #define _SVX_CONNECT_CXX
#include "svdoedge.hxx" #include "svdoedge.hxx"
...@@ -592,5 +592,12 @@ void SvxConnectionPage::FillTypeLB() ...@@ -592,5 +592,12 @@ void SvxConnectionPage::FillTypeLB()
} }
} }
} }
void SvxConnectionPage::PageCreated (SfxAllItemSet aSet) //add CHINA001
{
SFX_ITEMSET_ARG(&aSet,pOfaPtrItem,OfaPtrItem,SID_OBJECT_LIST,sal_False);
if (pOfaPtrItem)
SetView( static_cast<SdrView *>(pOfaPtrItem->GetValue()) );
Construct();
}
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