diff options
author | Noel Grandin <noel@peralex.com> | 2015-05-21 13:51:35 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-05-22 10:37:59 +0200 |
commit | 321b34419160da6829e30fc67f3d107fcb936390 (patch) | |
tree | 56ba938925bf854233453b349894c0087bdce158 /include/vcl/dockwin.hxx | |
parent | fc36c689cad5b76a3b256f19cf7caeaa9359560c (diff) |
convert TITLE_BUTTON constants to scoped enum
Change-Id: Ibfee4c394724570d9f64098d3703a08b7246ad2c
Diffstat (limited to 'include/vcl/dockwin.hxx')
-rw-r--r-- | include/vcl/dockwin.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/dockwin.hxx b/include/vcl/dockwin.hxx index 9965ebdeda8f..605441ed4d0b 100644 --- a/include/vcl/dockwin.hxx +++ b/include/vcl/dockwin.hxx @@ -146,12 +146,12 @@ public: void StartPopupMode( ToolBox* pParentToolBox, FloatWinPopupFlags nPopupModeFlags ); bool IsInPopupMode() const; - void TitleButtonClick( sal_uInt16 nButton ); + void TitleButtonClick( TitleButton nButton ); void Resizing( Size& rSize ); void Tracking( const TrackingEvent& rTEvt ); long Notify( NotifyEvent& rNEvt ); - void ShowTitleButton( sal_uInt16 nButton, bool bVisible = true ); + void ShowTitleButton( TitleButton nButton, bool bVisible = true ); void SetMinOutputSizePixel( const Size& rSize ); |