diff options
author | Carsten Driesner <cd@openoffice.org> | 2011-01-24 17:22:01 +0100 |
---|---|---|
committer | Carsten Driesner <cd@openoffice.org> | 2011-01-24 17:22:01 +0100 |
commit | c64664f9e281980106741fc759d2faa190009b22 (patch) | |
tree | dea4470bbab7ae657903bba49327672dd81bcf6c /sd/source/ui | |
parent | 6e9afe9627d0aa7156c8f01f69180b8ae3dccbda (diff) |
removetooltypes01: adjust rebase for Linux
Diffstat (limited to 'sd/source/ui')
-rwxr-xr-x | sd/source/ui/func/futext.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/func/futext.cxx b/sd/source/ui/func/futext.cxx index cf4738be4b54..559437f5a2b5 100755 --- a/sd/source/ui/func/futext.cxx +++ b/sd/source/ui/func/futext.cxx @@ -703,7 +703,7 @@ sal_Bool FuText::MouseButtonUp(const MouseEvent& rMEvt) mpView->ForceMarkedToAnotherPage(); mpView->SetCurrentObj(OBJ_TEXT); - USHORT nDrgLog = USHORT ( mpWindow->PixelToLogic(Size(DRGPIX,0)).Width() ); + sal_uInt16 nDrgLog = sal_uInt16 ( mpWindow->PixelToLogic(Size(DRGPIX,0)).Width() ); if ( mpView->IsRotateAllowed() && mpViewShell->GetFrameView()->IsClickChangeRotation() && (rMEvt.GetClicks() != 2) && !rMEvt.IsShift() && !rMEvt.IsMod1() && !rMEvt.IsMod2() && !rMEvt.IsRight() && |