diff options
author | dennisroczek <dennisroczek@libreoffice.org> | 2017-03-13 23:30:45 +0000 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-19 05:43:51 +0000 |
commit | 7e24cedb9eaf68c2b95296bf6352f94e2a60532e (patch) | |
tree | 68d8e9540388fd02faa6312cd38a72e5b1736c31 /desktop | |
parent | de084e09cfbf646703c80fd84cebb5978e1ca940 (diff) |
fix typo/grammar: "the the" --> the
* also removing pointless ASCII art (tdf#62475)
* truncate ending whitespace in Doxyfile
Change-Id: I59b012f41ac0d170216229da85a49aa41689dee5
Reviewed-on: https://gerrit.libreoffice.org/35151
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/deployment/registry/dp_backenddb.cxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/desktop/source/deployment/registry/dp_backenddb.cxx b/desktop/source/deployment/registry/dp_backenddb.cxx index 127b07751cf4..f44b1d7ac2f1 100644 --- a/desktop/source/deployment/registry/dp_backenddb.cxx +++ b/desktop/source/deployment/registry/dp_backenddb.cxx @@ -459,9 +459,7 @@ void BackendDb::writeSimpleElement( } -/** The key elements have an url attribute and are always children of the root - element. -*/ +/// The key elements have an url attribute and are always children of the root element. Reference<css::xml::dom::XNode> BackendDb::writeKeyElement( OUString const & url) { @@ -474,7 +472,7 @@ Reference<css::xml::dom::XNode> BackendDb::writeKeyElement( const Reference<css::xml::dom::XNode> root = doc->getFirstChild(); //Check if there are an entry with the same url. This can be the case if the - //the status of an XPackage is ambiguous. In this case a call to activateExtension + //status of an XPackage is ambiguous. In this case a call to activateExtension //(dp_extensionmanager.cxx), will register the package again. See also //Package::processPackage_impl in dp_backend.cxx. //A package can become |