CWS-TOOLING: integrate CWS cmcfixes50
2008-11-10 13:31:50 +0100 cmc r263517 : gio doesn't do anything useful for remote stuff wrt info 2008-11-06 00:11:47 +0100 cmc r263359 : #i93436# pile of other 64bit new gcc warnings 2008-11-05 00:39:03 +0100 cmc r263340 : i95856 let a ppc64 vanilla build succeed 2008-11-04 14:00:25 +0100 cmc r263320 : #i93436# useless const 2008-11-04 11:53:10 +0100 cmc r263314 : #i93436# ambiguous 2008-11-04 11:48:05 +0100 cmc r263313 : #i93436# add some braces 2008-11-04 11:29:24 +0100 cmc r263312 : #i93436# ambiguous 2008-11-04 10:53:46 +0100 cmc r263311 :
This commit is contained in:
@@ -292,7 +292,7 @@ SwSrcView::SwSrcView(SfxViewFrame* pViewFrame, SfxViewShell*) :
|
||||
SwSrcView::~SwSrcView()
|
||||
{
|
||||
SwDocShell* pDocShell = GetDocShell();
|
||||
DBG_ASSERT(PTR_CAST(SwWebDocShell, pDocShell), "Wieso keine WebDocShell?")
|
||||
DBG_ASSERT(PTR_CAST(SwWebDocShell, pDocShell), "Wieso keine WebDocShell?");
|
||||
const TextSelection& rSel = aEditWin.GetTextView()->GetSelection();
|
||||
((SwWebDocShell*)pDocShell)->SetSourcePara( static_cast< USHORT >( rSel.GetStart().GetPara() ) );
|
||||
|
||||
@@ -989,7 +989,7 @@ void SwSrcView::Load(SwDocShell* pDocShell)
|
||||
pDocShell->SetModified();// das Flag wird zwischendurch zurueckgesetzt
|
||||
// AutoLoad abschalten
|
||||
pDocShell->SetAutoLoad(INetURLObject(), 0, FALSE);
|
||||
DBG_ASSERT(PTR_CAST(SwWebDocShell, pDocShell), "Wieso keine WebDocShell?")
|
||||
DBG_ASSERT(PTR_CAST(SwWebDocShell, pDocShell), "Wieso keine WebDocShell?");
|
||||
USHORT nLine = ((SwWebDocShell*)pDocShell)->GetSourcePara();
|
||||
aEditWin.SetStartLine(nLine);
|
||||
aEditWin.GetTextEngine()->ResetUndo();
|
||||
|
Reference in New Issue
Block a user