diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-12-12 16:01:43 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-12-12 16:01:43 +0000 |
commit | e79698543a2adf6bf390077e914aa09255d7d236 (patch) | |
tree | 71147cf811fca155bf66b92566afe1e12fb1c92e /sd/source/ui/dlg/dlgassim.hxx | |
parent | 5f32746f2ff7b01ec7834ab5e08008bf55bc4f96 (diff) |
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
Diffstat (limited to 'sd/source/ui/dlg/dlgassim.hxx')
-rw-r--r-- | sd/source/ui/dlg/dlgassim.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
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 { |