summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/view/drviews4.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/drviews4.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/drviews4.cxx')
-rw-r--r--sd/source/ui/view/drviews4.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/sd/source/ui/view/drviews4.cxx b/sd/source/ui/view/drviews4.cxx
index 79fac4455b18..9339b262308a 100644
--- a/sd/source/ui/view/drviews4.cxx
+++ b/sd/source/ui/view/drviews4.cxx
@@ -908,23 +908,11 @@ void DrawViewShell::ShowMousePosInfo(const Rectangle& rRect,
}
}
-/*************************************************************************
-|*
-|*
-|*
-\************************************************************************/
-
void DrawViewShell::LockInput()
{
mnLockCount++;
}
-/*************************************************************************
-|*
-|*
-|*
-\************************************************************************/
-
void DrawViewShell::UnlockInput()
{
DBG_ASSERT( mnLockCount, "Input for this shell is not locked!" );