summaryrefslogtreecommitdiff
path: root/sw/source/ui/app/docshdrw.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/app/docshdrw.cxx')
-rw-r--r--sw/source/ui/app/docshdrw.cxx8
1 files changed, 1 insertions, 7 deletions
diff --git a/sw/source/ui/app/docshdrw.cxx b/sw/source/ui/app/docshdrw.cxx
index 5979c0fa6d7d..c9319cb5579d 100644
--- a/sw/source/ui/app/docshdrw.cxx
+++ b/sw/source/ui/app/docshdrw.cxx
@@ -31,11 +31,7 @@
using namespace ::com::sun::star;
-/*--------------------------------------------------------------------
- Description: Load Document
- --------------------------------------------------------------------*/
-
-
+// Load Document
void SwDocShell::InitDraw()
{
SdrModel *pDrDoc = pDoc->GetDrawModel();
@@ -56,6 +52,4 @@ void SwDocShell::InitDraw()
PutItem( SvxColorListItem( XColorList::GetStdColorList(), SID_COLOR_TABLE ));
}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */