diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 13:14:59 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 13:14:59 +0000 |
commit | c3981f45fdaf19de215429e49bb474ce7b83f038 (patch) | |
tree | feadce820ea1d9d05d7f4453e1b8e2e5f2910ce0 /shell/source/all | |
parent | e18607a1fd29a0c1b560bcd3d9e6945a408f1478 (diff) |
INTEGRATION: CWS warnings01 (1.3.14); FILE MERGED
2006/03/10 15:10:56 pl 1.3.14.1: #i55991# removed warnings for windows platform
Diffstat (limited to 'shell/source/all')
-rw-r--r-- | shell/source/all/ooofilereader/autostyletag.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/source/all/ooofilereader/autostyletag.cxx b/shell/source/all/ooofilereader/autostyletag.cxx index 5f58f2b3b4bf..e1944a971cb8 100644 --- a/shell/source/all/ooofilereader/autostyletag.cxx +++ b/shell/source/all/ooofilereader/autostyletag.cxx @@ -4,9 +4,9 @@ * * $RCSfile: autostyletag.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-07 19:42:40 $ + * last change: $Author: hr $ $Date: 2006-06-19 14:14:59 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -53,7 +53,7 @@ void CAutoStyleTag::endTag() { } -void CAutoStyleTag::addCharacters(const std::wstring& characters) +void CAutoStyleTag::addCharacters(const std::wstring&) { } |