summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/newhelp.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-04-04 13:20:20 +0000
committerKurt Zenker <kz@openoffice.org>2008-04-04 13:20:20 +0000
commit21220a5127a9ab7dcb8481be847898e2351b359e (patch)
tree62c6a8fd3e768cade05ed2cfbe7153bc95e96c30 /sfx2/source/appl/newhelp.hxx
parentb45754b9ce99c8cbdda1323d3be8f0605866f962 (diff)
INTEGRATION: CWS titles02 (1.57.58); FILE MERGED
2007/10/17 08:11:42 as 1.57.58.1: #116375# use new XTitle API for setting help title
Diffstat (limited to 'sfx2/source/appl/newhelp.hxx')
-rw-r--r--sfx2/source/appl/newhelp.hxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/sfx2/source/appl/newhelp.hxx b/sfx2/source/appl/newhelp.hxx
index 863fbd4cca..5c1e59ba27 100644
--- a/sfx2/source/appl/newhelp.hxx
+++ b/sfx2/source/appl/newhelp.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: newhelp.hxx,v $
*
- * $Revision: 1.57 $
+ * $Revision: 1.58 $
*
- * last change: $Author: hr $ $Date: 2007-08-03 13:57:53 $
+ * last change: $Author: kz $ $Date: 2008-04-04 14:20:20 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -47,6 +47,9 @@
#ifndef _COM_SUN_STAR_FRAME_XDISPATCH_HPP_
#include <com/sun/star/frame/XDispatch.hpp>
#endif
+#ifndef _COM_SUN_STAR_FRAME_XFRAME_HPP_
+#include <com/sun/star/frame/XFrame.hpp>
+#endif
namespace com { namespace sun { namespace star { namespace awt { class XWindow; } } } }
namespace com { namespace sun { namespace star { namespace frame { class XFrame; } } } }
@@ -531,6 +534,8 @@ friend class SfxHelpIndexWindow_Impl;
xWindow;
::com::sun::star::uno::Reference < ::com::sun::star::frame::XDispatchResultListener >
xOpenListener;
+ ::com::sun::star::uno::Reference < ::com::sun::star::frame::XFrame >
+ xFrame;
SfxHelpIndexWindow_Impl* pIndexWin;
SfxHelpTextWindow_Impl* pTextWin;