summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-office/koffice/files/koffice-1.3.1-gcc34.patch')
-rw-r--r--app-office/koffice/files/koffice-1.3.1-gcc34.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/app-office/koffice/files/koffice-1.3.1-gcc34.patch b/app-office/koffice/files/koffice-1.3.1-gcc34.patch
new file mode 100644
index 000000000000..00987878d3d7
--- /dev/null
+++ b/app-office/koffice/files/koffice-1.3.1-gcc34.patch
@@ -0,0 +1,11 @@
+--- 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-09 19:13:47.832815696 +0200
+@@ -311,7 +311,7 @@
+ //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( rect.x(), rect.y(), rect.width(), rect.height() );
+ p->blit( rect );
+
+ // draw handle: