summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2020-03-18 14:14:13 +0100
committerTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2020-03-18 14:20:30 +0100
commit345116a074863e46bfb6452cfa2e9362d510f60b (patch)
tree28ea43e0308d12014ba8c66849ef8fe19af33d38 /offapi
parent4ac7d1aa3fce2e0d2daefa644e87f4040c00c40a (diff)
XPdfDecomposer - fix the described property name
The propery name should be "PageIndex" and not "Page" Change-Id: Ic8d012abcfcb3381bb287bc43ca1d776c2c4ac95
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/graphic/XPdfDecomposer.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/graphic/XPdfDecomposer.idl b/offapi/com/sun/star/graphic/XPdfDecomposer.idl
index e0f9c8d96872..25bf8870c1ee 100644
--- a/offapi/com/sun/star/graphic/XPdfDecomposer.idl
+++ b/offapi/com/sun/star/graphic/XPdfDecomposer.idl
@@ -32,7 +32,7 @@ interface XPdfDecomposer : ::com::sun::star::uno::XInterface
@param xDecompositionParameters
Parameters for decomposition. Parameters include:
- sal_Int32 Page - which page to use
+ sal_Int32 PageIndex - which page to use
*/
sequence<XPrimitive2D> getDecomposition([in] sequence<byte> xPdfData,
[in] sequence<com::sun::star::beans::PropertyValue> xDecompositionParameters);