diff options
author | Noel Power <noel.power@suse.com> | 2013-06-07 12:48:54 +0100 |
---|---|---|
committer | Noel Power <noel.power@suse.com> | 2013-06-07 12:50:34 +0100 |
commit | 254a2d6c71f7615c7652ca401b9dd3eac1e0d570 (patch) | |
tree | 8e978bc667946c143fe9b973e311c3be764aa683 /oovbaapi/ooo | |
parent | 6005dd5366a86d6b7b1535233a99e24501e053a3 (diff) |
add missing PageSetup.PageSize api
Change-Id: If52fb46f61962827acc08025617d9d61a6ab6d40
Diffstat (limited to 'oovbaapi/ooo')
-rw-r--r-- | oovbaapi/ooo/vba/excel/XPageSetup.idl | 1 |
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; }; |