summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/preview.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-05-27 14:09:31 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-05-27 14:09:31 +0000
commitf2c77cee73dc6ed2d29265a21d237bdc854f6afb (patch)
treee70fb733990dda975992be1f8f9dd007410e8c49 /sc/source/ui/view/preview.cxx
parentb304f94278a0a45c965de044229657dc0a017df1 (diff)
INTEGRATION: CWS calc11 (1.21.22); FILE MERGED
2003/05/26 19:05:44 nn 1.21.22.1: #109031# set OutputDevice digit language according to CTL settings
Diffstat (limited to 'sc/source/ui/view/preview.cxx')
-rw-r--r--sc/source/ui/view/preview.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/source/ui/view/preview.cxx b/sc/source/ui/view/preview.cxx
index b1bb3ec3e8b6..2a1741ae0bfb 100644
--- a/sc/source/ui/view/preview.cxx
+++ b/sc/source/ui/view/preview.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: preview.cxx,v $
*
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: vg $ $Date: 2003-04-24 17:17:41 $
+ * last change: $Author: vg $ $Date: 2003-05-27 15:09:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -145,6 +145,8 @@ ScPreview::ScPreview( Window* pParent, ScDocShell* pDocSh, ScPreviewShell* pView
SetHelpId( HID_SC_WIN_PREVIEW );
SetUniqueId( HID_SC_WIN_PREVIEW );
+
+ SetDigitLanguage( SC_MOD()->GetOptDigitLanguage() );
}