Kaydet (Commit) 64523770 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS fwk82_SRC680 (1.30.22); FILE MERGED

2008/01/15 07:17:08 pb 1.30.22.1: fix: #i85103# correct order of radiobuttons
üst 2cf41952
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: printdlg.cxx,v $ * $RCSfile: printdlg.cxx,v $
* *
* $Revision: 1.30 $ * $Revision: 1.31 $
* *
* last change: $Author: kz $ $Date: 2007-12-12 14:54:32 $ * last change: $Author: rt $ $Date: 2008-01-29 16:11:37 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -129,8 +129,8 @@ PrintDialog::PrintDialog( Window* pWindow, bool bWithSheetsAndCells ) : ...@@ -129,8 +129,8 @@ PrintDialog::PrintDialog( Window* pWindow, bool bWithSheetsAndCells ) :
maFlPrintRange ( this, SvtResId( FL_PRINTRANGE ) ), maFlPrintRange ( this, SvtResId( FL_PRINTRANGE ) ),
maRbtAll ( this, SvtResId( RBT_ALL ) ), maRbtAll ( this, SvtResId( RBT_ALL ) ),
maRbtPages ( this, SvtResId( RBT_PAGES ) ), maRbtPages ( this, SvtResId( RBT_PAGES ) ),
maEdtPages ( this, SvtResId( EDT_PAGES ) ),
maRbtSelection ( this, SvtResId( RBT_SELECTION ) ), maRbtSelection ( this, SvtResId( RBT_SELECTION ) ),
maEdtPages ( this, SvtResId( EDT_PAGES ) ),
maFlSepCopiesRange ( this, SvtResId( FL_SEPCOPIESRANGE ) ), maFlSepCopiesRange ( this, SvtResId( FL_SEPCOPIESRANGE ) ),
maFlCopies ( this, SvtResId( FL_COPIES ) ), maFlCopies ( this, SvtResId( FL_COPIES ) ),
maFtCopies ( this, SvtResId( FT_COPIES ) ), maFtCopies ( this, SvtResId( FT_COPIES ) ),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment