summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/tbxctl.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-07-03 12:02:47 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-07-03 12:02:47 +0000
commit271628c05f4209214bcf690cdd80ec1b90fec7fe (patch)
tree72e51be16c197100dcda33f64d677e5fcbca8711 /basctl/source/basicide/tbxctl.cxx
parent350bda8b75473e3c9e38a1ce17c90a9cdd6eaff3 (diff)
INTEGRATION: CWS tkr01 (1.14.40); FILE MERGED
2007/06/26 10:01:52 tkr 1.14.40.1: #i78846# Enable TreeControl support
Diffstat (limited to 'basctl/source/basicide/tbxctl.cxx')
-rw-r--r--basctl/source/basicide/tbxctl.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/basctl/source/basicide/tbxctl.cxx b/basctl/source/basicide/tbxctl.cxx
index 4c889b448f26..9a95055aca54 100644
--- a/basctl/source/basicide/tbxctl.cxx
+++ b/basctl/source/basicide/tbxctl.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: tbxctl.cxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: hr $ $Date: 2007-06-26 16:52:28 $
+ * last change: $Author: rt $ $Date: 2007-07-03 13:02:47 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -182,6 +182,7 @@ void TbxControls::StateChanged( USHORT nSID, SfxItemState eState,
case SVX_SNAP_FORMATTEDFIELD: nTemp = SID_INSERT_FORMATTEDFIELD; break;
case SVX_SNAP_PATTERNFIELD: nTemp = SID_INSERT_PATTERNFIELD; break;
case SVX_SNAP_FILECONTROL: nTemp = SID_INSERT_FILECONTROL; break;
+ case SVX_SNAP_TREECONTROL: nTemp = SID_INSERT_TREECONTROL; break;
}
if( nTemp )
{