summaryrefslogtreecommitdiff
path: root/sw/inc/docsh.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-03-12 11:11:23 +0000
committerRüdiger Timm <rt@openoffice.org>2008-03-12 11:11:23 +0000
commitc1e31f3500a783b4238f93a00c7cdba37ef00d5a (patch)
tree75870e56d5f7a348d3ba567b6475e4f31c458ace /sw/inc/docsh.hxx
parent382443638f6cbe1ad1ea9023e115841c71d970bc (diff)
INTEGRATION: CWS impresstables2 (1.40.108); FILE MERGED
2008/03/11 19:18:46 cl 1.40.108.5: RESYNC: (1.43-1.45); FILE MERGED 2007/12/01 19:20:31 cl 1.40.108.4: RESYNC: (1.42-1.43); FILE MERGED 2007/10/11 21:54:09 cl 1.40.108.3: RESYNC: (1.41-1.42); FILE MERGED 2007/08/01 15:28:28 cl 1.40.108.2: RESYNC: (1.40-1.41); FILE MERGED 2007/07/26 21:46:51 cl 1.40.108.1: #i68103# reworked styles to use refcounting
Diffstat (limited to 'sw/inc/docsh.hxx')
-rw-r--r--sw/inc/docsh.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/sw/inc/docsh.hxx b/sw/inc/docsh.hxx
index e119847b256e..38409c0fd593 100644
--- a/sw/inc/docsh.hxx
+++ b/sw/inc/docsh.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: docsh.hxx,v $
*
- * $Revision: 1.45 $
+ * $Revision: 1.46 $
*
- * last change: $Author: kz $ $Date: 2008-03-06 19:03:06 $
+ * last change: $Author: rt $ $Date: 2008-03-12 12:11:23 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -35,6 +35,8 @@
#ifndef _SWDOCSH_HXX
#define _SWDOCSH_HXX
+#include <rtl/ref.hxx>
+
#ifndef _COM_SUN_STAR_FRAME_XCONTROLLER_HPP_
#include <com/sun/star/frame/XController.hpp>
#endif
@@ -84,7 +86,7 @@ class IDocumentChartDataProviderAccess;
class SW_DLLPUBLIC SwDocShell: public SfxObjectShell, public SfxListener
{
SwDoc* pDoc; // Document
- SfxStyleSheetBasePool* pBasePool; // Durchreiche fuer Formate
+ rtl::Reference< SfxStyleSheetBasePool > mxBasePool; // Durchreiche fuer Formate
FontList* pFontList; // aktuelle FontListe
// Nix geht ohne die WrtShell (historische Gruende)