diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-10-07 11:58:44 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-10-07 12:07:43 +0200 |
commit | f1cb6a031e5ba3fbdfb722175d82f48ee1e6067f (patch) | |
tree | 99eccc9e16592427d02b46aa2a91f085c101ca36 /sw/inc | |
parent | cb2b7a951ba447796611eaf411842ef9572a3d6c (diff) |
loplugin:staticmethods: sw
Change-Id: I2b06eb926ebc8ab04883da3272ea239a12e09436
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/fesh.hxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/inc/fesh.hxx b/sw/inc/fesh.hxx index a4e2b65b6101..79bb65dd85f4 100644 --- a/sw/inc/fesh.hxx +++ b/sw/inc/fesh.hxx @@ -223,15 +223,15 @@ private: SAL_DLLPRIVATE const SwFrame *GetBox( const Point &rPt, bool* pbRow = nullptr, bool* pbCol = nullptr ) const; // 0 == not in any column. - SAL_DLLPRIVATE sal_uInt16 GetCurColNum_( const SwFrame *pFrame, - SwGetCurColNumPara* pPara ) const; + SAL_DLLPRIVATE static sal_uInt16 GetCurColNum_( const SwFrame *pFrame, + SwGetCurColNumPara* pPara ); - SAL_DLLPRIVATE void GetTabCols_( SwTabCols &rToFill, const SwFrame *pBox ) const; - SAL_DLLPRIVATE void GetTabRows_( SwTabCols &rToFill, const SwFrame *pBox ) const; + SAL_DLLPRIVATE static void GetTabCols_( SwTabCols &rToFill, const SwFrame *pBox ); + SAL_DLLPRIVATE static void GetTabRows_( SwTabCols &rToFill, const SwFrame *pBox ); SAL_DLLPRIVATE bool ImpEndCreate(); - SAL_DLLPRIVATE ObjCntType GetObjCntType( const SdrObject& rObj ) const; + SAL_DLLPRIVATE static ObjCntType GetObjCntType( const SdrObject& rObj ); /// Methods for copying of draw objects. SAL_DLLPRIVATE bool CopyDrawSel( SwFEShell* pDestShell, const Point& rSttPt, |