summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-01-27 09:16:34 +0000
committerRüdiger Timm <rt@openoffice.org>2005-01-27 09:16:34 +0000
commitc34692d7896725ea651f951acf790f39f17a9adf (patch)
tree4b08d116e56a36ff5c28e8f1a70566d1cf4ee2dd
parentf8c237bb01bd774f0a8851d4209e9182dfc07393 (diff)
INTEGRATION: CWS cd04 (1.25.52); FILE MERGED
2005/01/14 13:17:26 cd 1.25.52.1: #i39951# Fixed problem with test tool, compsite controls need smart help ID
-rw-r--r--svx/source/tbxctrls/grafctrl.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/source/tbxctrls/grafctrl.cxx b/svx/source/tbxctrls/grafctrl.cxx
index dfe52fa3795c..f8ceee1d1bdf 100644
--- a/svx/source/tbxctrls/grafctrl.cxx
+++ b/svx/source/tbxctrls/grafctrl.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: grafctrl.cxx,v $
*
- * $Revision: 1.26 $
+ * $Revision: 1.27 $
*
- * last change: $Author: kz $ $Date: 2005-01-18 15:35:26 $
+ * last change: $Author: rt $ $Date: 2005-01-27 10:16:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -407,6 +407,7 @@ ImplGrafControl::ImplGrafControl( Window* pParent, USHORT nSlotId, const rtl::OU
maImage.Show();
maField.SetHelpId( nSlotId );
+ maField.SetSmartHelpId( SmartId( rCmd ));
maField.Show();
}