diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2017-04-29 21:04:15 +1000 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2017-04-29 18:37:28 +0200 |
commit | d1ac762cd6c60d5fe8ffaf335c6358651c969567 (patch) | |
tree | fd8cfbc01e4152aaacf087f91defa862ed8721a0 | |
parent | a8a49d77979e980c9b6d402240864c0fd7c2265e (diff) |
unotools: cleanup bootstrap.hxx
Change-Id: I3ab1cc8f8950dc858c8abda27e5eef8c46fe6877
Reviewed-on: https://gerrit.libreoffice.org/37099
Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
-rw-r--r-- | include/unotools/bootstrap.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
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 { |