summaryrefslogtreecommitdiff
path: root/sw/inc/fmtflcnt.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-05-26 16:49:34 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-05-26 18:01:31 +0200
commit8db20d8b4ea8b30cc92ac414daf1b57fc9852e1a (patch)
treeff63acdec57d0c9898338aa86f1bcac6d1a58da2 /sw/inc/fmtflcnt.hxx
parent2e30212c1bb107e1ddd96977ebea38716939a57a (diff)
SwFmtFlyCnt: add doxygen comment
Change-Id: I9e48b471f4afbb071112f3b1f5b71ee42cfe186f
Diffstat (limited to 'sw/inc/fmtflcnt.hxx')
-rw-r--r--sw/inc/fmtflcnt.hxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/sw/inc/fmtflcnt.hxx b/sw/inc/fmtflcnt.hxx
index d79566b35b2b..ea57e384c8f6 100644
--- a/sw/inc/fmtflcnt.hxx
+++ b/sw/inc/fmtflcnt.hxx
@@ -23,8 +23,12 @@
class SwFrmFmt;
class SwTxtFlyCnt;
-// ATT_FLYCNT
+/**
+ * Format of a fly content.
+ *
+ * A pool item that is attached to the placeholder character of an as-character frame. (TextFrame, etc.)
+ */
class SwFmtFlyCnt : public SfxPoolItem
{
friend class SwTxtFlyCnt;