diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-11-06 15:30:56 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-11-06 15:30:56 +0000 |
commit | 2d329b9285f2fe43c8f18bd8ecebe03b2b2e0aba (patch) | |
tree | d419b4e88ef44c5ef7f951b459bb8e1169637c18 /svx/source | |
parent | 4c6dc221fceddc2ab04f9746e85a3632e702c450 (diff) |
INTEGRATION: CWS os103 (1.10.112); FILE MERGED
2007/09/06 13:16:51 os 1.10.112.1: #i77842# Venezuela uses ancient letter format instead of A4
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/items/paperinf.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/source/items/paperinf.cxx b/svx/source/items/paperinf.cxx index 1e18e8707c03..47a6e2636196 100644 --- a/svx/source/items/paperinf.cxx +++ b/svx/source/items/paperinf.cxx @@ -4,9 +4,9 @@ * * $RCSfile: paperinf.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: hr $ $Date: 2007-06-27 18:29:47 $ + * last change: $Author: rt $ $Date: 2007-11-06 16:30:56 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -276,6 +276,7 @@ SvxPaper SvxPaperInfo::GetDefaultSvxPaper( LanguageType eLanguage ) case LANGUAGE_ENGLISH_CAN: case LANGUAGE_FRENCH_CANADIAN: case LANGUAGE_SPANISH_MEXICAN: + case LANGUAGE_SPANISH_VENEZUELA: ePaper = SvxPaper( SVX_PAPER_LETTER ); break; default: |