diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-02-12 12:10:54 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-02-12 12:10:54 +0000 |
commit | 08d94e54cc3c38644a34d5d8ee8e29b65fe7f26f (patch) | |
tree | 2b4fdace24128f0cafbb1bd8aa5bf2dff7c26df2 /reportdesign | |
parent | abe03d65967026bf37c768b63cb8e871ce2592d1 (diff) |
INTEGRATION: CWS dba24h_SRC680 (1.2.68.1.4); FILE MERGED
2008/02/04 12:33:56 fs 1.2.68.1.4.1: #i85822# properly initialize pRanges (0-terminated)
Diffstat (limited to 'reportdesign')
-rw-r--r-- | reportdesign/source/ui/misc/UITools.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/reportdesign/source/ui/misc/UITools.cxx b/reportdesign/source/ui/misc/UITools.cxx index 8fc9342c4..f42b46159 100644 --- a/reportdesign/source/ui/misc/UITools.cxx +++ b/reportdesign/source/ui/misc/UITools.cxx @@ -4,9 +4,9 @@ * * $RCSfile: UITools.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2008-01-29 13:50:20 $ + * last change: $Author: vg $ $Date: 2008-02-12 13:10:54 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -703,7 +703,8 @@ bool openCharDialog( const uno::Reference<report::XReportControlFormat >& _rxRep SID_ATTR_CHAR_CTL_FONT, SID_ATTR_CHAR_CTL_WEIGHT */ - ITEMID_FONT,ITEMID_VERJUSTIFY + ITEMID_FONT,ITEMID_VERJUSTIFY, + 0 }; bool bSuccess = false; |