Skip to content

Commit

Permalink
Reinstate adding of pStyle to stylesInUse (reversing change of Oct 1)
Browse files Browse the repository at this point in the history
  • Loading branch information
plutext committed Oct 30, 2013
1 parent 8b4f460 commit 8245af9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,7 @@ public List<Object> apply(Object o) {
// Note this paragraph style
// log.debug("put style " + pPr.getPStyle().getVal());
customPStyle = true;
stylesInUse.add(pPr.getPStyle().getVal());
}
if ((pPr.getRPr() != null) && (pPr.getRPr().getRStyle() != null)) {
// Note this run style
Expand Down

0 comments on commit 8245af9

Please sign in to comment.