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
commit93b79334949379d4bc8ce35b33d5f9f9a8974f1f (patch)
tree884ed61a396224cd67150b39d1d237eedc734fef /sd/source/ui/inc/ViewShellBase.hxx
parentce43d0205d72c78c067e66a6811099264a385a57 (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 8b072908b..64a3daed6 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;