summaryrefslogtreecommitdiff
path: root/include/unotools
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2017-04-29 21:04:15 +1000
committerChris Sherlock <chris.sherlock79@gmail.com>2017-04-29 18:37:28 +0200
commitd1ac762cd6c60d5fe8ffaf335c6358651c969567 (patch)
treefd8cfbc01e4152aaacf087f91defa862ed8721a0 /include/unotools
parenta8a49d77979e980c9b6d402240864c0fd7c2265e (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>
Diffstat (limited to 'include/unotools')
-rw-r--r--include/unotools/bootstrap.hxx7
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
{