summaryrefslogtreecommitdiff
path: root/offapi/com
diff options
context:
space:
mode:
authorKatarina Behrens <Katarina.Behrens@cib.de>2015-04-22 23:31:43 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2015-05-27 09:26:37 +0000
commit42b521f800a08b11432cf906ce1bdf9fcbfffdeb (patch)
treea6cd65cf6b476ad99697a36800c11ecc53b7cf83 /offapi/com
parent03f36c0a88d1a87c6febbadca4e549d08c6095b1 (diff)
tdf#88056: Implement ODF import/export of page title field
to/from loext namespace, since new tag's needed for the new field and it isn't approved by ODF-TC yet Change-Id: I70ceb4e16e1199663520dbdf3beae31423bc81d0 Reviewed-on: https://gerrit.libreoffice.org/15485 Tested-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'offapi/com')
-rw-r--r--offapi/com/sun/star/text/textfield/Type.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/text/textfield/Type.idl b/offapi/com/sun/star/text/textfield/Type.idl
index 42fcb8bfd3ab..d2fa81f80938 100644
--- a/offapi/com/sun/star/text/textfield/Type.idl
+++ b/offapi/com/sun/star/text/textfield/Type.idl
@@ -42,7 +42,7 @@ constants Type
const long PRESENTATION_HEADER = 11;
const long PRESENTATION_FOOTER = 12;
const long PRESENTATION_DATE_TIME = 13;
- const long PAGE_TITLE = 14;
+ const long PAGE_NAME = 14;
};
}; }; }; }; };