diff options
author | Daniel Rentz <dr@openoffice.org> | 2001-04-05 09:52:34 +0000 |
---|---|---|
committer | Daniel Rentz <dr@openoffice.org> | 2001-04-05 09:52:34 +0000 |
commit | e9f65d691ddc627262205cd2e9b346f4e108fcb4 (patch) | |
tree | eb4f9db73e077e2ea589c2294a745f94b15efa22 /sc/source/ui/inc/viewfunc.hxx | |
parent | 4b939fba33709394300a98320436c70a0af3d593 (diff) |
refresh delay for area links
Diffstat (limited to 'sc/source/ui/inc/viewfunc.hxx')
-rw-r--r-- | sc/source/ui/inc/viewfunc.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/inc/viewfunc.hxx b/sc/source/ui/inc/viewfunc.hxx index 11910bfa112e..3b131d2bf443 100644 --- a/sc/source/ui/inc/viewfunc.hxx +++ b/sc/source/ui/inc/viewfunc.hxx @@ -2,9 +2,9 @@ * * $RCSfile: viewfunc.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: nn $ $Date: 2001-03-30 19:12:07 $ + * last change: $Author: dr $ $Date: 2001-04-05 10:49:47 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -306,7 +306,7 @@ public: const String& rTabName ); void InsertAreaLink( const String& rFile, const String& rFilter, const String& rOptions, - const String& rSource ); + const String& rSource, ULONG nRefresh ); void ShowTable( const String& rName ); void HideTable( USHORT nTabNr ); |