summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/frame
diff options
context:
space:
mode:
authordennisroczek <dennisroczek@libreoffice.org>2017-03-13 23:30:45 +0000
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-19 05:43:51 +0000
commit7e24cedb9eaf68c2b95296bf6352f94e2a60532e (patch)
tree68d8e9540388fd02faa6312cd38a72e5b1736c31 /offapi/com/sun/star/frame
parentfix grammar/typo: defunctional --> nonfunctional (diff)
downloadcore-7e24cedb9eaf68c2b95296bf6352f94e2a60532e.tar.gz
core-7e24cedb9eaf68c2b95296bf6352f94e2a60532e.zip
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 'offapi/com/sun/star/frame')
-rw-r--r--offapi/com/sun/star/frame/ControlCommand.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/frame/ControlCommand.idl b/offapi/com/sun/star/frame/ControlCommand.idl
index 375718694b62..c608e872e6c1 100644
--- a/offapi/com/sun/star/frame/ControlCommand.idl
+++ b/offapi/com/sun/star/frame/ControlCommand.idl
@@ -41,7 +41,7 @@ struct ControlCommand
/** specifies a sequence of named values which are used as argument
for the command. The number and type of arguments depend on the
- the command and control.
+ command and control.
*/
sequence< com::sun::star::beans::NamedValue > Arguments;
};