summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2006-05-04 14:03:46 +0000
committerRüdiger Timm <rt@openoffice.org>2006-05-04 14:03:46 +0000
commit715cbd0d1d5b79ffe420417e89ca988d5382b8b8 (patch)
tree9413e226ebc4652974b660a4b20e56920314d7f7 /sc/source/ui/inc
parentb3ff641d2e2b127b3c61d3e9d4f82be6ea395b9b (diff)
INTEGRATION: CWS perform07 (1.35.52); FILE MERGED
2006/03/28 18:12:39 mt 1.35.52.2: RESYNC: (1.35-1.36); FILE MERGED 2005/11/08 16:09:53 mt 1.35.52.1: #i57182# No printer in startup...
Diffstat (limited to 'sc/source/ui/inc')
-rw-r--r--sc/source/ui/inc/docsh.hxx10
1 files changed, 4 insertions, 6 deletions
diff --git a/sc/source/ui/inc/docsh.hxx b/sc/source/ui/inc/docsh.hxx
index f400cc31a84e..b749a563e5b5 100644
--- a/sc/source/ui/inc/docsh.hxx
+++ b/sc/source/ui/inc/docsh.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: docsh.hxx,v $
*
- * $Revision: 1.36 $
+ * $Revision: 1.37 $
*
- * last change: $Author: rt $ $Date: 2005-12-14 15:10:20 $
+ * last change: $Author: rt $ $Date: 2006-05-04 15:03:46 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -143,8 +143,6 @@ class SC_DLLPUBLIC ScDocShell: public SfxObjectShell, public SfxListener
ScPaintLockData* pPaintLockData;
ScJobSetup* pOldJobSetup;
- VirtualDevice* pVirtualDevice_100th_mm;
-
ScDocShellModificator* pModificator; // #109979#; is used to load XML (created in BeforeXMLLoading and destroyed in AfterXMLLoading)
SC_DLLPRIVATE void InitItems();
@@ -241,7 +239,7 @@ public:
ScDocument* GetDocument() { return &aDocument; }
ScDocFunc& GetDocFunc() { return *pDocFunc; }
- SfxPrinter* GetPrinter();
+ SfxPrinter* GetPrinter( BOOL bCreateIfNotExist = TRUE );
USHORT SetPrinter( SfxPrinter* pNewPrinter, USHORT nDiffFlags = SFX_PRINTER_ALL );
void UpdateFontList();
@@ -389,7 +387,7 @@ public:
void SetUpdateEnabled(BOOL bValue)
{ bUpdateEnabled = bValue; }
- VirtualDevice* GetVirtualDevice_100th_mm();
+ OutputDevice* GetRefDevice(); // WYSIWYG: Printer, otherwise VirtualDevice...
static ScViewData* GetViewData();
static SCTAB GetCurTab();