diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2003-09-19 07:42:16 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2003-09-19 07:42:16 +0000 |
commit | 0b02b9d6bed07e30834fca6e439f8747ece77699 (patch) | |
tree | b33d68d48f59c46fa1d506c69d2d5685679798c3 /sw/inc/docsh.hxx | |
parent | a6007a278c784f73d811d20204cb5700875a7bb6 (diff) |
INTEGRATION: CWS fwkq1 (1.22.42); FILE MERGED
2003/07/15 06:35:53 mba 1.22.42.1: #110843#: get rid of factories
Diffstat (limited to 'sw/inc/docsh.hxx')
-rw-r--r-- | sw/inc/docsh.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/docsh.hxx b/sw/inc/docsh.hxx index 1b11e8a442..708355ecb5 100644 --- a/sw/inc/docsh.hxx +++ b/sw/inc/docsh.hxx @@ -2,9 +2,9 @@ * * $RCSfile: docsh.hxx,v $ * - * $Revision: 1.22 $ + * $Revision: 1.23 $ * - * last change: $Author: vg $ $Date: 2003-05-26 08:13:23 $ + * last change: $Author: rt $ $Date: 2003-09-19 08:42:16 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -174,7 +174,7 @@ public: // aber selbst implementieren SFX_DECL_INTERFACE(SW_DOCSHELL); - SFX_DECL_OBJECTFACTORY_DLL(SwDocShell, SW_DLL()); + SFX_DECL_OBJECTFACTORY(SwDocShell); TYPEINFO(); static SfxInterface *_GetInterface() { return _GetInterfaceImpl(); } @@ -275,7 +275,7 @@ public: long nVersion = SOFFICE_FILEFORMAT_CURRENT ) const; virtual void LoadStyles( SfxObjectShell& rSource ); - + void _LoadStyles( SfxObjectShell& rSource, BOOL bPreserveCurrentDocument ); // Seitenvorlagedialog anzeigen, ggf. auf Spaltenpage |