diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-10-18 14:48:48 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-10-18 15:17:34 +0200 |
commit | fdfc82ff2af11f37a61ae65da061e7e6ef8966a0 (patch) | |
tree | a7a2419c8cb815b9131e792baa49883ff7ba2f75 /sw/inc/hints.hxx | |
parent | e094ac0ff95f82a05810fc98945eb5229d19eadb (diff) |
move doxygen comments to header
Change-Id: I828f4290c99e750df66548109ef8ae9b496af297
Diffstat (limited to 'sw/inc/hints.hxx')
-rw-r--r-- | sw/inc/hints.hxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sw/inc/hints.hxx b/sw/inc/hints.hxx index f3af1afd06a6..bf6b5f9d67b7 100644 --- a/sw/inc/hints.hxx +++ b/sw/inc/hints.hxx @@ -132,6 +132,11 @@ class SwRefMarkFldUpdate : public SwMsgPoolItem { public: const OutputDevice* pOut; ///< pointer to the current output device + /** Is sent if reference marks should be updated. + + To get the page/chapter number, the frame has to be asked. For that we need + the current OutputDevice. + */ SwRefMarkFldUpdate( const OutputDevice* ); }; @@ -166,6 +171,7 @@ public: bool bModified : 1; bool bBehindSplitLine : 1; + /** Is sent if a table should be recalculated */ SwTableFmlUpdate( const SwTable* ); }; |