diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-05-27 14:05:34 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-05-27 14:05:34 +0000 |
commit | f9988175935d19f0bb29deb6abe221caff06b835 (patch) | |
tree | 8881250322b5ac1843e44423c9e479738911a099 /svx | |
parent | 7200f1b926a9cfe87d3ff8aad84643584db410a9 (diff) |
INTEGRATION: CWS calc11 (1.85.46); FILE MERGED
2003/05/26 18:43:48 nn 1.85.46.1: #109031# when a VDev is created for painting, set digit language from RefDevice
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() ); |