From e79698543a2adf6bf390077e914aa09255d7d236 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Tue, 12 Dec 2006 16:01:43 +0000 Subject: INTEGRATION: CWS sdwarningsbegone (1.4.316); FILE MERGED 2006/11/27 13:47:57 cl 1.4.316.1: #i69285# warning free code changes for sd project --- sd/source/ui/dlg/dlgassim.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sd/source/ui/dlg/dlgassim.hxx') diff --git a/sd/source/ui/dlg/dlgassim.hxx b/sd/source/ui/dlg/dlgassim.hxx index 474196354c2b..74e8f5dec45f 100644 --- a/sd/source/ui/dlg/dlgassim.hxx +++ b/sd/source/ui/dlg/dlgassim.hxx @@ -4,9 +4,9 @@ * * $RCSfile: dlgassim.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-09 03:55:22 $ + * last change: $Author: kz $ $Date: 2006-12-12 17:01:43 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -107,7 +107,7 @@ public: friend SvStream& operator << (SvStream& rOut, const TemplateCacheInfo& rInfo); }; -DECLARE_LIST( TemplateCacheInfoList, TemplateCacheInfo * ); +DECLARE_LIST( TemplateCacheInfoList, TemplateCacheInfo * ) class TemplateCacheDirEntry { @@ -116,7 +116,7 @@ public: TemplateCacheInfoList m_aFiles; }; -DECLARE_LIST( TemplateCacheDirEntryList, TemplateCacheDirEntry * ); +DECLARE_LIST( TemplateCacheDirEntryList, TemplateCacheDirEntry * ) class TemplateCache { -- cgit