summaryrefslogtreecommitdiff
path: root/xmlhelp/source/cxxhelp/provider/content.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 23:38:27 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 23:38:27 +0000
commit5d5508967d2dbfc82a4ed4b4e3ee70c5eb1a9387 (patch)
tree214b00b189b0e13443f6c52ab2b9c4a3a89d8970 /xmlhelp/source/cxxhelp/provider/content.cxx
parenteefba5de538a14d417f8e9261150e9aef2604c8d (diff)
INTEGRATION: CWS warnings01 (1.16.18); FILE MERGED
2005/12/15 16:36:42 ab 1.16.18.1: #i53898# Removed warnings for unxlngi6/unxlngi6.pro
Diffstat (limited to 'xmlhelp/source/cxxhelp/provider/content.cxx')
-rw-r--r--xmlhelp/source/cxxhelp/provider/content.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/content.cxx b/xmlhelp/source/cxxhelp/provider/content.cxx
index 7228ed16dd32..c318f0eb98f9 100644
--- a/xmlhelp/source/cxxhelp/provider/content.cxx
+++ b/xmlhelp/source/cxxhelp/provider/content.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: content.cxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 12:18:18 $
+ * last change: $Author: hr $ $Date: 2006-06-20 00:38:27 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -263,6 +263,7 @@ OUString SAL_CALL Content::getContentType()
void SAL_CALL Content::abort( sal_Int32 CommandId )
throw( RuntimeException )
{
+ (void)CommandId;
}