summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/view
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2009-08-10 15:11:12 +0000
committerCarsten Driesner <cd@openoffice.org>2009-08-10 15:11:12 +0000
commit216a877272828f919996baf828d7669319b70798 (patch)
treec377e6faff39b89fb37327499dbe168362b77ca6 /offapi/com/sun/star/view
parenta9912838a6e361e2564f4ef30a5b0f619641dac2 (diff)
#i96402# Added DuplexMode constants
Diffstat (limited to 'offapi/com/sun/star/view')
-rw-r--r--offapi/com/sun/star/view/DuplexMode.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/view/DuplexMode.idl b/offapi/com/sun/star/view/DuplexMode.idl
index 47877a8ad960..6d5d84ff4abc 100644
--- a/offapi/com/sun/star/view/DuplexMode.idl
+++ b/offapi/com/sun/star/view/DuplexMode.idl
@@ -57,7 +57,7 @@ constants DuplexMode
const short LONGEDGE = 2;
//-------------------------------------------------------------------------
- /** specifies the paper format as A4.
+ /** specifies a short edge duplex mode
*/
const short SHORTEDGE = 3;
};