To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=89785


User af changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|NEW                       |RESOLVED
--------------------------------------------------------------------------------
              Resolution|                          |FIXED
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Fri Jun 27 15:12:03 +0000 
2008 -------
Although liangweike provided a prettier solution (factor out the code for
executing SID_PASTE to ViewShell::Implementation) I opted for one that does not
change the existing SID_PASTE handling of the DrawViewShell.  It is too close to
OOo3.0 release to introduce new regressions.

The fix basically forwards SID_PASTE execution from the slide sorter to the
DrawViewShell of the center pane when the clipboard does contain pages.  For
pages the existing code of the slide sorter is used.

Furthermore I removed one indirection when the SlideSorterViewShell is asked for
slot states.  It now directly calls the SlotManager.  The SlideSorterController
is not involved anymore.  Also, clipboard slots are now handled in their own 
method.

Modified files:
/sd/sdi/SlideSorterController.sdi    rev. 1.14.56.1
/sd/source/ui/inc/SlideSorterViewShell.hxx    rev. 1.13.56.1
/sd/source/ui/slidesorter/controller/SlideSorterController.cxx    rev. 1.43.54.1
/sd/source/ui/slidesorter/controller/SlsSelectionManager.cxx    rev. 1.3.56.1
/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx    rev. 1.34.36.1
/sd/source/ui/slidesorter/inc/controller/SlideSorterController.hxx    rev. 
1.17.56.1
/sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx    rev. 1.32.56.1

Moved:
/sd/source/ui/slidesorter/controller/SlsSlotManager.hxx
    to
/sd/source/ui/slidesorter/inc/controller/SlsSlotManager.hxx    rev. 1.1.2.1


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to