summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Lohmann <pl@openoffice.org>2002-09-18 08:13:08 +0000
committerPhilipp Lohmann <pl@openoffice.org>2002-09-18 08:13:08 +0000
commit428582adc34ec005b2351b15815845d2ca62c943 (patch)
tree60670ee34891474adcb0287433ffbbafd7aac4d2
parentc85647a6c9d9fb20cbfcf812378fb3b43862546a (diff)
#103360# do not remirror to often
-rw-r--r--vcl/unx/source/gdi/salgdi2.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/unx/source/gdi/salgdi2.cxx b/vcl/unx/source/gdi/salgdi2.cxx
index af7d1c5c1154..7c77d31d5e9a 100644
--- a/vcl/unx/source/gdi/salgdi2.cxx
+++ b/vcl/unx/source/gdi/salgdi2.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: salgdi2.cxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: ssa $ $Date: 2002-08-29 16:35:18 $
+ * last change: $Author: pl $ $Date: 2002-09-18 09:13:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -737,7 +737,7 @@ void SalGraphics::CopyArea ( long nDestX, long nDestY,
aPosAry.mnSrcWidth = nSrcWidth;
aPosAry.mnSrcHeight = nSrcHeight;
- CopyBits ( &aPosAry, 0, pOutDev, pOutDev );
+ SalGraphics::CopyBits ( &aPosAry, 0, pOutDev, pOutDev );
#ifndef _USE_PRINT_EXTENSION_
}