summaryrefslogtreecommitdiff
path: root/sw/inc/ftninfo.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-08-14 14:25:02 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-08-14 14:25:02 +0000
commitc7a740a3968fd8a478d05d1f26120a0a6b16b66e (patch)
tree40e04bb230e8fb91a77cf5faf5fb43080a8189ef /sw/inc/ftninfo.hxx
parentd693f68441b1d5367ea0c8f8d8cd7468f9d797d9 (diff)
INTEGRATION: CWS writercorehandoff (1.3.462); FILE MERGED
2005/09/13 11:35:33 tra 1.3.462.2: RESYNC: (1.3-1.4); FILE MERGED 2005/06/07 14:09:59 fme 1.3.462.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.
Diffstat (limited to 'sw/inc/ftninfo.hxx')
-rw-r--r--sw/inc/ftninfo.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sw/inc/ftninfo.hxx b/sw/inc/ftninfo.hxx
index 4e28a9b47548..d65eba446ad6 100644
--- a/sw/inc/ftninfo.hxx
+++ b/sw/inc/ftninfo.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ftninfo.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 01:55:29 $
+ * last change: $Author: hr $ $Date: 2006-08-14 15:25:01 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -89,8 +89,6 @@ public:
void SetPrefix(const String& rSet) { sPrefix = rSet; }
void SetSuffix(const String& rSet) { sSuffix = rSet; }
-
- BOOL IsEndNoteInfo() const { return bEndNote; }
};
enum SwFtnPos