summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2020-02-04 15:38:46 +0200
committerTor Lillqvist <tml@collabora.com>2020-05-18 08:47:58 +0200
commit6f7151609db48fcc2d74c7419952a6298c83c2e2 (patch)
treef02cb75046bd12b15da4aea17ff4e3cfd5e8cb44 /include
parent7dc3de5264cc5379f67ed6b12472d8fa0d15325e (diff)
tdf#128468: Add SvxRuler::MoveTabstop() and use it
Change-Id: If223bde1ae5161da821530d36e50a971c62f6944 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87977 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Tor Lillqvist <tml@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94225 Tested-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'include')
-rw-r--r--include/svx/ruler.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/svx/ruler.hxx b/include/svx/ruler.hxx
index b27b49ca1b27..8fa3b303b696 100644
--- a/include/svx/ruler.hxx
+++ b/include/svx/ruler.hxx
@@ -278,6 +278,8 @@ public:
void SetTabsRelativeToIndent( bool bRel );
void SetValues(RulerChangeType type, long value);
long GetPageWidth() const;
+
+ void MoveTabstop(int nTabstop, int nAmount);
};
#endif