summaryrefslogtreecommitdiff
path: root/sw/inc/hintids.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-10-18 14:48:48 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-10-18 15:17:34 +0200
commitfdfc82ff2af11f37a61ae65da061e7e6ef8966a0 (patch)
treea7a2419c8cb815b9131e792baa49883ff7ba2f75 /sw/inc/hintids.hxx
parente094ac0ff95f82a05810fc98945eb5229d19eadb (diff)
move doxygen comments to header
Change-Id: I828f4290c99e750df66548109ef8ae9b496af297
Diffstat (limited to 'sw/inc/hintids.hxx')
-rw-r--r--sw/inc/hintids.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/sw/inc/hintids.hxx b/sw/inc/hintids.hxx
index 76d52020ff8c..5774ffb5254c 100644
--- a/sw/inc/hintids.hxx
+++ b/sw/inc/hintids.hxx
@@ -431,6 +431,11 @@ typedef SfxPoolItem* SwDfltAttrTab[ POOLATTR_END - POOLATTR_BEGIN ];
extern SwDfltAttrTab aAttrTab;
extern SfxItemInfo aSlotTab[];
+/** Get the default attribute from corresponding default attribute table.
+
+ @param[in] nWhich Position in table
+ @return Attribute if found, null pointer otherwise
+*/
SW_DLLPUBLIC const SfxPoolItem* GetDfltAttr( sal_uInt16 nWhich );
SW_DLLPUBLIC sal_uInt16 GetWhichOfScript( sal_uInt16 nWhich, sal_uInt16 nScript );