diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-01-29 15:11:22 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-01-29 15:11:22 +0000 |
commit | 2cf419524285b2729975d952dd27d32e9b15d6ea (patch) | |
tree | 988f4c8c3987a5463bb2457e52d0a2d2654fc4c3 | |
parent | 1f3a91cf2ace315fb332c0149808a2433eb9ae71 (diff) |
INTEGRATION: CWS fwk82_SRC680 (1.3.58); FILE MERGED
2008/01/14 12:23:47 pb 1.3.58.1: fix: #i85103# correct order of radiobuttons
-rw-r--r-- | svtools/inc/svtools/printdlg.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/inc/svtools/printdlg.hxx b/svtools/inc/svtools/printdlg.hxx index 82947a4afc54..e823c99647f0 100644 --- a/svtools/inc/svtools/printdlg.hxx +++ b/svtools/inc/svtools/printdlg.hxx @@ -4,9 +4,9 @@ * * $RCSfile: printdlg.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: ihi $ $Date: 2007-11-26 18:38:19 $ + * last change: $Author: rt $ $Date: 2008-01-29 16:11:22 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -121,8 +121,8 @@ private: FixedLine maFlPrintRange; RadioButton maRbtAll; RadioButton maRbtPages; - Edit maEdtPages; RadioButton maRbtSelection; + Edit maEdtPages; FixedLine maFlSepCopiesRange; |