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-11-13 21:29:45 +0100
commit63540cbef6484fa9dc017c93676d0b5e85075303 (patch)
tree575d181f80d7601cbc816249f95d9f65b8f10b75 /include
parenta874f1e6d4b3195885f440e2aaf2c848db435985 (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> tdf#137790 calc: set minimal line width: unit test Change-Id: Idac7c23e55b3c4ee94790458fca5e7a7a5522098 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105301 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105409 Tested-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 f9a6195258eb..d6fc1c65823e 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(); }