summaryrefslogtreecommitdiff
path: root/sw/inc/fesh.hxx
diff options
context:
space:
mode:
authorGulsah Kose <gulsah.1004@gmail.com>2016-08-11 10:40:19 +0300
committerMaxim Monastirsky <momonasmon@gmail.com>2016-09-07 21:31:27 +0300
commit37a3fc1ca2a08e41dcf39946d891e7e315106d64 (patch)
tree409636f6aafd802d9d810513f533804e900f2787 /sw/inc/fesh.hxx
parentf10549961983b10148ba9ffe91a5e6c19bde909f (diff)
tdf#101390 Add Arrows toolbox functions on writer drawingbar.
Writer arrows toolbox includes following commands .uno:LineArrowEnd .uno:LineCircleArrow .uno:LineSquareArrow .uno:LineArrows .uno:LineArrowStart .uno:LineArrowCircle .uno:LineArrowSquare .uno:Line Change-Id: I91af27826ea411eabfa61c11962cfb85d2d2aab2 Reviewed-on: https://gerrit.libreoffice.org/28363 Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
Diffstat (limited to 'sw/inc/fesh.hxx')
-rw-r--r--sw/inc/fesh.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/fesh.hxx b/sw/inc/fesh.hxx
index 2a868a0b6f91..20eb7c903e77 100644
--- a/sw/inc/fesh.hxx
+++ b/sw/inc/fesh.hxx
@@ -814,6 +814,7 @@ public:
const Point& _rDocPos );
void ToggleHeaderFooterEdit( );
+ static void SetLineEnds(SfxItemSet& rAttr, SdrObject* pObj, sal_uInt16 nSlotId);
};
void ClearFEShellTabCols();