summaryrefslogtreecommitdiff
path: root/framework/source/services/backingcomp.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-04-04 16:17:27 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-04-04 16:17:27 +0000
commita065a01a0f4e34df5ac86ad962a62e40b1fd6a05 (patch)
tree680affe0ceaa56e99088cbbd6cc8664ecd495821 /framework/source/services/backingcomp.cxx
parent080d3c3022564cdf705faa78cb6e408073053604 (diff)
INTEGRATION: CWS fwk01 (1.1.8.2.6); FILE MERGED
2003/03/11 13:35:01 as 1.1.8.2.6.1: #108088# new help id HID_BACKINGWINDOW for backing window
Diffstat (limited to 'framework/source/services/backingcomp.cxx')
-rw-r--r--framework/source/services/backingcomp.cxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/framework/source/services/backingcomp.cxx b/framework/source/services/backingcomp.cxx
index 185bd5bf3a..697d6a3c1b 100644
--- a/framework/source/services/backingcomp.cxx
+++ b/framework/source/services/backingcomp.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: backingcomp.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: hr $ $Date: 2003-04-04 16:04:17 $
+ * last change: $Author: hr $ $Date: 2003-04-04 17:17:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -96,6 +96,10 @@
#include <services.h>
#endif
+#ifndef _FRAMEWORK_HELPID_HRC
+#include <helpid.hrc>
+#endif
+
//_______________________________________________
// interface includes
@@ -653,6 +657,8 @@ void SAL_CALL BackingComp::attachFrame( /*IN*/ const css::uno::Reference< css::f
// establish listening for key accelerators
m_xWindow->addKeyListener(css::uno::Reference< css::awt::XKeyListener >(static_cast< ::cppu::OWeakObject* >(this), css::uno::UNO_QUERY));
+ pWindow->SetHelpId(HID_BACKINGWINDOW);
+
aWriteLock.unlock();
/* } SAFE */
}