summaryrefslogtreecommitdiff
path: root/sw/inc/fesh.hxx
diff options
context:
space:
mode:
authorTamás Zolnai <tamas.zolnai@collabora.com>2019-01-03 13:07:29 +0100
committerTamás Zolnai <tamas.zolnai@collabora.com>2019-01-03 21:45:53 +0100
commit021c3a0ee1c95a1b0b8e7c72f9d8e81718862a62 (patch)
treeb1b46e5477afce4504df2a46e49296e20a27a3f1 /sw/inc/fesh.hxx
parentd02f89770f427c1a864641bf8bf2d0d1f59d8117 (diff)
Unfloat: Introduce Unfloat table button as a frame control
Use the same button style and color what LO uses for header/footer button. Later it might be a good idea to have a separate configurable color for this button, but for now it's seems unneeded to introduce a new configure option for this. Change-Id: Idf86aaa44e29846a2ee211a81fe5376b4335bb05 Reviewed-on: https://gerrit.libreoffice.org/65818 Tested-by: Jenkins Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Diffstat (limited to 'sw/inc/fesh.hxx')
-rw-r--r--sw/inc/fesh.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/inc/fesh.hxx b/sw/inc/fesh.hxx
index edb7be967150..97feecbeeeab 100644
--- a/sw/inc/fesh.hxx
+++ b/sw/inc/fesh.hxx
@@ -227,8 +227,6 @@ private:
SAL_DLLPRIVATE bool ImpEndCreate();
- SAL_DLLPRIVATE static ObjCntType GetObjCntType( const SdrObject& rObj );
-
/// Methods for copying of draw objects.
SAL_DLLPRIVATE bool CopyDrawSel( SwFEShell* pDestShell, const Point& rSttPt,
const Point& rInsPt, bool bIsMove,
@@ -311,6 +309,7 @@ public:
* drag&drop of controls into header */
bool IsSelContainsControl() const;
+ static ObjCntType GetObjCntType( const SdrObject& rObj );
ObjCntType GetObjCntType( const Point &rPt, SdrObject *&rpObj ) const;
ObjCntType GetObjCntTypeOfSelection() const;