summaryrefslogtreecommitdiff
path: root/include/svtools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-02-20 16:51:17 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-02-20 17:20:02 +0000
commit917d5b8b26a7428f7b7dd495a8db14a3ce16aa55 (patch)
tree2b69bf48c496a450e2de23b4d177afcffae8d953 /include/svtools
parent3ee1c41ac72aaae9f364708b1c4df58d7643a341 (diff)
Resolves: tdf#97731 allow status bar to adapt to its own preferred size
Change-Id: I4390f61a21eef21371ce7399bf746e60234b8db8
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/brwbox.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/brwbox.hxx b/include/svtools/brwbox.hxx
index 237ee5cbf6b9..ae950f5400a6 100644
--- a/include/svtools/brwbox.hxx
+++ b/include/svtools/brwbox.hxx
@@ -522,7 +522,7 @@ public:
void RowInserted( long nRow, long nNumRows = 1, bool bDoPaint = true, bool bKeepSelection = false );
// miscellaneous
- void ReserveControlArea( sal_uInt16 nWidth = USHRT_MAX );
+ bool ReserveControlArea(sal_uInt16 nWidth = USHRT_MAX);
Rectangle GetControlArea() const;
bool ProcessKey( const KeyEvent& rEvt );
void Dispatch( sal_uInt16 nId );