summaryrefslogtreecommitdiff
path: root/cui/source
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-03-14 02:07:36 +0900
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-03-14 10:05:48 -0400
commit467ac438a3864b3f10ca2f14ed7c5497cf75e4de (patch)
tree9c9faa8b0c05b35196afddb4ae39d9fb30464f6e /cui/source
parent96d28ecffcc9b0e461d9fe10ca4dedd676f1f933 (diff)
add 'Japanese Postcard' paper size to both Paper format and Print dialog
Diffstat (limited to 'cui/source')
-rw-r--r--cui/source/tabpages/page.h1
-rw-r--r--cui/source/tabpages/page.src2
2 files changed, 3 insertions, 0 deletions
diff --git a/cui/source/tabpages/page.h b/cui/source/tabpages/page.h
index 9a6af59dcf76..bc7ad78018a5 100644
--- a/cui/source/tabpages/page.h
+++ b/cui/source/tabpages/page.h
@@ -72,6 +72,7 @@
#define PAPERSIZE_B4_JIS 34
#define PAPERSIZE_B5_JIS 35
#define PAPERSIZE_B6_JIS 36
+#define PAPERSIZE_POSTCARD_JP 46
#define PAPERSIZE_A6 56
#endif
diff --git a/cui/source/tabpages/page.src b/cui/source/tabpages/page.src
index b1bf107a66fc..91873c7383fa 100644
--- a/cui/source/tabpages/page.src
+++ b/cui/source/tabpages/page.src
@@ -418,6 +418,7 @@ StringArray RID_SVXSTRARY_PAPERSIZE_STD
< "#10 Envelope" ; PAPERSIZE_COM10; > ;
< "#11 Envelope" ; PAPERSIZE_COM11; > ;
< "#12 Envelope" ; PAPERSIZE_COM12; > ;
+ < "Japanese Postcard" ; PAPERSIZE_POSTCARD_JP; > ;
};
};
StringArray RID_SVXSTRARY_PAPERSIZE_DRAW
@@ -452,6 +453,7 @@ StringArray RID_SVXSTRARY_PAPERSIZE_DRAW
< "C4 Envelope" ; PAPERSIZE_C4 ; > ;
< "Dia Slide" ; PAPERSIZE_DIA ; > ;
< "Screen" ; PAPERSIZE_SCREEN ; > ;
+ < "Japanese Postcard" ; PAPERSIZE_POSTCARD_JP; > ;
};
};
// ********************************************************************** EOF