diff options
author | Kai Ahrens <ka@openoffice.org> | 2001-03-08 10:28:38 +0000 |
---|---|---|
committer | Kai Ahrens <ka@openoffice.org> | 2001-03-08 10:28:38 +0000 |
commit | 567b4e71c69d0a6aa9cfd5d767c3f96f6b341f68 (patch) | |
tree | 8736124e9f1d3dff5477f8826fae9d7d4fd780f7 /sd/source/ui/func/fuexpand.cxx | |
parent | a6f7ed7c814f45345b26cdc7dc12d2b9d4ddbca7 (diff) |
new Drag&Drop interface/cleanup
Diffstat (limited to 'sd/source/ui/func/fuexpand.cxx')
-rw-r--r-- | sd/source/ui/func/fuexpand.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/func/fuexpand.cxx b/sd/source/ui/func/fuexpand.cxx index e187f3b3af78..bc09870d0a09 100644 --- a/sd/source/ui/func/fuexpand.cxx +++ b/sd/source/ui/func/fuexpand.cxx @@ -2,9 +2,9 @@ * * $RCSfile: fuexpand.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: dl $ $Date: 2001-02-26 10:20:50 $ + * last change: $Author: ka $ $Date: 2001-03-08 11:28:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -213,7 +213,7 @@ FuExpandPage::FuExpandPage(SdViewShell* pViewSh, SdWindow* pWin, SdView* pView, // Title-Textobjekt erstellen SdrTextObj* pTextObj = (SdrTextObj*) pPage->GetPresObj(PRESOBJ_TITLE, FALSE); - pTextObj->SetOutlinerParaObject(pOutl->CreateParaObject( nParaPos, 1)); + pTextObj->SetOutlinerParaObject(pOutl->CreateParaObject( (USHORT) nParaPos, 1)); pTextObj->SetEmptyPresObj(FALSE); SfxStyleSheet* pSheet = pPage->GetStyleSheetForPresObj(PRESOBJ_TITLE); @@ -227,7 +227,7 @@ FuExpandPage::FuExpandPage(SdViewShell* pViewSh, SdWindow* pWin, SdView* pView, SdrTextObj* pTextObj = (SdrTextObj*) pPage->GetPresObj(PRESOBJ_OUTLINE, FALSE); pPara = pOutl->GetParagraph( ++nParaPos ); - pTextObj->SetOutlinerParaObject(pOutl->CreateParaObject( nParaPos, nChildCount) ); + pTextObj->SetOutlinerParaObject(pOutl->CreateParaObject( (USHORT) nParaPos, (USHORT) nChildCount) ); pTextObj->SetEmptyPresObj(FALSE); // Harte Attribute entfernen (Flag auf TRUE) |