summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/tabcontr.cxx
diff options
context:
space:
mode:
authorKai Ahrens <ka@openoffice.org>2001-03-08 10:28:38 +0000
committerKai Ahrens <ka@openoffice.org>2001-03-08 10:28:38 +0000
commit567b4e71c69d0a6aa9cfd5d767c3f96f6b341f68 (patch)
tree8736124e9f1d3dff5477f8826fae9d7d4fd780f7 /sd/source/ui/view/tabcontr.cxx
parenta6f7ed7c814f45345b26cdc7dc12d2b9d4ddbca7 (diff)
new Drag&Drop interface/cleanup
Diffstat (limited to 'sd/source/ui/view/tabcontr.cxx')
-rw-r--r--sd/source/ui/view/tabcontr.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sd/source/ui/view/tabcontr.cxx b/sd/source/ui/view/tabcontr.cxx
index e93d573dfff0..00b5b94d9987 100644
--- a/sd/source/ui/view/tabcontr.cxx
+++ b/sd/source/ui/view/tabcontr.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tabcontr.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: ka $ $Date: 2000-09-21 16:12:20 $
+ * last change: $Author: ka $ $Date: 2001-03-08 11:25:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -209,7 +209,7 @@ BOOL SdTabControl::QueryDrop(DropEvent& rEvt)
if ( nPageId >= 0 && pDoc->GetPage(nPageId) )
{
SdWindow* pWindow = NULL;
- bReturn = pDrViewSh->QueryDrop(rEvt, pWindow, nPageId, SDRLAYER_NOTFOUND);
+//!!! bReturn = pDrViewSh->QueryDrop(rEvt, pWindow, nPageId, SDRLAYER_NOTFOUND);
SwitchPage( aPos );
}
@@ -251,7 +251,7 @@ BOOL SdTabControl::Drop(const DropEvent& rEvt)
if ( nPageId >= 0 && pDoc->GetPage(nPageId) )
{
SdWindow* pWindow = NULL;
- bReturn = pDrViewSh->Drop(rEvt, pWindow, nPageId, SDRLAYER_NOTFOUND);
+//!!! bReturn = pDrViewSh->Drop(rEvt, pWindow, nPageId, SDRLAYER_NOTFOUND);
}
}
@@ -290,7 +290,7 @@ void SdTabControl::Command(const CommandEvent& rCEvt)
String( RTL_CONSTASCII_USTRINGPARAM( "StarDraw TabBar" ))));
bInternalMove = TRUE;
- ExecuteDrag(POINTER_MOVEDATA, POINTER_COPYDATA, DROP_MOVE, &aRegion);
+ ExecuteDrag( POINTER_MOVEDATA, POINTER_COPYDATA, DROP_MOVE, &aRegion );
bInternalMove = FALSE;
}
}