summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSerge Krot <Serge.Krot@cib.de>2020-10-27 11:26:55 +0100
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2020-10-28 10:36:38 +0100
commitde1c4863ab993c80d8fea50ce420d568f75bf2e6 (patch)
treedb4218d091576177b584d49ab097fec96044e533 /include
parentaed40ae47a8bfb2f10d4f9989e9a7c55a1ea575e (diff)
tdf#137790 calc: Minimal line width for different line styles
Change-Id: I4d062f054a5ef6da7ef595190a7b3c6e2a0b191e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104865 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'include')
-rw-r--r--include/svx/frmsel.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/svx/frmsel.hxx b/include/svx/frmsel.hxx
index 5c07aa370d8c..498b4857c352 100644
--- a/include/svx/frmsel.hxx
+++ b/include/svx/frmsel.hxx
@@ -153,6 +153,8 @@ public:
/** Sets the passed color to all selected frame borders. */
void SetColorToSelection( const Color& rColor );
+ SvxBorderLineStyle getCurrentStyleLineStyle() const;
+
// accessibility
css::uno::Reference<css::accessibility::XAccessible> getAccessibleParent() const { return GetDrawingArea()->get_accessible_parent(); }