diff options
author | Thomas Lange <tl@openoffice.org> | 2002-11-13 13:35:31 +0000 |
---|---|---|
committer | Thomas Lange <tl@openoffice.org> | 2002-11-13 13:35:31 +0000 |
commit | 329fbe31dabf55988be016e13b36f930e99530f1 (patch) | |
tree | e53eec0447df6feab053a98d6a72fc6760d35524 /sw/source/ui/uiview/viewfunc.hxx | |
parent | 226546b437490929843e4939bbb785c05f3a2779 (diff) |
#103868# PDF export / MakeOptions moved
Diffstat (limited to 'sw/source/ui/uiview/viewfunc.hxx')
-rw-r--r-- | sw/source/ui/uiview/viewfunc.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sw/source/ui/uiview/viewfunc.hxx b/sw/source/ui/uiview/viewfunc.hxx index b2b5a36ba1..2c17134009 100644 --- a/sw/source/ui/uiview/viewfunc.hxx +++ b/sw/source/ui/uiview/viewfunc.hxx @@ -2,9 +2,9 @@ * * $RCSfile: viewfunc.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: os $ $Date: 2002-06-28 12:08:13 $ + * last change: $Author: tl $ $Date: 2002-11-13 14:31:41 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -80,7 +80,6 @@ class Window; class SwWrtShell; struct SwPrintData; // folgende Funktionen stehen im viewprt.cxx -void MakeOptions( PrintDialog*, SwPrtOptions&, BOOL* pFlag, BOOL bWeb, SfxPrinter* pPrt, SwPrintData* pData ); PrintDialog* CreatePrintDialog( Window* , USHORT, SwWrtShell* ); void SetPrinter( SfxPrinter*, BOOL bWeb ); SfxTabPage* CreatePrintOptionsPage( Window*, const SfxItemSet& ); |