diff options
Diffstat (limited to 'sc/qa/complex')
-rw-r--r-- | sc/qa/complex/calcPreview/ViewForwarder.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/complex/calcPreview/ViewForwarder.java b/sc/qa/complex/calcPreview/ViewForwarder.java index 157f84afa204..08291afaba11 100644 --- a/sc/qa/complex/calcPreview/ViewForwarder.java +++ b/sc/qa/complex/calcPreview/ViewForwarder.java @@ -820,7 +820,7 @@ public class ViewForwarder { } try { - xPropSet.setPropertyValue("PrintHeaders", new Boolean(true)); + xPropSet.setPropertyValue("PrintHeaders", Boolean.TRUE); } catch(com.sun.star.lang.WrappedTargetException e) { fail(e.getMessage()); return; |