summaryrefslogtreecommitdiff
path: root/include/vcl/dockwin.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/dockwin.hxx')
-rw-r--r--include/vcl/dockwin.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/dockwin.hxx b/include/vcl/dockwin.hxx
index 1587be0b8061..fe4b7c6d0344 100644
--- a/include/vcl/dockwin.hxx
+++ b/include/vcl/dockwin.hxx
@@ -140,7 +140,7 @@ public:
void Lock();
void Unlock();
- bool IsLocked() const;
+ bool IsLocked() const { return mbLocked;}
void StartPopupMode( ToolBox* pParentToolBox, sal_uLong nPopupModeFlags );
bool IsInPopupMode() const;
@@ -170,7 +170,7 @@ public:
FloatingWindow* GetFloatingWindow() const { return mpFloatWin; }
void SetFloatStyle( WinBits nWinStyle );
- WinBits GetFloatStyle() const;
+ WinBits GetFloatStyle() const { return mnFloatBits;}
virtual void setPosSizePixel( long nX, long nY,
long nWidth, long nHeight,