summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/FloatingTableButton.hxx
diff options
context:
space:
mode:
authorTamás Zolnai <tamas.zolnai@collabora.com>2019-03-22 21:46:00 +0100
committerAndras Timar <andras.timar@collabora.com>2019-03-24 19:40:00 +0100
commit8e005a5677d5cfca18bb68d2a66fc269e5034d25 (patch)
tree58d33d71e9efe9d3b8d4079a82dcd63b01a3b4ba /sw/source/uibase/inc/FloatingTableButton.hxx
parent0100258f2d2e24196417784993c2c5801bf00345 (diff)
Unfloat: Move the button to the top of the frame cp-6.0-27
User can find it easier in this position. Reviewed-on: https://gerrit.libreoffice.org/69562 Tested-by: Jenkins Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com> (cherry picked from commit 743b0a92acc3d1850f4890efaa706098ebf9f558) Change-Id: I38fd782485a180e0d5223b52cc2c6ee061661600 Reviewed-on: https://gerrit.libreoffice.org/69581 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'sw/source/uibase/inc/FloatingTableButton.hxx')
-rw-r--r--sw/source/uibase/inc/FloatingTableButton.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/FloatingTableButton.hxx b/sw/source/uibase/inc/FloatingTableButton.hxx
index b64ddfe07912..6e8fd4a81ce2 100644
--- a/sw/source/uibase/inc/FloatingTableButton.hxx
+++ b/sw/source/uibase/inc/FloatingTableButton.hxx
@@ -21,7 +21,7 @@ public:
FloatingTableButton(SwEditWin* pEditWin, const SwFrame* pFrame);
virtual ~FloatingTableButton() override;
- void SetOffset(Point aBottomRightPixel);
+ void SetOffset(Point aTopRightPixel);
virtual void MouseButtonDown(const MouseEvent& rMEvt) override;
virtual void Paint(vcl::RenderContext& rRenderContext, const tools::Rectangle& rRect) override;
@@ -34,4 +34,4 @@ public:
#endif
-/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */ \ No newline at end of file
+/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */