diff options
Diffstat (limited to 'src/dom/odf/odfdocument.cpp')
| -rw-r--r-- | src/dom/odf/odfdocument.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dom/odf/odfdocument.cpp b/src/dom/odf/odfdocument.cpp index 6e3645ceb..c3bb5d97d 100644 --- a/src/dom/odf/odfdocument.cpp +++ b/src/dom/odf/odfdocument.cpp @@ -5,7 +5,7 @@ * * --------------------------------------------------------------------- * - * Copyright (C) 2006 Bob Jamison + * Copyright (C) 2006-2008 Bob Jamison * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -135,7 +135,7 @@ OdfDocument::~OdfDocument() /** * */ -bool OdfDocument::readFile(const std::string &fileName) +bool OdfDocument::readFile(const std::string &/*fileName*/) { return true; } @@ -143,7 +143,7 @@ bool OdfDocument::readFile(const std::string &fileName) /** * */ -bool OdfDocument::writeFile(const std::string &fileName) +bool OdfDocument::writeFile(const std::string &/*fileName*/) { return true; } |
