summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/view/drviews3.cxx
diff options
context:
space:
mode:
authorJ. Graeme Lingard <jgraeme+git@gmail.com>2010-11-20 17:34:37 +0000
committerJ. Graeme Lingard <jgraeme+git@gmail.com>2010-11-20 17:34:37 +0000
commite5cedfc83a548e5554e79cba141665f07ada96b5 (patch)
treeed67b6dafed54285e39dc91686bfa8e133d775e6 /sd/source/ui/view/drviews3.cxx
parentfix unused variable left over after 7234327b5e949ec7769505f6dd02630135ec788f (diff)
downloadcore-e5cedfc83a548e5554e79cba141665f07ada96b5.tar.gz
core-e5cedfc83a548e5554e79cba141665f07ada96b5.zip
Remove empty comments
Diffstat (limited to 'sd/source/ui/view/drviews3.cxx')
-rw-r--r--sd/source/ui/view/drviews3.cxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/sd/source/ui/view/drviews3.cxx b/sd/source/ui/view/drviews3.cxx
index 363212fe0c9f..ba41975a4e2f 100644
--- a/sd/source/ui/view/drviews3.cxx
+++ b/sd/source/ui/view/drviews3.cxx
@@ -997,24 +997,11 @@ void DrawViewShell::GetSnapItemState( SfxItemSet &rSet )
}
}
-
-/*************************************************************************
-|*
-|*
-|*
-\************************************************************************/
-
void DrawViewShell::AddWindow (::sd::Window* pWin)
{
mpDrawView->AddWindowToPaintView(pWin);
}
-/*************************************************************************
-|*
-|*
-|*
-\************************************************************************/
-
void DrawViewShell::RemoveWindow(::sd::Window* pWin)
{
mpDrawView->DeleteWindowFromPaintView(pWin);