summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/ViewShellBase.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-24 14:05:31 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-24 14:05:31 +0000
commit0f6e5c51fbcf341b9c34007528551597eeee357b (patch)
treefa52ad5d81ae37cf4084eab8becb87e1747c8a1b /sd/source/ui/inc/ViewShellBase.hxx
parent2ebbad9fb243a8272de6b8aefb6d73e1ff97e569 (diff)
INTEGRATION: CWS impress34 (1.10.2); FILE MERGED
2005/02/10 13:28:35 af 1.10.2.1: #i26264# Transformed maPrintManager member into auto_ptr.
Diffstat (limited to 'sd/source/ui/inc/ViewShellBase.hxx')
-rw-r--r--sd/source/ui/inc/ViewShellBase.hxx11
1 files changed, 4 insertions, 7 deletions
diff --git a/sd/source/ui/inc/ViewShellBase.hxx b/sd/source/ui/inc/ViewShellBase.hxx
index 9ca210a3fab5..44c1a77ee69c 100644
--- a/sd/source/ui/inc/ViewShellBase.hxx
+++ b/sd/source/ui/inc/ViewShellBase.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ViewShellBase.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: rt $ $Date: 2005-01-28 15:41:10 $
+ * last change: $Author: vg $ $Date: 2005-02-24 15:05:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,7 +58,6 @@
*
*
************************************************************************/
-
#ifndef SD_VIEW_SHELL_BASE_HXX
#define SD_VIEW_SHELL_BASE_HXX
@@ -75,9 +74,6 @@
#ifndef _VIEWFAC_HXX
#include <sfx2/viewfac.hxx>
#endif
-#ifndef SD_PRINT_MANAGER_HXX
-#include "PrintManager.hxx"
-#endif
#include <memory>
class SdDrawDocument;
@@ -92,6 +88,7 @@ namespace sd {
class DrawDocShell;
class FormShellManager;
class PaneManager;
+class PrintManager;
class ViewShell;
class ViewShellManager;
@@ -311,7 +308,7 @@ private:
SdDrawDocument* mpDocument;
/// The print manager is responsible for printing documents.
- PrintManager maPrintManager;
+ ::std::auto_ptr<PrintManager> mpPrintManager;
::std::auto_ptr<FormShellManager> mpFormShellManager;