diff options
author | Peter Burow <pb@openoffice.org> | 2001-05-08 06:07:19 +0000 |
---|---|---|
committer | Peter Burow <pb@openoffice.org> | 2001-05-08 06:07:19 +0000 |
commit | 433a629a429b330a667f176526d00a2378df87d0 (patch) | |
tree | 109e97f74856f4aad235412b1ea5623864838f41 /svtools | |
parent | be957fc9a5807857059c07abe2c3e5d3db5f7610 (diff) |
fix: #85201# SvtTemplateWindow::OpenFile() added
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/contnr/templwin.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/svtools/source/contnr/templwin.hxx b/svtools/source/contnr/templwin.hxx index a9fcd37181f0..f621b61122bf 100644 --- a/svtools/source/contnr/templwin.hxx +++ b/svtools/source/contnr/templwin.hxx @@ -2,9 +2,9 @@ * * $RCSfile: templwin.hxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: pb $ $Date: 2001-05-07 10:33:55 $ + * last change: $Author: pb $ $Date: 2001-05-08 07:07:19 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -191,6 +191,7 @@ public: void SetDoubleClickHdl( const Link& rLink ) { aDoubleClickHdl = rLink; } sal_Bool IsFileSelected() const; + void OpenFile( sal_Bool bNotAsTemplate ); }; #endif // _SVTOOLS_TEMPLWIN_HXX |