diff options
author | Stephan Schäfer <ssa@openoffice.org> | 2002-08-22 06:52:54 +0000 |
---|---|---|
committer | Stephan Schäfer <ssa@openoffice.org> | 2002-08-22 06:52:54 +0000 |
commit | 628385fa052e07da2d76344ff69022ffd7a2ef9e (patch) | |
tree | bd668cb015cabc38d5582d2eb893cb39ddfb6c92 /vcl/source/gdi/print.cxx | |
parent | 4fb1af9ffcfffc1c06969a50a70284d8cfc211f7 (diff) |
#100860# allow remote and debug compile
Diffstat (limited to 'vcl/source/gdi/print.cxx')
-rw-r--r-- | vcl/source/gdi/print.cxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/vcl/source/gdi/print.cxx b/vcl/source/gdi/print.cxx index e7d7badbacf8..b3f29e18b4f9 100644 --- a/vcl/source/gdi/print.cxx +++ b/vcl/source/gdi/print.cxx @@ -2,9 +2,9 @@ * * $RCSfile: print.cxx,v $ * - * $Revision: 1.36 $ + * $Revision: 1.37 $ * - * last change: $Author: pl $ $Date: 2002-07-15 12:02:22 $ + * last change: $Author: ssa $ $Date: 2002-08-22 07:52:54 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -113,6 +113,10 @@ struct SalPrinterQueueInfo using namespace com::sun::star::portal::client; +#ifdef DEBUG +#undef DEBUG +#endif + #endif #ifndef _DEBUG_HXX |