From 6e463381b43d888a632e652a873f2b5abe7e5458 Mon Sep 17 00:00:00 2001 From: Pranav Kant Date: Sun, 22 Jan 2017 19:39:47 +0530 Subject: lok: Allow to reply to comments using postit id Change-Id: Ic6aaa3066923d62f197bc2b0e02e8049c9d7cd2c Reviewed-on: https://gerrit.libreoffice.org/33612 Reviewed-by: pranavk Tested-by: pranavk --- svx/sdi/svxitems.sdi | 1 + 1 file changed, 1 insertion(+) (limited to 'svx/sdi') diff --git a/svx/sdi/svxitems.sdi b/svx/sdi/svxitems.sdi index 1e73fc11bc8c..5a047e703b84 100644 --- a/svx/sdi/svxitems.sdi +++ b/svx/sdi/svxitems.sdi @@ -223,6 +223,7 @@ item BYTE SvxPaperBinItem; item String SvxPostItAuthorItem; item String SvxPostItDateItem; item String SvxPostItTextItem; +item INT32 SvxPostItIdItem; item FontItalic SvxPostureItem; // enum item BOOL SvxPrintItem; item UINT16 SvxPropSizeItem; // derived from UInt16Item -- cgit