summaryrefslogtreecommitdiff
path: root/svtools/source/contnr/templwin.hxx
diff options
context:
space:
mode:
authorgt <gt@openoffice.org>2001-11-07 09:17:29 +0000
committergt <gt@openoffice.org>2001-11-07 09:17:29 +0000
commit3c2351b31e258187a710ead10536a18a0938980d (patch)
tree788ede5e36abf1c2009ce54fcf34e58bcb7dc09d /svtools/source/contnr/templwin.hxx
parentb15d12d7340131386b9443d2e60c5344f89945f2 (diff)
#94105# clear history after update
Diffstat (limited to 'svtools/source/contnr/templwin.hxx')
-rw-r--r--svtools/source/contnr/templwin.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/contnr/templwin.hxx b/svtools/source/contnr/templwin.hxx
index 5460fee6d604..ffb1d983670b 100644
--- a/svtools/source/contnr/templwin.hxx
+++ b/svtools/source/contnr/templwin.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: templwin.hxx,v $
*
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
- * last change: $Author: gt $ $Date: 2001-11-07 09:43:01 $
+ * last change: $Author: gt $ $Date: 2001-11-07 10:17:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -304,8 +304,8 @@ public:
void SetFocus( sal_Bool bIconWin );
sal_Bool HasIconWinFocus() const { return pIconWin->HasChildPathFocus(); }
void OpenTemplateRoot();
-
void SetPrevLevelButtonState( const String& rURL ); // sets state (enable/disable) for previous level button
+ void ClearHistory();
};