diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-07-03 13:26:00 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-07-03 13:26:00 +0000 |
commit | 32709f89fe196254e7f7aa3522273f96b26870e6 (patch) | |
tree | acd3d65775a0f20b067b2611747188cb0f762b61 | |
parent | 79df907982246696432f93baddf7e7be2222f002 (diff) |
INTEGRATION: CWS iconupdate03 (1.10.112); FILE MERGED
2007/06/26 07:23:49 pb 1.10.112.1: fix: #i61420# old CheckListBox bitmaps removed
-rw-r--r-- | svx/source/dialog/fontsubs.cxx | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/svx/source/dialog/fontsubs.cxx b/svx/source/dialog/fontsubs.cxx index 174316e12b85..6780552e9692 100644 --- a/svx/source/dialog/fontsubs.cxx +++ b/svx/source/dialog/fontsubs.cxx @@ -4,9 +4,9 @@ * * $RCSfile: fontsubs.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: hr $ $Date: 2007-06-27 17:05:21 $ + * last change: $Author: rt $ $Date: 2007-07-03 14:26:00 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -104,12 +104,6 @@ SvxFontSubstTabPage::SvxFontSubstTabPage( Window* pParent, sHeader3 (SVX_RES( STR_HEADER3 )), sHeader4 (SVX_RES( STR_HEADER4 )), - aChkunBmp (SVX_RES( CHKBUT_UNCHECKED)), - aChkchBmp (SVX_RES( CHKBUT_CHECKED )), - aChkchhiBmp (SVX_RES( CHKBUT_HICHECKED)), - aChkunhiBmp (SVX_RES( CHKBUT_HIUNCHECKED)), - aChktriBmp (SVX_RES( CHKBUT_TRISTATE )), - aChktrihiBmp (SVX_RES( CHKBUT_HITRISTATE)), sFontGroup ("FontSubstitution"), pCheckButtonData(0) { |