diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-09-24 13:08:02 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-09-26 08:32:00 +0000 |
commit | 198fabe0f2dcfa920eb975da11e9b45d010dcb3a (patch) | |
tree | cfd702a526b71e8d2e28f63a9cf3ccf580d41173 /include | |
parent | 84b279b856a708022481408a3d553e6b8565678b (diff) |
soon is now
Change-Id: Ib4b8b949f00609149f9134fb2f286cd7e0dc0255
Reviewed-on: https://gerrit.libreoffice.org/29254
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/xmloff/xmlstyle.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/xmloff/xmlstyle.hxx b/include/xmloff/xmlstyle.hxx index 0e7e5167a0a6..975aa0c93142 100644 --- a/include/xmloff/xmlstyle.hxx +++ b/include/xmloff/xmlstyle.hxx @@ -67,9 +67,6 @@ class XMLOFF_DLLPUBLIC SvXMLStyleContext : public SvXMLImportContext OUString maFollow; // Will be moved to XMLPropStyle soon!!!! bool mbHidden; - OUString maHelpFile; // Will be removed very soon!!!! - - sal_uInt32 mnHelpId; // Will be removed very soon!!!! sal_uInt16 mnFamily; bool mbValid : 1; // Set this to false in CreateAndInsert |