[ooo-build-commit] .: Branch 'ooo-build-3-2-1' - patches/dev300

Kohei Yoshida kohei at kemper.freedesktop.org
Mon Aug 9 08:30:11 PDT 2010


 patches/dev300/dde-reconnect-on-load-sw.diff |   12 ------------
 1 file changed, 12 deletions(-)

New commits:
commit 98e94fe8c53e89943f12fb7df6dca1be89cbd5b4
Author: Kohei Yoshida <kyoshida at novell.com>
Date:   Mon Aug 9 11:29:02 2010 -0400

    Removed unnecessary change from the patch.
    
    * patches/dev300/dde-reconnect-on-load-sw.diff: no need to call
      CloseCachedComps after the call to UpdateAllLinks, since
      UpdateAllLinks itself calls CloseCachedComps at the end of its
      call.

diff --git a/patches/dev300/dde-reconnect-on-load-sw.diff b/patches/dev300/dde-reconnect-on-load-sw.diff
index fb436c2..a053d8b 100644
--- a/patches/dev300/dde-reconnect-on-load-sw.diff
+++ b/patches/dev300/dde-reconnect-on-load-sw.diff
@@ -36,15 +36,3 @@ index 8ff7f79..7fd0d25 100644
  /*--------------------------------------------------------------------
      Beschreibung:
   --------------------------------------------------------------------*/
-diff --git sw/source/ui/uno/unotxdoc.cxx sw/source/ui/uno/unotxdoc.cxx
-index 61c78bf..e4b71bf 100644
---- sw/source/ui/uno/unotxdoc.cxx
-+++ sw/source/ui/uno/unotxdoc.cxx
-@@ -2407,6 +2407,7 @@ void SwXTextDocument::updateLinks(  ) throw(RuntimeException)
-     {
-         UnoActionContext aAction(pDoc);
-         rLnkMan.UpdateAllLinks( FALSE, FALSE, TRUE );
-+        rLnkMan.CloseCachedComps();
-     }
- }
- //XPropertyState


More information about the ooo-build-commit mailing list