summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/taborder.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-04-13 10:25:30 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-04-13 10:25:30 +0000
commite6290930618a572c7abe5ce1c5a93e0aca147042 (patch)
treeee11062fa203e89803bab1a291ad64449b7dc59e /extensions/source/propctrlr/taborder.cxx
parentf3cd8466e0126e19bca98dfe0d1ef9e2e001d8ce (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.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/extensions/source/propctrlr/taborder.cxx b/extensions/source/propctrlr/taborder.cxx
index 64b714754..546b16fdb 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" );
}