summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/present.cxx
diff options
context:
space:
mode:
authorKai Ahrens <ka@openoffice.org>2001-03-08 10:12:28 +0000
committerKai Ahrens <ka@openoffice.org>2001-03-08 10:12:28 +0000
commita6f7ed7c814f45345b26cdc7dc12d2b9d4ddbca7 (patch)
tree0dd0527f70496ffc89535ca722f14eeaddbbaa8c /sd/source/ui/dlg/present.cxx
parentf7f9114e5179ff8357901b44b6185bb86085e7b1 (diff)
new Drag&Drop interface/cleanup
Diffstat (limited to 'sd/source/ui/dlg/present.cxx')
-rw-r--r--sd/source/ui/dlg/present.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/dlg/present.cxx b/sd/source/ui/dlg/present.cxx
index c21253403118..1147a79c219b 100644
--- a/sd/source/ui/dlg/present.cxx
+++ b/sd/source/ui/dlg/present.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: present.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:48:33 $
+ * last change: $Author: ka $ $Date: 2001-03-08 11:07:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -134,7 +134,7 @@ SdStartPresentationDlg::SdStartPresentationDlg( Window* pWindow,
if( pCustomShowList )
{
- USHORT nPosToSelect = pCustomShowList->GetCurPos();
+ USHORT nPosToSelect = (USHORT) pCustomShowList->GetCurPos();
SdCustomShow* pCustomShow;
// Listbox mit CustomShows fuellen
for( pCustomShow = (SdCustomShow*) pCustomShowList->First();