diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-08-14 14:20:22 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-08-14 14:20:22 +0000 |
commit | a350af11be60dba7d5021e9b9e13140426f61d01 (patch) | |
tree | bf3fd22c65a8addefd4c84e77717fce56a8dd8da /sw/inc/docstyle.hxx | |
parent | 60ac7557c38c283b6218fc20a93e77089e3f215b (diff) |
INTEGRATION: CWS writercorehandoff (1.3.462); FILE MERGED
2005/09/13 11:22:24 tra 1.3.462.2: RESYNC: (1.3-1.4); FILE MERGED
2005/06/07 14:09:47 fme 1.3.462.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.
Diffstat (limited to 'sw/inc/docstyle.hxx')
-rw-r--r-- | sw/inc/docstyle.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sw/inc/docstyle.hxx b/sw/inc/docstyle.hxx index 1c099b645f00..a8f41f8064a7 100644 --- a/sw/inc/docstyle.hxx +++ b/sw/inc/docstyle.hxx @@ -4,9 +4,9 @@ * * $RCSfile: docstyle.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-09 01:42:17 $ + * last change: $Author: hr $ $Date: 2006-08-14 15:20:22 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -216,7 +216,6 @@ public: const String &rParent ); virtual void Erase( SfxStyleSheetBase* pStyle); - void SetItemSet(const SfxItemSet& rSet) { aStyleSheet.SetItemSet(rSet); } void SetOrganizerMode( BOOL bMode ) { bOrganizer = bMode; } BOOL IsOrganizerMode() const { return bOrganizer; } |