From 9d1f7f5ed31a44ee6ab2600e2d70dec68c0407a9 Mon Sep 17 00:00:00 2001 From: Bob Jamison Date: Fri, 30 May 2008 20:15:16 +0000 Subject: remove warnings (bzr r5765) --- src/dom/odf/odfdocument.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/dom/odf/odfdocument.cpp') 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; } -- cgit v1.2.3