[ooo-build-commit] patches/dev300

Tor Lillqvist tml at kemper.freedesktop.org
Fri Aug 14 02:36:31 PDT 2009


 patches/dev300/sd-animation-ui-fix.diff |   36 --------------------------------
 1 file changed, 36 deletions(-)

New commits:
commit 1a2cb408e9b8720e03b7d7acdb05a493a2142778
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Fri Aug 14 12:35:15 2009 +0300

    Adapt sd-animation-ui-fix.diff for dev300-m54
    
    * patches/dev300/sd-animation-ui-fix.diff: Change to
      sd/source/ui/animations/CustomAnimationCreateDialog.cxx is
      upstream. Not the one to sd/source/ui/dlg/docprev.cxx.

diff --git a/patches/dev300/sd-animation-ui-fix.diff b/patches/dev300/sd-animation-ui-fix.diff
index 20ffb2a..e3ef437 100644
--- a/patches/dev300/sd-animation-ui-fix.diff
+++ b/patches/dev300/sd-animation-ui-fix.diff
@@ -1,39 +1,3 @@
-Fixes for the Impress animation UI
-
-From: Thorsten Behrens <thb at openoffice.org>
-
-
----
-
- .../ui/animations/CustomAnimationCreateDialog.cxx  |    4 ++--
- sd/source/ui/dlg/docprev.cxx                       |    6 +++++-
- 2 files changed, 7 insertions(+), 3 deletions(-)
-
-
-diff --git sd/source/ui/animations/CustomAnimationCreateDialog.cxx sd/source/ui/animations/CustomAnimationCreateDialog.cxx
-index 0662786..da6af33 100644
---- sd/source/ui/animations/CustomAnimationCreateDialog.cxx
-+++ sd/source/ui/animations/CustomAnimationCreateDialog.cxx
-@@ -183,15 +183,15 @@ IMPL_LINK( CategoryListBox, implDoubleClickHdl, Control*, EMPTYARG )
- 
- void CategoryListBox::MouseButtonUp( const MouseEvent& rMEvt )
- {
-+    ReleaseMouse();
- 	if( rMEvt.IsLeft() && (rMEvt.GetClicks() == 2) )
- 	{
--		ReleaseMouse();
- 		if( maDoubleClickHdl.IsSet() )
- 			maDoubleClickHdl.Call( this );
- 	}
- 	else
- 	{
--		CategoryListBox::MouseButtonUp( rMEvt );
-+		ListBox::MouseButtonUp( rMEvt );
- 	}
- }
- 
-diff --git sd/source/ui/dlg/docprev.cxx sd/source/ui/dlg/docprev.cxx
-index 915f25b..9e82b46 100644
 --- sd/source/ui/dlg/docprev.cxx
 +++ sd/source/ui/dlg/docprev.cxx
 @@ -67,7 +67,11 @@ void SdDocPreviewWin::SetObjectShell( SfxObjectShell* pObj, sal_uInt16 nShowPage


More information about the ooo-build-commit mailing list