summaryrefslogtreecommitdiff
path: root/sw/inc/swmodule.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-08-12 11:06:55 +0000
committerOliver Bolte <obo@openoffice.org>2004-08-12 11:06:55 +0000
commitc4789ddf61a376b2cf0aff3f0485059a9784398e (patch)
treeaa1edbc53cd324d498a27a601d4f852ab4b18831 /sw/inc/swmodule.hxx
parented2824480e8e7e77a945cf97d962922588e4fa41 (diff)
INTEGRATION: CWS tune05 (1.21.76); FILE MERGED
2004/07/22 09:17:44 cmc 1.21.76.1: #i30554# unused SwModule methods
Diffstat (limited to 'sw/inc/swmodule.hxx')
-rw-r--r--sw/inc/swmodule.hxx10
1 files changed, 2 insertions, 8 deletions
diff --git a/sw/inc/swmodule.hxx b/sw/inc/swmodule.hxx
index f32f846cc3cd..ac3556083c82 100644
--- a/sw/inc/swmodule.hxx
+++ b/sw/inc/swmodule.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: swmodule.hxx,v $
*
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: obo $ $Date: 2004-04-29 16:53:48 $
+ * last change: $Author: obo $ $Date: 2004-08-12 12:06:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -200,7 +200,6 @@ public:
//Die Handler fuer die Slots
void StateOther(SfxItemSet &); // andere
void StateViewOptions(SfxItemSet &);
- void StateIsView(SfxItemSet &);
void ExecOther(SfxRequest &); // Felder, Formel ..
void ExecViewOptions(SfxRequest &);
@@ -247,7 +246,6 @@ public:
// Redlining
sal_uInt16 GetRedlineAuthor();
- sal_uInt16 GetRedlineAuthorCount();
const String& GetRedlineAuthor(sal_uInt16 nPos);
sal_uInt16 InsertRedlineAuthor(const String& rAuthor);
@@ -255,10 +253,6 @@ public:
void GetDeletedAuthorAttr(sal_uInt16 nAuthor, SfxItemSet &rSet);
void GetFormatAuthorAttr(sal_uInt16 nAuthor, SfxItemSet &rSet);
- const AuthorCharAttr& GetInsertAuthorAttr() const;
- const AuthorCharAttr& GetDeletedAuthorAttr() const;
- const AuthorCharAttr& GetFormatAuthorAttr() const;
-
sal_uInt16 GetRedlineMarkPos();
const Color& GetRedlineMarkColor();