diff options
author | Noel Grandin <noel@peralex.com> | 2015-02-27 09:19:55 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-03-02 08:59:17 +0200 |
commit | f9ba16e44b2813dd1fc9b0e06994f67c6350f050 (patch) | |
tree | c313171846f005e6299c38c47e010bb6daad6e15 /sw/inc/fesh.hxx | |
parent | 019ab2b00fb022383eaa85e6be66d97504587088 (diff) |
convert SW_CHAIN_ constants to enum class
Change-Id: If3cd86cbb0b01f975456b93b05232e18ec742828
Diffstat (limited to 'sw/inc/fesh.hxx')
-rw-r--r-- | sw/inc/fesh.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/fesh.hxx b/sw/inc/fesh.hxx index 55ef44beb866..dc8edfd3153c 100644 --- a/sw/inc/fesh.hxx +++ b/sw/inc/fesh.hxx @@ -447,9 +447,9 @@ public: /** For Chain always connect Fly specified by format with that hit by point. rRect contains rect of Fly (for its highlight). */ - int Chainable( SwRect &rRect, const SwFrmFmt &rSource, const Point &rPt ) const; - int Chain( SwFrmFmt &rSource, const Point &rPt ); - int Chain( SwFrmFmt &rSource, const SwFrmFmt &rDest ); + SwChainRet Chainable( SwRect &rRect, const SwFrmFmt &rSource, const Point &rPt ) const; + SwChainRet Chain( SwFrmFmt &rSource, const Point &rPt ); + SwChainRet Chain( SwFrmFmt &rSource, const SwFrmFmt &rDest ); void Unchain( SwFrmFmt &rFmt ); void HideChainMarker(); void SetChainMarker(); |