summaryrefslogtreecommitdiff
path: root/sw/source/ui/uiview/viewprt.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/viewprt.cxx
parent99f933972a0491907b33a116e15ceb88d863b99a (diff)
Remove bogus comment in sw
Diffstat (limited to 'sw/source/ui/uiview/viewprt.cxx')
-rw-r--r--sw/source/ui/uiview/viewprt.cxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/sw/source/ui/uiview/viewprt.cxx b/sw/source/ui/uiview/viewprt.cxx
index 1b8717fe25ca..52bb848fd1d1 100644
--- a/sw/source/ui/uiview/viewprt.cxx
+++ b/sw/source/ui/uiview/viewprt.cxx
@@ -91,12 +91,9 @@
using namespace ::com::sun::star;
-
/*--------------------------------------------------------------------
Beschreibung: Drucker an Sfx uebergeben
--------------------------------------------------------------------*/
-
-
SfxPrinter* __EXPORT SwView::GetPrinter( BOOL bCreate )
{
const IDocumentDeviceAccess* pIDDA = GetWrtShell().getIDocumentDeviceAccess();
@@ -113,7 +110,6 @@ SfxPrinter* __EXPORT SwView::GetPrinter( BOOL bCreate )
/*--------------------------------------------------------------------
Beschreibung: Druckerwechsel weitermelden
--------------------------------------------------------------------*/
-
void SetPrinter( IDocumentDeviceAccess* pIDDA, SfxPrinter* pNew, BOOL bWeb )
{
SwPrintOptions* pOpt = SW_MOD()->GetPrtOptions(bWeb);
@@ -134,7 +130,6 @@ void SetPrinter( IDocumentDeviceAccess* pIDDA, SfxPrinter* pNew, BOOL bWeb )
}
}
-
USHORT __EXPORT SwView::SetPrinter(SfxPrinter* pNew, USHORT nDiffFlags, bool )
{
SwWrtShell &rSh = GetWrtShell();
@@ -174,7 +169,6 @@ USHORT __EXPORT SwView::SetPrinter(SfxPrinter* pNew, USHORT nDiffFlags, bool )
/*--------------------------------------------------------------------
Beschreibung: TabPage fuer applikationsspezifische Druckoptionen
--------------------------------------------------------------------*/
-
SfxTabPage* __EXPORT SwView::CreatePrintOptionsPage(Window* pParent,
const SfxItemSet& rSet)
{
@@ -184,7 +178,6 @@ SfxTabPage* __EXPORT SwView::CreatePrintOptionsPage(Window* pParent,
/*--------------------------------------------------------------------
Beschreibung: Druckerdialog
--------------------------------------------------------------------*/
-
PrintDialog* CreatePrintDialog( Window* pParent, USHORT nPg, SwWrtShell* pSh )
{
PrintDialog *pDlg = new PrintDialog( pParent, false );
@@ -205,10 +198,6 @@ PrintDialog* CreatePrintDialog( Window* pParent, USHORT nPg, SwWrtShell* pSh )
return pDlg;
}
-/*--------------------------------------------------------------------
- Beschreibung:
- --------------------------------------------------------------------*/
-
PrintDialog* __EXPORT SwView::CreatePrintDialog( Window* pParent )
{
// AMA: Hier sollte vielleicht die virtuelle Seitennummer angezeigt werden,
@@ -220,7 +209,6 @@ PrintDialog* __EXPORT SwView::CreatePrintDialog( Window* pParent )
/*--------------------------------------------------------------------
Beschreibung: Print-Dispatcher
--------------------------------------------------------------------*/
-
void __EXPORT SwView::ExecutePrint(SfxRequest& rReq)
{
BOOL bWeb = 0 != PTR_CAST(SwWebView, this);
@@ -315,7 +303,6 @@ void __EXPORT SwView::ExecutePrint(SfxRequest& rReq)
Beschreibung: Page Drucker/Zusaetze erzeugen fuer SwView und
SwPagePreview
--------------------------------------------------------------------*/
-
SfxTabPage* CreatePrintOptionsPage( Window *pParent,
const SfxItemSet &rOptions, BOOL bPreview )
{
@@ -339,7 +326,6 @@ SfxTabPage* CreatePrintOptionsPage( Window *pParent,
return pPage;
}
-
void SetAppPrintOptions( ViewShell* pSh, BOOL bWeb )
{
SwPrintData aPrtData = *SW_MOD()->GetPrtOptions(bWeb);