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, 2 insertions, 6 deletions
diff --git a/vcl/source/window/dockmgr.cxx b/vcl/source/window/dockmgr.cxx
index fc865cdbc90b..2ff6f0c79a6b 100644
--- a/vcl/source/window/dockmgr.cxx
+++ b/vcl/source/window/dockmgr.cxx
@@ -39,7 +39,6 @@
#define DOCKWIN_FLOATSTYLES (WB_SIZEABLE | WB_MOVEABLE | WB_CLOSEABLE | WB_STANDALONE | WB_PINABLE | WB_ROLLABLE )
-
class ImplDockFloatWin2 : public FloatingWindow
{
private:
@@ -75,7 +74,6 @@ public:
sal_uLong GetLastTicks() const { return mnLastTicks; }
};
-
ImplDockFloatWin2::ImplDockFloatWin2( Window* pParent, WinBits nWinBits,
ImplDockingWindowWrapper* pDockingWin ) :
FloatingWindow( pParent, nWinBits ),
@@ -306,7 +304,6 @@ bool ImplDockFloatWin2::Close()
return mpDockWin->Close();
}
-
DockingManager::DockingManager()
{
}
@@ -464,10 +461,10 @@ Rectangle DockingManager::GetPosSizePixel( const Window *pWindow )
return aRect;
}
-// =======================================================================
+
// special floating window for popup mode
// main purpose: provides tear-off area for undocking
-// =======================================================================
+
// if TEAROFF_DASHED defined a single dashed line is used
// otherwise multiple smaller lines will be painted
@@ -890,7 +887,6 @@ bool ImplDockingWindowWrapper::ImplStartDocking( const Point& rPos )
return true;
}
-
void ImplDockingWindowWrapper::ImplInitData()
{
mpDockingWindow = NULL;