summaryrefslogtreecommitdiff
path: root/sd/source/ui
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-09-23 13:59:28 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-09-23 13:59:28 +0000
commitc031351702e3f6f05356878df1be6ab56fbed23f (patch)
tree781179fcddd8efa6a561a8b16b03d665e30ecbff /sd/source/ui
parent52f06fb95316ab3d4c6678bf3daaaf203df6022c (diff)
INTEGRATION: CWS shiftf5 (1.12.130); FILE MERGED
2005/08/22 12:35:39 af 1.12.130.1: #i50901# Added Implementation inner class.
Diffstat (limited to 'sd/source/ui')
-rw-r--r--sd/source/ui/inc/ViewShellBase.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sd/source/ui/inc/ViewShellBase.hxx b/sd/source/ui/inc/ViewShellBase.hxx
index dfc9e3594ca4..88c6e6ed4156 100644
--- a/sd/source/ui/inc/ViewShellBase.hxx
+++ b/sd/source/ui/inc/ViewShellBase.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ViewShellBase.hxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 05:19:24 $
+ * last change: $Author: hr $ $Date: 2005-09-23 14:59:28 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -279,6 +279,8 @@ protected:
const TypeId& rHintType);
private:
+ class Implementation;
+ ::std::auto_ptr<Implementation> mpImpl;
::std::auto_ptr<ViewShellManager> mpViewShellManager;
::std::auto_ptr<PaneManager> mpPaneManager;
DrawDocShell* mpDocShell;