diff --git a/sw/inc/fmtautofmt.hxx b/sw/inc/fmtautofmt.hxx index f4ac2fae7035..1523389083bd 100644 --- a/sw/inc/fmtautofmt.hxx +++ b/sw/inc/fmtautofmt.hxx @@ -23,6 +23,10 @@ #include #include +/// Has a shared reference to an "auto-style", i.e. a not named collection of character formats. It +/// is owned by an SwTextAttrEnd, which is then stored in the SwpHints of an SwTextNode. +/// +/// This is the primary way how direct character formats are stored inside a paragraph. class SW_DLLPUBLIC SwFormatAutoFormat final : public SfxPoolItem { std::shared_ptr mpHandle;