summaryrefslogtreecommitdiff
path: root/svtools/inc
diff options
context:
space:
mode:
authorPeter Burow <pb@openoffice.org>2001-07-05 11:47:57 +0000
committerPeter Burow <pb@openoffice.org>2001-07-05 11:47:57 +0000
commitabb27103c959c962d5b20f1636d3f711971a8419 (patch)
tree73c2cf62780ef3ce87bfcfbaced61eaae6f5ef39 /svtools/inc
parentade767e133bcc05acdbbffc2c856d5884deb3c5e (diff)
fix: #88769# methods for keyinput handling added
Diffstat (limited to 'svtools/inc')
-rw-r--r--svtools/inc/templdlg.hxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/svtools/inc/templdlg.hxx b/svtools/inc/templdlg.hxx
index 8188589c0c32..df91bde4b9fb 100644
--- a/svtools/inc/templdlg.hxx
+++ b/svtools/inc/templdlg.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: templdlg.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: pb $ $Date: 2001-06-19 06:25:14 $
+ * last change: $Author: pb $ $Date: 2001-07-05 12:47:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -68,7 +68,9 @@
struct SvtTmplDlg_Impl;
// class SvtDocumentTemplateDialog ---------------------------------------
+
class SvtTemplateWindow;
+
class SvtDocumentTemplateDialog : public ModalDialog
{
private:
@@ -84,11 +86,15 @@ private:
DECL_LINK( SelectHdl_Impl, SvtTemplateWindow* );
DECL_LINK( DoubleClickHdl_Impl, SvtTemplateWindow* );
DECL_LINK( NewFolderHdl_Impl, SvtTemplateWindow* );
+ DECL_LINK( SendFocusHdl_Impl, SvtTemplateWindow* );
DECL_LINK( OKHdl_Impl, PushButton* );
DECL_LINK( UpdateHdl_Impl, Timer* );
void UpdateDocumentTemplates_Impl();
+protected:
+ virtual long PreNotify( NotifyEvent& rNEvt );
+
public:
SvtDocumentTemplateDialog( Window* pParent );
~SvtDocumentTemplateDialog();