summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSarper Akdemir <sarper.akdemir@collabora.com>2023-03-30 01:37:07 +0300
committerSarper Akdemir <sarper.akdemir@collabora.com>2023-03-30 11:30:10 +0000
commit6b19f32252f8ba5540ce3b1e38f8ac6112421906 (patch)
tree59c0f0d689c0feac1fcc2a364b18e9551c8758d8
parentefbbc141b0db77510b41b452bf3931fc3c9ecc7e (diff)
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.akdemir@collabora.com>
-rw-r--r--include/editeng/tstpitem.hxx1
1 files changed, 1 insertions, 0 deletions
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: