[ooo-build-commit] patches/test

Kohei Yoshida kohei at kemper.freedesktop.org
Wed Jul 22 12:17:16 PDT 2009


 patches/test/calc-copy-range-animated-border.diff |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 9eff4fb5c1ce35e0c570580b7f6af8db0c932c46
Author: Kohei Yoshida <kyoshida at novell.com>
Date:   Wed Jul 22 15:13:38 2009 -0400

    WIP: Use the highlight color for copy range border.
    
    * patches/test/calc-copy-range-animated-border.diff:

diff --git a/patches/test/calc-copy-range-animated-border.diff b/patches/test/calc-copy-range-animated-border.diff
index 47f09e6..9b14d15 100644
--- a/patches/test/calc-copy-range-animated-border.diff
+++ b/patches/test/calc-copy-range-animated-border.diff
@@ -200,7 +200,7 @@ index 8713b06..93a674e 100644
      if (!pViewData->ShowPasteSource())
          return;
      ::sdr::overlay::OverlayManager* pOverlayManager = getOverlayManager();
-@@ -5232,33 +5247,25 @@ void ScGridWindow::UpdateCopySourceOverlay( const MapMode& rDrawMode )
+@@ -5232,33 +5247,24 @@ void ScGridWindow::UpdateCopySourceOverlay( const MapMode& rDrawMode )
      
          Point aClipStartScrPos = pViewData->GetScrPos( nClipStartX, nClipStartY, eWhich );
          Point aClipEndScrPos   = pViewData->GetScrPos( nClipEndX + 1, nClipEndY + 1, eWhich );
@@ -235,7 +235,6 @@ index 8713b06..93a674e 100644
 +
 +        Rectangle aLogic = PixelToLogic(aRect, aDrawMode);
 +        ::basegfx::B2DRange aRange(aLogic.Left(), aLogic.Top(), aLogic.Right(), aLogic.Bottom());
-+        aHighlight = COL_BLACK;
 +        ScOverlayDashedBorder* pDashedBorder = new ScOverlayDashedBorder(aRange, aHighlight, this);
 +        pOverlayManager->add(*pDashedBorder);
 +        mpOOSelectionBorder->append(*pDashedBorder);


More information about the ooo-build-commit mailing list