summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2008-04-22 14:33:46 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2008-04-22 14:33:46 +0000
commita4aa8e9d4c75eca7f89947736892ef0f5ba5771e (patch)
tree5073eb893150b9a39c593f3a5fd3a539a3d5aec8 /vcl
parent8a97744d26526b9cb3b6ded043b81fd73613245d (diff)
INTEGRATION: CWS hr50 (1.43.18); FILE MERGED
2008/03/03 17:38:32 hr 1.43.18.1: #i86574#: fix warning (gcc-4.2.3)
Diffstat (limited to 'vcl')
-rw-r--r--vcl/unx/source/gdi/salgdi2.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/vcl/unx/source/gdi/salgdi2.cxx b/vcl/unx/source/gdi/salgdi2.cxx
index 8b00a0a76211..e08039f60de1 100644
--- a/vcl/unx/source/gdi/salgdi2.cxx
+++ b/vcl/unx/source/gdi/salgdi2.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: salgdi2.cxx,v $
- * $Revision: 1.45 $
+ * $Revision: 1.46 $
*
* This file is part of OpenOffice.org.
*
@@ -614,8 +614,9 @@ void X11SalGraphics::copyBits( const SalTwoRect *pPosAry,
delete pDDB;
}
- else
+ else {
stderr0( "X11SalGraphics::CopyBits from Printer not yet implemented\n" );
+ }
}
// --------------------------------------------------------------------------