summaryrefslogtreecommitdiff
path: root/sw/inc/numrule.hxx
diff options
context:
space:
mode:
authorAbhyudaya Sharma <sharmaabhyudaya@gmail.com>2018-05-18 17:28:25 +0530
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2018-05-22 08:35:22 +0200
commit038c607e4093d5a26e37d41805def1c5d65ff32d (patch)
tree354c2a6dd3ef1ca9ca89a1a94ae6c44a9a90f70a /sw/inc/numrule.hxx
parentd9cc5a1c28a98bc2d4014a14a8e931662e94e037 (diff)
tdf#108523 Remove @author annotations
Change-Id: Icd9cd2c17657001058f09c4042804a91b4f1d1b1 Reviewed-on: https://gerrit.libreoffice.org/54539 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sw/inc/numrule.hxx')
-rw-r--r--sw/inc/numrule.hxx27
1 files changed, 4 insertions, 23 deletions
diff --git a/sw/inc/numrule.hxx b/sw/inc/numrule.hxx
index fe6476a93fde..7d9da21ad0f7 100644
--- a/sw/inc/numrule.hxx
+++ b/sw/inc/numrule.hxx
@@ -173,10 +173,7 @@ public:
const bool bInclSuperiorNumLabels,
const int nRestrictInclToThisLevel ) const;
- /**
-
- @return list of associated text nodes
- */
+ /** @return list of associated text nodes */
void GetTextNodeList( SwNumRule::tTextNodeList& rTextNodeList ) const;
SwNumRule::tTextNodeList::size_type GetTextNodeListSize() const;
@@ -274,44 +271,28 @@ public:
/// namespace for static functions and methods for numbering and bullets
namespace numfunc
{
- /** retrieve font family name used for the default bullet list characters
-
- @author OD
- */
+ /** retrieve font family name used for the default bullet list characters */
OUString const & GetDefBulletFontname();
/** determine if default bullet font is user defined
The default bullet font is user defined, if it is given in the user configuration
-
- @author OD
*/
bool IsDefBulletFontUserDefined();
- /** retrieve font used for the default bullet list characters
-
- @author OD
- */
+ /** retrieve font used for the default bullet list characters */
SW_DLLPUBLIC const vcl::Font& GetDefBulletFont();
- /** retrieve unicode of character used for the default bullet list for the given list level
-
- @author OD
- */
+ /** retrieve unicode of character used for the default bullet list for the given list level */
sal_Unicode GetBulletChar( sal_uInt8 nLevel );
/** configuration, if at first position of the first list item the <TAB>-key
increased the indent of the complete list or only demotes this list item.
The same for <SHIFT-TAB>-key at the same position for decreasing the
indent of the complete list or only promotes this list item.
-
- @author OD
*/
bool ChangeIndentOnTabAtFirstPosOfFirstListItem();
- /**
- @author OD
- */
SvxNumberFormat::SvxNumPositionAndSpaceMode GetDefaultPositionAndSpaceMode();
}