summaryrefslogtreecommitdiff
path: root/vcl/source/window/dockmgr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/window/dockmgr.cxx')
-rw-r--r--vcl/source/window/dockmgr.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/vcl/source/window/dockmgr.cxx b/vcl/source/window/dockmgr.cxx
index 93014d3886ca..8abb6ff20db2 100644
--- a/vcl/source/window/dockmgr.cxx
+++ b/vcl/source/window/dockmgr.cxx
@@ -1338,10 +1338,6 @@ void ImplDockingWindowWrapper::SetFloatStyle( WinBits nStyle )
mnFloatBits = nStyle;
}
-WinBits ImplDockingWindowWrapper::GetFloatStyle() const
-{
- return mnFloatBits;
-}
void ImplDockingWindowWrapper::setPosSizePixel( long nX, long nY,
long nWidth, long nHeight,
@@ -1418,9 +1414,5 @@ void ImplDockingWindowWrapper::Unlock()
pToolBox->Lock( mbLocked );
}
-bool ImplDockingWindowWrapper::IsLocked() const
-{
- return mbLocked;
-}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */