diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-11-07 13:42:38 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-11-07 13:42:38 +0000 |
commit | c95ae24ecbc27f9b6425ac2fbb461e4f29c96a8e (patch) | |
tree | 5df0ff9acf09951f004ac2d1144c647aa3d7b245 /unotools | |
parent | fef23aeb65bed8951a90ed71beb1552b62cfce71 (diff) |
INTEGRATION: CWS networker (1.7.70); FILE MERGED
2003/09/12 15:16:26 lo 1.7.70.1: #110340# allow reload of path data
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/inc/unotools/bootstrap.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/unotools/inc/unotools/bootstrap.hxx b/unotools/inc/unotools/bootstrap.hxx index 518a8fdfc4fc..6123d53b2fcc 100644 --- a/unotools/inc/unotools/bootstrap.hxx +++ b/unotools/inc/unotools/bootstrap.hxx @@ -2,9 +2,9 @@ * * $RCSfile: bootstrap.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: pb $ $Date: 2002-06-04 10:27:11 $ + * last change: $Author: hr $ $Date: 2003-11-07 14:42:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -98,6 +98,9 @@ namespace utl /// retrieve the product patch level; uses the given default, if not found static rtl::OUString getProductPatchLevel(rtl::OUString const& _sDefault); + /// reload cached data + static void reloadData(); + public: // retrieve path information about the installaton location enum PathStatus { |