diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-04-13 10:25:30 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-04-13 10:25:30 +0000 |
commit | 19f770295488f5de023ab09e85ac1adc925a2267 (patch) | |
tree | 17c312fa669f30c4a268ee0275199d62c85cf19e /extensions/source/propctrlr/taborder.cxx | |
parent | 7c674d15776a554b7b49b8f619056411422d6782 (diff) |
INTEGRATION: CWS frmcontrols02 (1.3.8); FILE MERGED
2004/04/06 07:10:28 fs 1.3.8.1: navbar icon for tab order dialog
Diffstat (limited to 'extensions/source/propctrlr/taborder.cxx')
-rw-r--r-- | extensions/source/propctrlr/taborder.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/extensions/source/propctrlr/taborder.cxx b/extensions/source/propctrlr/taborder.cxx index 64b714754ec5..546b16fdb687 100644 --- a/extensions/source/propctrlr/taborder.cxx +++ b/extensions/source/propctrlr/taborder.cxx @@ -2,9 +2,9 @@ * * $RCSfile: taborder.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2004-03-22 08:48:46 $ + * last change: $Author: hr $ $Date: 2004-04-13 11:25:30 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -228,6 +228,7 @@ namespace pcr case FormComponentType::GRIDCONTROL: nImageId = RID_SVXIMG_GRID; break; case FormComponentType::SCROLLBAR: nImageId = RID_SVXIMG_SCROLLBAR; break; case FormComponentType::SPINBUTTON: nImageId = RID_SVXIMG_SPINBUTTON; break; + case FormComponentType::NAVIGATIONBAR: nImageId = RID_SVXIMG_NAVIGATIONBAR; break; default: DBG_ERROR( "TabOrderDialog::GetImage: unknown control type" ); } |