diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 13:43:46 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 13:43:46 +0000 |
commit | 092ee37e9e417e675ac4a2a93c785c69620ac6e7 (patch) | |
tree | 344bb6279e896b54fc4635dccb289833e51aa83b /vcl | |
parent | 0642f39c6e25bcd7613a9ef7f0d499d32c344a60 (diff) |
INTEGRATION: CWS vclcleanup02 (1.6.212); FILE MERGED
2003/12/18 09:45:35 mt 1.6.212.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/unx/source/gdi/xprintext.cxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/vcl/unx/source/gdi/xprintext.cxx b/vcl/unx/source/gdi/xprintext.cxx index 41f233d80076..da318bca8fcf 100644 --- a/vcl/unx/source/gdi/xprintext.cxx +++ b/vcl/unx/source/gdi/xprintext.cxx @@ -2,9 +2,9 @@ * * $RCSfile: xprintext.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: vg $ $Date: 2003-04-15 16:11:42 $ + * last change: $Author: vg $ $Date: 2004-01-06 14:43:46 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -59,8 +59,6 @@ * ************************************************************************/ -#define _VCL_XPRINT_EXTENSION_CXX - #include <stdio.h> #include <stdlib.h> #include <unistd.h> |