summaryrefslogtreecommitdiff
path: root/oovbaapi
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2013-06-07 12:48:54 +0100
committerNoel Power <noel.power@suse.com>2013-06-07 12:50:34 +0100
commit254a2d6c71f7615c7652ca401b9dd3eac1e0d570 (patch)
tree8e978bc667946c143fe9b973e311c3be764aa683 /oovbaapi
parent6005dd5366a86d6b7b1535233a99e24501e053a3 (diff)
add missing PageSetup.PageSize api
Change-Id: If52fb46f61962827acc08025617d9d61a6ab6d40
Diffstat (limited to 'oovbaapi')
-rw-r--r--oovbaapi/ooo/vba/excel/XPageSetup.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/excel/XPageSetup.idl b/oovbaapi/ooo/vba/excel/XPageSetup.idl
index c83f2f108f0e..6c3951362a27 100644
--- a/oovbaapi/ooo/vba/excel/XPageSetup.idl
+++ b/oovbaapi/ooo/vba/excel/XPageSetup.idl
@@ -53,6 +53,7 @@ interface XPageSetup : com::sun::star::uno::XInterface
[attribute] boolean PrintGridlines;
[attribute] string PrintTitleRows;
[attribute] string PrintTitleColumns;
+ [attribute] long PaperSize;
};