From a674f70d4a013e69a88343e5b6d13357d8a33493 Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Mon, 15 Jul 2002 10:19:45 +0000 Subject: [PATCH] Pedantic change of email only. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4637 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/graphics/GraphicsCache.C | 2 +- src/graphics/GraphicsCache.h | 2 +- src/graphics/GraphicsCacheItem.C | 2 +- src/graphics/GraphicsCacheItem.h | 2 +- src/graphics/GraphicsConverter.C | 2 +- src/graphics/GraphicsConverter.h | 2 +- src/graphics/GraphicsImage.C | 2 +- src/graphics/GraphicsImage.h | 2 +- src/graphics/GraphicsImageXPM.C | 2 +- src/graphics/GraphicsImageXPM.h | 2 +- src/graphics/GraphicsParams.C | 2 +- src/graphics/GraphicsParams.h | 2 +- src/graphics/GraphicsTypes.h | 2 +- src/graphics/PreviewLoader.h | 2 +- src/graphics/Previews.C | 2 +- src/graphics/Previews.h | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/src/graphics/GraphicsCache.C b/src/graphics/GraphicsCache.C index 12ddc91dff..3ca621b0cf 100644 --- a/src/graphics/GraphicsCache.C +++ b/src/graphics/GraphicsCache.C @@ -4,7 +4,7 @@ * Read the file COPYING * * \author Baruch Even - * \author Angus Leeming + * \author Angus Leeming */ #include diff --git a/src/graphics/GraphicsCache.h b/src/graphics/GraphicsCache.h index 1106e6b005..0f95801d09 100644 --- a/src/graphics/GraphicsCache.h +++ b/src/graphics/GraphicsCache.h @@ -5,7 +5,7 @@ * Read the file COPYING * * \author Baruch Even - * \author Angus Leeming + * \author Angus Leeming * * grfx::Cache is the manager of the image cache. * It is responsible for creating the grfx::CacheItem's and maintaining them. diff --git a/src/graphics/GraphicsCacheItem.C b/src/graphics/GraphicsCacheItem.C index a179917b23..b5b2ca0419 100644 --- a/src/graphics/GraphicsCacheItem.C +++ b/src/graphics/GraphicsCacheItem.C @@ -5,7 +5,7 @@ * * \author Baruch Even * \author Herbert Voss - * \author Angus Leeming + * \author Angus Leeming */ #include diff --git a/src/graphics/GraphicsCacheItem.h b/src/graphics/GraphicsCacheItem.h index 2f89a796b9..bb25b408e1 100644 --- a/src/graphics/GraphicsCacheItem.h +++ b/src/graphics/GraphicsCacheItem.h @@ -5,7 +5,7 @@ * Read the file COPYING * * \author Baruch Even - * \author Angus Leeming + * \author Angus Leeming * * The graphics cache is a container of grfx::CacheItems. * Each grfx::CacheItem, definedhere represents a separate image file. diff --git a/src/graphics/GraphicsConverter.C b/src/graphics/GraphicsConverter.C index a1f45e1280..1182811e4d 100644 --- a/src/graphics/GraphicsConverter.C +++ b/src/graphics/GraphicsConverter.C @@ -3,7 +3,7 @@ * Copyright 2002 the LyX Team * Read the file COPYING * - * \author Angus Leeming + * \author Angus Leeming */ #include diff --git a/src/graphics/GraphicsConverter.h b/src/graphics/GraphicsConverter.h index 17ca2be966..96a3b1e355 100644 --- a/src/graphics/GraphicsConverter.h +++ b/src/graphics/GraphicsConverter.h @@ -4,7 +4,7 @@ * Copyright 2002 the LyX Team * Read the file COPYING * - * \author Angus Leeming + * \author Angus Leeming * * The controller of a conversion process from file AA of format A to * file BB of format B. diff --git a/src/graphics/GraphicsImage.C b/src/graphics/GraphicsImage.C index 8ef312666c..71d54f698a 100644 --- a/src/graphics/GraphicsImage.C +++ b/src/graphics/GraphicsImage.C @@ -4,7 +4,7 @@ * Read the file COPYING * * \author Baruch Even - * \author Angus Leeming + * \author Angus Leeming */ #include diff --git a/src/graphics/GraphicsImage.h b/src/graphics/GraphicsImage.h index 3a03523b80..5a4ada7866 100644 --- a/src/graphics/GraphicsImage.h +++ b/src/graphics/GraphicsImage.h @@ -5,7 +5,7 @@ * Read the file COPYING * * \author Baruch Even - * \author Angus Leeming + * \author Angus Leeming * * An abstract base class for the images themselves. * Allows the user to retrieve the pixmap, once loaded and to issue commands diff --git a/src/graphics/GraphicsImageXPM.C b/src/graphics/GraphicsImageXPM.C index f2a8572ce0..ee4dc49e6d 100644 --- a/src/graphics/GraphicsImageXPM.C +++ b/src/graphics/GraphicsImageXPM.C @@ -4,7 +4,7 @@ * Read the file COPYING * * \author Baruch Even - * \author Angus Leeming + * \author Angus Leeming */ #include diff --git a/src/graphics/GraphicsImageXPM.h b/src/graphics/GraphicsImageXPM.h index ce4eccbcd6..6d16019bd8 100644 --- a/src/graphics/GraphicsImageXPM.h +++ b/src/graphics/GraphicsImageXPM.h @@ -5,7 +5,7 @@ * Read the file COPYING * * \author Baruch Even - * \author Angus Leeming + * \author Angus Leeming * * An instantiation of Image that makes use of libXPM to load and store * the image in memory. diff --git a/src/graphics/GraphicsParams.C b/src/graphics/GraphicsParams.C index 96f0bc9590..230b662812 100644 --- a/src/graphics/GraphicsParams.C +++ b/src/graphics/GraphicsParams.C @@ -3,7 +3,7 @@ * Copyright 2002 the LyX Team * Read the file COPYING * - * \author Angus Leeming + * \author Angus Leeming */ #include diff --git a/src/graphics/GraphicsParams.h b/src/graphics/GraphicsParams.h index d25d5de543..e1e3f4d1ed 100644 --- a/src/graphics/GraphicsParams.h +++ b/src/graphics/GraphicsParams.h @@ -4,7 +4,7 @@ * Copyright 2002 the LyX Team * Read the file COPYING * - * \author Angus Leeming + * \author Angus Leeming * * Used internally by the GraphicsCache. */ diff --git a/src/graphics/GraphicsTypes.h b/src/graphics/GraphicsTypes.h index fbfcbbcf11..ee9923654a 100644 --- a/src/graphics/GraphicsTypes.h +++ b/src/graphics/GraphicsTypes.h @@ -4,7 +4,7 @@ * Copyright 2002 the LyX Team * Read the file COPYING * - * \author Angus Leeming + * \author Angus Leeming * * All that header files outside the graphics subdirectory should need to * access. diff --git a/src/graphics/PreviewLoader.h b/src/graphics/PreviewLoader.h index 3ba6e8f36b..1270a59ea9 100644 --- a/src/graphics/PreviewLoader.h +++ b/src/graphics/PreviewLoader.h @@ -4,7 +4,7 @@ * Copyright 2002 the LyX Team * Read the file COPYING * - * \author Angus Leeming + * \author Angus Leeming * * grfx::PreviewLoader collects latex snippets together. Then, on a * startLoading() call, these are dumped to file and processed, converting diff --git a/src/graphics/Previews.C b/src/graphics/Previews.C index a69316d0a1..b5418a5214 100644 --- a/src/graphics/Previews.C +++ b/src/graphics/Previews.C @@ -3,7 +3,7 @@ * Copyright 2002 the LyX Team * Read the file COPYING * - * \author Angus Leeming + * \author Angus Leeming */ #include diff --git a/src/graphics/Previews.h b/src/graphics/Previews.h index 7495f176ff..50fd7423f5 100644 --- a/src/graphics/Previews.h +++ b/src/graphics/Previews.h @@ -4,7 +4,7 @@ * Copyright 2002 the LyX Team * Read the file COPYING * - * \author Angus Leeming + * \author Angus Leeming * * grfx::Previews is a singleton class that stores the grfx::PreviewLoader * for each buffer requiring one. -- 2.39.2