Change-Id: I0b1e92daa83d1bc5aadeb70a730521198571a5d8
Reviewed-on: https://gerrit.libreoffice.org/74663
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Andrea Gelmini
2019-06-14 22:42:43 +00:00
committed by Julien Nabet
parent f29ff87061
commit c369523491

View File

@@ -286,7 +286,7 @@ class DLLEXPORT HWPFile
std::vector<std::unique_ptr<HWPPara>> plist; std::vector<std::unique_ptr<HWPPara>> plist;
// floating box list // floating box list
std::vector<FBox*> blist; std::vector<FBox*> blist;
// embedded picture list(tag datas) // embedded picture list(tag data)
std::vector<std::unique_ptr<EmPicture>> emblist; std::vector<std::unique_ptr<EmPicture>> emblist;
std::vector<std::unique_ptr<HyperText>> hyperlist; std::vector<std::unique_ptr<HyperText>> hyperlist;
int currenthyper; int currenthyper;