summaryrefslogtreecommitdiff
path: root/svtools/inc
diff options
context:
space:
mode:
authorPeter Burow <pb@openoffice.org>2001-05-08 06:05:49 +0000
committerPeter Burow <pb@openoffice.org>2001-05-08 06:05:49 +0000
commitbe957fc9a5807857059c07abe2c3e5d3db5f7610 (patch)
tree673db4dad35152e4da47c6bb8646f14499a6c575 /svtools/inc
parent661803e5d0a44ddc435d8062f612b31a3fdbf120 (diff)
fix: #85201# OKHdl_Impl() added
Diffstat (limited to 'svtools/inc')
-rw-r--r--svtools/inc/templdlg.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/svtools/inc/templdlg.hxx b/svtools/inc/templdlg.hxx
index 3eeb4bae2eab..0c3caf20bd67 100644
--- a/svtools/inc/templdlg.hxx
+++ b/svtools/inc/templdlg.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: templdlg.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: pb $ $Date: 2001-05-07 10:28:20 $
+ * last change: $Author: pb $ $Date: 2001-05-08 07:05:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -83,6 +83,7 @@ private:
DECL_LINK( SelectHdl_Impl, SvtTemplateWindow* );
DECL_LINK( DoubleClickHdl_Impl, SvtTemplateWindow* );
+ DECL_LINK( OKHdl_Impl, PushButton* );
public:
SvtDocumentTemplateDialog( Window* pParent );