[Libreoffice-commits] core.git: sw/inc

Tor Lillqvist tml at collabora.com
Tue Aug 23 09:00:18 UTC 2016


 sw/inc/docufld.hxx |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 17fbab444b130d1bb4c1abfc3feb1cfb33f7f39f
Author: Tor Lillqvist <tml at collabora.com>
Date:   Tue Aug 23 11:57:53 2016 +0300

    Add a comment about SwExtUserSubType <=> css::text::UserDataPart
    
    Change-Id: I6947b21307f0cd4b88403073f5ec1fcbff9a743d

diff --git a/sw/inc/docufld.hxx b/sw/inc/docufld.hxx
index 7f4090b..86cf4dd 100644
--- a/sw/inc/docufld.hxx
+++ b/sw/inc/docufld.hxx
@@ -91,6 +91,10 @@ enum SwPageNumSubType
     PG_PREV
 };
 
+// NOTE: Possibly the first 15 values in the below enum are required
+// to exactly match the published constants in css::text::UserDataPart
+// (see offapi/com/sun/star/text/UserDataPart.idl).
+
 enum SwExtUserSubType
 {
     EU_COMPANY,


More information about the Libreoffice-commits mailing list