diff options
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()); |