diff options
author | Sander Vesik <svesik@openoffice.org> | 2001-04-18 09:26:26 +0000 |
---|---|---|
committer | Sander Vesik <svesik@openoffice.org> | 2001-04-18 09:26:26 +0000 |
commit | 413042a9b341838b3820bc3da14b498465de35ba (patch) | |
tree | 4bd8eae0e8e64e9864bc2c2007f56fd6928b1a2e /vcl | |
parent | 3ae8d4cf021715909c8252679a57f1619c9ecd49 (diff) |
Merge Armin's changes from OO625B to trunk
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/unx/source/gdi/xprintext.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/unx/source/gdi/xprintext.cxx b/vcl/unx/source/gdi/xprintext.cxx index 648d6e849f3e..cc02a085f929 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.3 $ + * $Revision: 1.4 $ * - * last change: $Author: oisin $ $Date: 2001-02-08 13:59:11 $ + * last change: $Author: svesik $ $Date: 2001-04-18 10:26:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -608,7 +608,7 @@ SalInstance::GetDefaultPrinter() // // ======================================================================= -final void SalGraphicsData::Init( ImplSalPrinterData *pPrinter ) +void SalGraphicsData::Init(ImplSalPrinterData *pPrinter) { if (pPrinter->GetStatus()) { xColormap_ = &(pPrinter->GetColormap()); |