summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2017-10-27 16:03:52 +0900
committerTomaž Vajngerl <quikee@gmail.com>2017-10-31 09:53:48 +0100
commit73f57984110a3c5bb19168dd0789c0c3c809b24e (patch)
tree9223c3d4c5e39e203c34ce874fe41e23d28b2f57 /include
parent13d79459e5d30b927f50885d42f7ce404124a2d0 (diff)
TSCP: proper collecting and applying of paragraph and text weight
Change-Id: I22edc4adb87706a176c3afa3500963c4a5b46ee7 Reviewed-on: https://gerrit.libreoffice.org/44015 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/svx/ClassificationField.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/ClassificationField.hxx b/include/svx/ClassificationField.hxx
index 559ed66511d8..b57f29cbafbe 100644
--- a/include/svx/ClassificationField.hxx
+++ b/include/svx/ClassificationField.hxx
@@ -22,7 +22,8 @@ enum class ClassificationType
CATEGORY,
MARKING,
TEXT,
- INTELLECTUAL_PROPERTY_PART
+ INTELLECTUAL_PROPERTY_PART,
+ PARAGRAPH,
};
class SVX_DLLPUBLIC ClassificationField : public SvxFieldData
@@ -61,7 +62,6 @@ struct SVX_DLLPUBLIC ClassificationResult
ClassificationType meType;
OUString msString;
OUString msAbbreviatedString;
- sal_Int32 mnParagraph;
};
} // end svx namespace