summaryrefslogtreecommitdiff
path: root/sfx2/source/sidebar/DeckTitleBar.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/sidebar/DeckTitleBar.cxx')
-rw-r--r--sfx2/source/sidebar/DeckTitleBar.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/sidebar/DeckTitleBar.cxx b/sfx2/source/sidebar/DeckTitleBar.cxx
index 9a7e34870045..6700014e82a4 100644
--- a/sfx2/source/sidebar/DeckTitleBar.cxx
+++ b/sfx2/source/sidebar/DeckTitleBar.cxx
@@ -78,7 +78,7 @@ DeckTitleBar::~DeckTitleBar()
{
}
-tools::Rectangle DeckTitleBar::GetDragArea()
+tools::Rectangle DeckTitleBar::GetDragArea() const
{
int x, y, width, height;
if (mxGripWidget->GetDrawingArea()->get_extents_relative_to(*mxTitlebar, x, y, width, height))