summaryrefslogtreecommitdiff
path: root/sw/source/ui/uiview/view0.cxx
diff options
context:
space:
mode:
authorPrashant Shah <pshah.mumbai@gmail.com>2010-10-11 17:38:56 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2010-10-11 17:38:56 -0500
commitecb8af14da097ef7ab4625b5ee46a435b2e0d678 (patch)
tree79a63a6ee99ba3cb915f9ae0d456f04822039baf /sw/source/ui/uiview/view0.cxx
parent99f933972a0491907b33a116e15ceb88d863b99a (diff)
Remove bogus comment in sw
Diffstat (limited to 'sw/source/ui/uiview/view0.cxx')
-rw-r--r--sw/source/ui/uiview/view0.cxx20
1 files changed, 0 insertions, 20 deletions
diff --git a/sw/source/ui/uiview/view0.cxx b/sw/source/ui/uiview/view0.cxx
index 93a29f699f5a..0cd9f3188a2e 100644
--- a/sw/source/ui/uiview/view0.cxx
+++ b/sw/source/ui/uiview/view0.cxx
@@ -94,7 +94,6 @@
#include "swslots.hxx"
#include <PostItMgr.hxx>
-
using namespace ::com::sun::star;
using ::rtl::OUString;
@@ -104,7 +103,6 @@ using ::rtl::OUString;
#include <unomid.h>
-
SFX_IMPL_NAMED_VIEWFACTORY(SwView, "Default")
{
if ( SvtModuleOptions().IsWriter() )
@@ -136,24 +134,16 @@ SFX_IMPL_INTERFACE( SwView, SfxViewShell, SW_RES(RID_TOOLS_TOOLBOX) )
TYPEINIT1(SwView,SfxViewShell)
-/*-----------------13.12.97 11:06-------------------
-
---------------------------------------------------*/
ShellModes SwView::GetShellMode()
{
return pViewImpl->GetShellMode();
}
-/*-----------------13.12.97 11:28-------------------
-
---------------------------------------------------*/
view::XSelectionSupplier* SwView::GetUNOObject()
{
return pViewImpl->GetUNOObject();
}
-/* -----------------------------06.05.2002 13:18------------------------------
- ---------------------------------------------------------------------------*/
void SwView::ApplyAccessiblityOptions(SvtAccessibilityOptions& rAccessibilityOptions)
{
pWrtShell->ApplyAccessiblityOptions(rAccessibilityOptions);
@@ -162,39 +152,29 @@ void SwView::ApplyAccessiblityOptions(SvtAccessibilityOptions& rAccessibilityOpt
pWrtShell->ShowCrsr();
}
-/*-- 26.05.2004 09:14:25---------------------------------------------------
- -----------------------------------------------------------------------*/
void SwView::SetMailMergeConfigItem(SwMailMergeConfigItem* pConfigItem,
sal_uInt16 nRestart, sal_Bool bIsSource)
{
pViewImpl->SetMailMergeConfigItem(pConfigItem, nRestart, bIsSource);
UIFeatureChanged();
}
-/*-- 26.05.2004 09:14:25---------------------------------------------------
- -----------------------------------------------------------------------*/
SwMailMergeConfigItem* SwView::GetMailMergeConfigItem()
{
return pViewImpl->GetMailMergeConfigItem();
}
-/*-- 26.05.2004 09:14:25---------------------------------------------------
- -----------------------------------------------------------------------*/
sal_uInt16 SwView::GetMailMergeRestartPage() const
{
return pViewImpl->GetMailMergeRestartPage();
}
-/*-- 03.09.2004 11:56:33---------------------------------------------------
- -----------------------------------------------------------------------*/
sal_Bool SwView::IsMailMergeSourceView() const
{
return pViewImpl->IsMailMergeSourceView();
}
-/*-- 12.04.2006 11:51:40---------------------------------------------------
- -----------------------------------------------------------------------*/
sal_Bool lcl_IsViewMarks( const SwViewOption& rVOpt )
{
return rVOpt.IsHardBlank() &&