summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdotxfl.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 15:44:52 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 15:44:52 +0000
commitf2166fbb1e754427073539acc99dd1078e8dae33 (patch)
tree087ad9b88ea268c749cb76d999290c54162cf72b /svx/source/svdraw/svdotxfl.cxx
parentb52785c92a93eb43ec68f8d06d34591b18178d98 (diff)
INTEGRATION: CWS warnings01 (1.4.222); FILE MERGED
2006/02/23 19:32:20 aw 1.4.222.1: #i55991# Adaptions to warning free code
Diffstat (limited to 'svx/source/svdraw/svdotxfl.cxx')
-rw-r--r--svx/source/svdraw/svdotxfl.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/svdraw/svdotxfl.cxx b/svx/source/svdraw/svdotxfl.cxx
index b4ae06658caa..7440a146e9dc 100644
--- a/svx/source/svdraw/svdotxfl.cxx
+++ b/svx/source/svdraw/svdotxfl.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: svdotxfl.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 00:36:43 $
+ * last change: $Author: hr $ $Date: 2006-06-19 16:44:52 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -57,8 +57,8 @@ void SdrRegisterFieldClasses()
///////////////////////////////////////////////////////////////////////////////////////////////// */
-FASTBOOL SdrTextObj::CalcFieldValue(const SvxFieldItem& rField, USHORT nPara, USHORT nPos,
- FASTBOOL bEdit, Color*& rpTxtColor, Color*& rpFldColor, XubString& rRet) const
+FASTBOOL SdrTextObj::CalcFieldValue(const SvxFieldItem& /*rField*/, USHORT /*nPara*/, USHORT /*nPos*/,
+ FASTBOOL /*bEdit*/, Color*& /*rpTxtColor*/, Color*& /*rpFldColor*/, XubString& /*rRet*/) const
{
return FALSE;
}