[Libreoffice-commits] core.git: include/unotools

Chris Sherlock chris.sherlock79 at gmail.com
Sat Apr 29 16:38:07 UTC 2017


 include/unotools/bootstrap.hxx |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

New commits:
commit d1ac762cd6c60d5fe8ffaf335c6358651c969567
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
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 <chris.sherlock79 at gmail.com>
    Tested-by: Chris Sherlock <chris.sherlock79 at gmail.com>

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
     {


More information about the Libreoffice-commits mailing list