aboutsummaryrefslogtreecommitdiff
path: root/source/ca/desktop
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2018-11-16 21:49:14 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2018-11-16 21:49:14 +0100
commit8ac785874f36764b40593b4c4d33b1a5848b4cc1 (patch)
tree45941f702bec89acb70ad76cc7b14b09117f3050 /source/ca/desktop
parent43ecc0b75a09ae6167f7368d056a3efbbbd1ae9e (diff)
Galician: remove duplicated string that breaks help creation
causes a segfault in helpex. Galician help is full of syntax errors – whatever tool the translators use for offline translation is pretty broken – but those don't break the build. Change-Id: I31a21a84ed3c732dd97b2f8e443b53443483bafc
Diffstat (limited to 'source/ca/desktop')
0 files changed, 0 insertions, 0 deletions
te_manager_improvements LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-08-19 23:37:26 +0200
committerJulien Nabet <serval2412@yahoo.fr>2013-08-19 23:37:26 +0200
commita388856fe749a846b69149f2ec852d8fdd7071e1 (patch)
tree49fd5b1899c069ac9d78a9fd90c7f6765aa5d79f /offapi
parentca543ef07afc6e396535d093b0c77743e20c8109 (diff)
offapi: fix doxygen warning in awt::XMessageBox.idl
Change-Id: I98e90d54ade44a6baf20c8f36bc536f3dfa43ffe
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/awt/XMessageBox.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/awt/XMessageBox.idl b/offapi/com/sun/star/awt/XMessageBox.idl
index 070b8a853e58..39b77a2051df 100644
--- a/offapi/com/sun/star/awt/XMessageBox.idl
+++ b/offapi/com/sun/star/awt/XMessageBox.idl
@@ -38,7 +38,7 @@ published interface XMessageBox
/** shows the message box.
@return
- one of <type>MessageBoxResults</type>.
+ one of MessageBoxResults.
*/
short execute();
};