summaryrefslogtreecommitdiffstats
path: root/sw/inc/authfld.hxx
diff options
context:
space:
mode:
authorJ. Graeme Lingard <jgraeme+git@gmail.com>2010-11-13 18:38:31 +0000
committerJ. Graeme Lingard <jgraeme+git@gmail.com>2010-11-13 18:38:31 +0000
commitd53b289cd7dc817cdb069005437851353b35448f (patch)
tree0b86f6317fde65b6cbf646136b9a66bfc2f8a260 /sw/inc/authfld.hxx
parentPurged BmpColorMode from libs-gui - writer (diff)
downloadcore-d53b289cd7dc817cdb069005437851353b35448f.tar.gz
core-d53b289cd7dc817cdb069005437851353b35448f.zip
Remove empty dated comments
Diffstat (limited to 'sw/inc/authfld.hxx')
-rw-r--r--sw/inc/authfld.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/sw/inc/authfld.hxx b/sw/inc/authfld.hxx
index 5155673ba074..d6242c6301f9 100644
--- a/sw/inc/authfld.hxx
+++ b/sw/inc/authfld.hxx
@@ -36,9 +36,7 @@
#include <svl/svstdarr.hxx>
class SwAuthDataArr;
-/* -----------------21.09.99 13:32-------------------
- --------------------------------------------------*/
class SwAuthEntry
{
String aAuthFields[AUTH_FIELD_END];
@@ -56,9 +54,7 @@ public:
void RemoveRef() { --nRefCount; }
USHORT GetRefCount() { return nRefCount; }
};
-/* -----------------20.10.99 16:49-------------------
- --------------------------------------------------*/
struct SwTOXSortKey
{
ToxAuthorityField eField;
@@ -68,9 +64,6 @@ struct SwTOXSortKey
bSortAscending(TRUE){}
};
-/* -----------------14.09.99 16:15-------------------
-
- --------------------------------------------------*/
class SwAuthorityField;
class SortKeyArr;
@@ -160,9 +153,7 @@ public:
void SetSortAlgorithm(const String& rSet) {m_sSortAlgorithm = rSet;}
};
-/* -----------------14.09.99 16:15-------------------
- --------------------------------------------------*/
class SwAuthorityField : public SwField
{
long m_nHandle;