include/editeng/tstpitem.hxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 6b19f32252f8ba5540ce3b1e38f8ac6112421906
Author:     Sarper Akdemir <sarper.akde...@collabora.com>
AuthorDate: Thu Mar 30 01:37:07 2023 +0300
Commit:     Sarper Akdemir <sarper.akde...@collabora.com>
CommitDate: Thu Mar 30 11:30:10 2023 +0000

    add docstring for unclear default distance property in SvxTabStopItem
    
    Change-Id: I6c9eef0a2167f738cdab8171d082becfca401d25
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149740
    Tested-by: Jenkins
    Reviewed-by: Sarper Akdemir <sarper.akde...@collabora.com>

diff --git a/include/editeng/tstpitem.hxx b/include/editeng/tstpitem.hxx
index 4c015d6677ec..037e76636641 100644
--- a/include/editeng/tstpitem.hxx
+++ b/include/editeng/tstpitem.hxx
@@ -92,6 +92,7 @@ typedef o3tl::sorted_vector<SvxTabStop> SvxTabStopArr;
 class EDITENG_DLLPUBLIC SvxTabStopItem final : public SfxPoolItem
 {
     SvxTabStopArr maTabStops;
+    /// Defines default tab width for tabs without dedicated tab stop in the 
paragraph.
     sal_Int32 mnDefaultDistance = 0;
 
 public:

Reply via email to