summaryrefslogtreecommitdiffstats
path: root/unoxml/source/dom/text.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 23:48:43 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 23:48:43 +0000
commit622d616e6aaec43834a950107914a1dc79f2f2e2 (patch)
tree53116aafff4a4cca075913b176e4a80f09d963c1 /unoxml/source/dom/text.cxx
parentINTEGRATION: CWS warnings01 (1.3.6); FILE MERGED (diff)
downloadcore-622d616e6aaec43834a950107914a1dc79f2f2e2.tar.gz
core-622d616e6aaec43834a950107914a1dc79f2f2e2.zip
INTEGRATION: CWS warnings01 (1.4.6); FILE MERGED
2006/03/10 19:08:16 lo 1.4.6.1: warnings01: remove warnings in unoxml
Diffstat (limited to 'unoxml/source/dom/text.cxx')
-rw-r--r--unoxml/source/dom/text.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/unoxml/source/dom/text.cxx b/unoxml/source/dom/text.cxx
index e85189461ac9..5157a9f58895 100644
--- a/unoxml/source/dom/text.cxx
+++ b/unoxml/source/dom/text.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: text.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 10:05:57 $
+ * last change: $Author: hr $ $Date: 2006-06-20 00:48:43 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -48,7 +48,7 @@ namespace DOM
init_characterdata(aNodePtr);
}
- Reference< XText > SAL_CALL CText::splitText(sal_Int32 offset)
+ Reference< XText > SAL_CALL CText::splitText(sal_Int32 /*offset*/)
throw (RuntimeException)
{
return Reference< XText >(this);
@@ -59,4 +59,4 @@ namespace DOM
return OUString::createFromAscii("#text");
}
-} \ No newline at end of file
+}