summaryrefslogtreecommitdiff
path: root/sd/source/ui/docshell
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/docshell
parent07d1d90f7ae732c362c1a59f97a89156ae6ebd70 (diff)
Remove empty comments
Diffstat (limited to 'sd/source/ui/docshell')
-rw-r--r--sd/source/ui/docshell/docshel2.cxx12
-rw-r--r--sd/source/ui/docshell/docshel4.cxx15
-rw-r--r--sd/source/ui/docshell/docshell.cxx6
-rw-r--r--sd/source/ui/docshell/sdclient.cxx6
4 files changed, 0 insertions, 39 deletions
diff --git a/sd/source/ui/docshell/docshel2.cxx b/sd/source/ui/docshell/docshel2.cxx
index 030da66a7ce6..35b81d1a7390 100644
--- a/sd/source/ui/docshell/docshel2.cxx
+++ b/sd/source/ui/docshell/docshel2.cxx
@@ -161,12 +161,6 @@ void DrawDocShell::Draw(OutputDevice* pOut, const JobSetup&, USHORT nAspect)
// }
}
-/*************************************************************************
-|*
-|*
-|*
-\************************************************************************/
-
Rectangle DrawDocShell::GetVisArea(USHORT nAspect) const
{
Rectangle aVisArea;
@@ -225,12 +219,6 @@ void DrawDocShell::Disconnect(ViewShell* pViewSh)
}
}
-/*************************************************************************
-|*
-|*
-|*
-\************************************************************************/
-
FrameView* DrawDocShell::GetFrameView()
{
FrameView* pFrameView = NULL;
diff --git a/sd/source/ui/docshell/docshel4.cxx b/sd/source/ui/docshell/docshel4.cxx
index e30eaadd1b5d..e081eed7cae4 100644
--- a/sd/source/ui/docshell/docshel4.cxx
+++ b/sd/source/ui/docshell/docshel4.cxx
@@ -189,21 +189,11 @@ void DrawDocShell::UpdateFontList()
PutItem( aFontListItem );
}
-/*************************************************************************
-|*
-|*
-|*
-\************************************************************************/
Printer* DrawDocShell::GetDocumentPrinter()
{
return GetPrinter(FALSE);
}
-/*************************************************************************
-|*
-|*
-|*
-\************************************************************************/
void DrawDocShell::OnDocumentPrinterChanged(Printer* pNewPrinter)
{
// if we already have a printer, see if its the same
@@ -229,11 +219,6 @@ void DrawDocShell::OnDocumentPrinterChanged(Printer* pNewPrinter)
}
}
-/*************************************************************************
-|*
-|*
-|*
-\************************************************************************/
void DrawDocShell::UpdateRefDevice()
{
if( mpDoc )
diff --git a/sd/source/ui/docshell/docshell.cxx b/sd/source/ui/docshell/docshell.cxx
index aaaecc27f71e..b59fb2bfc328 100644
--- a/sd/source/ui/docshell/docshell.cxx
+++ b/sd/source/ui/docshell/docshell.cxx
@@ -478,12 +478,6 @@ void DrawDocShell::UpdateTablePointers()
UpdateFontList();
}
-/*************************************************************************
-|*
-|*
-|*
-\************************************************************************/
-
void DrawDocShell::CancelSearching()
{
if( dynamic_cast<FuSearch*>( mxDocShellFunction.get() ) )
diff --git a/sd/source/ui/docshell/sdclient.cxx b/sd/source/ui/docshell/sdclient.cxx
index 59d04ae257ce..2634572150e9 100644
--- a/sd/source/ui/docshell/sdclient.cxx
+++ b/sd/source/ui/docshell/sdclient.cxx
@@ -148,12 +148,6 @@ void Client::ObjectAreaChanged()
}
}
-/*************************************************************************
-|*
-|*
-|*
-\************************************************************************/
-
void Client::ViewChanged()
{
if ( GetAspect() == embed::Aspects::MSOLE_ICON )