include/unotools/bootstrap.hxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-)
New commits: commit d1ac762cd6c60d5fe8ffaf335c6358651c969567 Author: Chris Sherlock <[email protected]> Date: Sat Apr 29 21:04:15 2017 +1000 unotools: cleanup bootstrap.hxx Change-Id: I3ab1cc8f8950dc858c8abda27e5eef8c46fe6877 Reviewed-on: https://gerrit.libreoffice.org/37099 Reviewed-by: Chris Sherlock <[email protected]> Tested-by: Chris Sherlock <[email protected]> diff --git a/include/unotools/bootstrap.hxx b/include/unotools/bootstrap.hxx index fc581831e5ac..f00c7b1de8f7 100644 --- a/include/unotools/bootstrap.hxx +++ b/include/unotools/bootstrap.hxx @@ -26,10 +26,11 @@ namespace utl { /** provides configuration information needed for application startup. - <p>This class handles the startup information for the office application. + + This class handles the startup information for the office application. It encapsulates knowledge of how to retriev such information and how - to diagnose failures to retriev required data. - </p> + to diagnose failures to retrieve required data. + */ class UNOTOOLS_DLLPUBLIC Bootstrap { _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
