summaryrefslogtreecommitdiffstats
path: root/src/dom/odf/odfdocument.cpp
diff options
context:
space:
mode:
authorBob Jamison <ishmalius@gmail.com>2008-05-30 20:15:16 +0000
committerishmal <ishmal@users.sourceforge.net>2008-05-30 20:15:16 +0000
commit9d1f7f5ed31a44ee6ab2600e2d70dec68c0407a9 (patch)
treee71fcfd586fe751c3781b327cd3615a71aa5ef90 /src/dom/odf/odfdocument.cpp
parentAlvin Penner's fix for bug 235861 (diff)
downloadinkscape-9d1f7f5ed31a44ee6ab2600e2d70dec68c0407a9.tar.gz
inkscape-9d1f7f5ed31a44ee6ab2600e2d70dec68c0407a9.zip
remove warnings
(bzr r5765)
Diffstat (limited to 'src/dom/odf/odfdocument.cpp')
-rw-r--r--src/dom/odf/odfdocument.cpp6
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;
}