summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc
diff options
context:
space:
mode:
authorZolnai Tamás <zolnaitamas2000@gmail.com>2013-10-06 21:08:04 +0200
committerZolnai Tamás <zolnaitamas2000@gmail.com>2013-10-06 21:08:04 +0200
commitea4740c83285fb23ab351257582505aa676e01a3 (patch)
treee2a6468ce3ce9e6589f1c05643d5911b6ba8e3c1 /sw/source/ui/inc
parentfdo#58912 HTML export: headers and footers cause non-validating html (diff)
downloadcore-ea4740c83285fb23ab351257582505aa676e01a3.tar.gz
core-ea4740c83285fb23ab351257582505aa676e01a3.zip
@param[in|out] -> @param[in,out]
Change-Id: I585ca1450c22b77a03d0408fb5848be0838253da
Diffstat (limited to 'sw/source/ui/inc')
-rw-r--r--sw/source/ui/inc/uitool.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/inc/uitool.hxx b/sw/source/ui/inc/uitool.hxx
index ecf178329e80..f4a0484381f3 100644
--- a/sw/source/ui/inc/uitool.hxx
+++ b/sw/source/ui/inc/uitool.hxx
@@ -49,7 +49,7 @@ SW_DLLPUBLIC void PrepareBoxInfo(SfxItemSet& rSet, const SwWrtShell& rSh);
/**
* Convert character specific attributes to general ones used by tab pages.
*
- * @param[in|out] rSet the set in which character attributes are stored
+ * @param[in,out] rSet the set in which character attributes are stored
* @param[in] nMode specify the dialog which will be called after conversion
**/
SW_DLLPUBLIC void ConvertAttrCharToGen(SfxItemSet& rSet, const sal_uInt8 nMode);
@@ -58,7 +58,7 @@ SW_DLLPUBLIC void ConvertAttrCharToGen(SfxItemSet& rSet, const sal_uInt8 nMode);
* Convert general attributes to the corresponding character attributes.
* This method is used after executed a character dialog.
*
- * @param[in|out] rSet the set in which character attributes are stored
+ * @param[in,out] rSet the set in which character attributes are stored
* @param[in] nMode specify the dialog which was called before
**/
SW_DLLPUBLIC void ConvertAttrGenToChar(SfxItemSet& rSet, const sal_uInt8 nMode);