From d259a48e8012cf683c776705422f7b2cf625f434 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Wed, 27 Oct 2004 03:43:50 +0000 Subject: [PATCH] for 2004101219143704514 git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@4632 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/kde/koffice/gcc34.patch | 36 --------------------------------- 1 file changed, 36 deletions(-) delete mode 100644 package/kde/koffice/gcc34.patch diff --git a/package/kde/koffice/gcc34.patch b/package/kde/koffice/gcc34.patch deleted file mode 100644 index 9acc12859..000000000 --- a/package/kde/koffice/gcc34.patch +++ /dev/null @@ -1,36 +0,0 @@ -# --- ROCK-COPYRIGHT-NOTE-BEGIN --- -# -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# Please add additional copyright information _after_ the line containing -# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by -# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! -# -# ROCK Linux: rock-src/package/kde/koffice/gcc34.patch -# ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf -# -# This patch file is dual-licensed. It is available under the license the -# patched project is licensed under, as long as it is an OpenSource license -# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms -# of the GNU General Public License as published by the Free Software -# Foundation; either version 2 of the License, or (at your option) any later -# version. -# -# --- ROCK-COPYRIGHT-NOTE-END --- - ---- koffice-1.3.1/karbon/widgets/vcanvas.cc.orig 2004-04-12 11:18:46.000000000 +0200 -+++ koffice-1.3.1/karbon/widgets/vcanvas.cc 2004-05-10 10:24:47.550169576 +0200 -@@ -306,12 +306,12 @@ - - /// repaints just a rect area (no scrolling) - void --VCanvas::repaintAll( const KoRect & ) -+VCanvas::repaintAll( const KoRect & r) - { - //if( m_view->layersDocker() ) - // m_view->layersDocker()->updatePreviews(); - VPainter *p = m_view->painterFactory()->painter(); -- KoRect rect( rect().x(), rect().y(), rect().width(), rect().height() ); -+ KoRect rect( r.x(), r.y(), r.width(), r.height() ); - p->blit( rect ); - - // draw handle: