diff options
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/editeng/impedit3.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/source/editeng/impedit3.cxx b/svx/source/editeng/impedit3.cxx index 0f599a7f8cf8..34fdbbd178d1 100644 --- a/svx/source/editeng/impedit3.cxx +++ b/svx/source/editeng/impedit3.cxx @@ -2,9 +2,9 @@ * * $RCSfile: impedit3.cxx,v $ * - * $Revision: 1.85 $ + * $Revision: 1.86 $ * - * last change: $Author: vg $ $Date: 2003-04-24 16:58:20 $ + * last change: $Author: vg $ $Date: 2003-05-27 15:05:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -3261,6 +3261,7 @@ void ImpEditEngine::Paint( ImpEditView* pView, const Rectangle& rRec, sal_Bool b // Wenn aClipRecPixel > XXXX, dann invalidieren ?! VirtualDevice* pVDev = GetVirtualDevice( pOutWin->GetMapMode() ); + pVDev->SetDigitLanguage( GetRefDevice()->GetDigitLanguage() ); pVDev->SetBackground( pView->GetBackgroundColor() ); |