summaryrefslogtreecommitdiff
path: root/xmloff/source
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 17:51:19 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 17:51:19 +0000
commitd07635f0282691d7981556a2e22410d5eafa4c8b (patch)
tree933756fd0eb9595459aed0ebb303db88f387addb /xmloff/source
parentba896d9b5fe5ce1231cf0c62fe1dafa0d1ca7f9f (diff)
INTEGRATION: CWS warnings01 (1.32.34); FILE MERGED
2005/11/17 15:19:30 pl 1.32.34.1: #i55991# removed warnings
Diffstat (limited to 'xmloff/source')
-rw-r--r--xmloff/source/text/txtprhdl.cxx60
1 files changed, 30 insertions, 30 deletions
diff --git a/xmloff/source/text/txtprhdl.cxx b/xmloff/source/text/txtprhdl.cxx
index 60d10bf5f255..80ba0894ec6e 100644
--- a/xmloff/source/text/txtprhdl.cxx
+++ b/xmloff/source/text/txtprhdl.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: txtprhdl.cxx,v $
*
- * $Revision: 1.32 $
+ * $Revision: 1.33 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 15:32:22 $
+ * last change: $Author: hr $ $Date: 2006-06-19 18:51:19 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -359,18 +359,18 @@ sal_Bool XMLDropCapPropHdl_Impl::equals(
}
sal_Bool XMLDropCapPropHdl_Impl::importXML(
- const OUString& rStrImpValue,
- Any& rValue,
- const SvXMLUnitConverter& rUnitConverter ) const
+ const OUString&,
+ Any&,
+ const SvXMLUnitConverter& ) const
{
DBG_ASSERT( !this, "drop caps are an element import property" );
return sal_False;
}
sal_Bool XMLDropCapPropHdl_Impl::exportXML(
- OUString& rStrExpValue,
- const Any& rValue,
- const SvXMLUnitConverter& rUnitConverter ) const
+ OUString&,
+ const Any&,
+ const SvXMLUnitConverter& ) const
{
DBG_ASSERT( !this, "drop caps are an element export property" );
return sal_False;
@@ -396,7 +396,7 @@ public:
sal_Bool XMLOpaquePropHdl_Impl::importXML(
const OUString& rStrImpValue,
Any& rValue,
- const SvXMLUnitConverter& rUnitConverter ) const
+ const SvXMLUnitConverter& ) const
{
sal_Bool bRet = sal_True;
sal_Bool bVal = sal_False;
@@ -414,7 +414,7 @@ sal_Bool XMLOpaquePropHdl_Impl::importXML(
sal_Bool XMLOpaquePropHdl_Impl::exportXML(
OUString& rStrExpValue,
const Any& rValue,
- const SvXMLUnitConverter& rUnitConverter ) const
+ const SvXMLUnitConverter& ) const
{
if( *(sal_Bool *)rValue.getValue() )
rStrExpValue = GetXMLToken( XML_FOREGROUND );
@@ -448,7 +448,7 @@ public:
sal_Bool XMLContourModePropHdl_Impl::importXML(
const OUString& rStrImpValue,
Any& rValue,
- const SvXMLUnitConverter& rUnitConverter ) const
+ const SvXMLUnitConverter& ) const
{
sal_Bool bRet = sal_True;
sal_Bool bVal = sal_False;
@@ -466,7 +466,7 @@ sal_Bool XMLContourModePropHdl_Impl::importXML(
sal_Bool XMLContourModePropHdl_Impl::exportXML(
OUString& rStrExpValue,
const Any& rValue,
- const SvXMLUnitConverter& rUnitConverter ) const
+ const SvXMLUnitConverter& ) const
{
if( *(sal_Bool *)rValue.getValue() )
rStrExpValue = GetXMLToken( XML_OUTSIDE );
@@ -521,7 +521,7 @@ sal_Bool XMLParagraphOnlyPropHdl_Impl::importXML(
sal_Bool XMLParagraphOnlyPropHdl_Impl::exportXML(
OUString& rStrExpValue,
const Any& rValue,
- const SvXMLUnitConverter& rUnitConverter ) const
+ const SvXMLUnitConverter& ) const
{
if( *(sal_Bool *)rValue.getValue() )
rStrExpValue = GetXMLToken( XML_1 );
@@ -622,7 +622,7 @@ public:
sal_Bool XMLFrameProtectPropHdl_Impl::importXML(
const OUString& rStrImpValue,
Any& rValue,
- const SvXMLUnitConverter& rUnitConverter ) const
+ const SvXMLUnitConverter& ) const
{
sal_Bool bRet = sal_True;
sal_Bool bVal = sal_False;
@@ -651,7 +651,7 @@ sal_Bool XMLFrameProtectPropHdl_Impl::importXML(
sal_Bool XMLFrameProtectPropHdl_Impl::exportXML(
OUString& rStrExpValue,
const Any& rValue,
- const SvXMLUnitConverter& rUnitConverter ) const
+ const SvXMLUnitConverter& ) const
{
if( *(sal_Bool *)rValue.getValue() )
{
@@ -788,18 +788,18 @@ sal_Bool XMLTextColumnsPropertyHandler::equals(
}
sal_Bool XMLTextColumnsPropertyHandler::importXML(
- const OUString& rStrImpValue,
- Any& rValue,
- const SvXMLUnitConverter& rUnitConverter ) const
+ const OUString&,
+ Any&,
+ const SvXMLUnitConverter& ) const
{
DBG_ASSERT( !this, "columns are an element import property" );
return sal_False;
}
sal_Bool XMLTextColumnsPropertyHandler::exportXML(
- OUString& rStrExpValue,
- const Any& rValue,
- const SvXMLUnitConverter& rUnitConverter ) const
+ OUString&,
+ const Any&,
+ const SvXMLUnitConverter& ) const
{
DBG_ASSERT( !this, "columns are an element export property" );
return sal_False;
@@ -841,9 +841,9 @@ sal_Bool XMLHoriMirrorPropHdl_Impl::importXML(
}
sal_Bool XMLHoriMirrorPropHdl_Impl::exportXML(
- OUString& rStrExpValue,
- const Any& rValue,
- const SvXMLUnitConverter& rUnitConverter ) const
+ OUString&,
+ const Any&,
+ const SvXMLUnitConverter& ) const
{
DBG_ASSERT( !this, "HorMirror properyt shouldn't be exported" );
@@ -880,7 +880,7 @@ public:
sal_Bool XMLGrfMirrorPropHdl_Impl::importXML(
const OUString& rStrImpValue,
Any& rValue,
- const SvXMLUnitConverter& rUnitConverter ) const
+ const SvXMLUnitConverter& ) const
{
sal_Bool bRet = sal_True;
sal_Bool bVal = sal_False;
@@ -910,7 +910,7 @@ sal_Bool XMLGrfMirrorPropHdl_Impl::importXML(
sal_Bool XMLGrfMirrorPropHdl_Impl::exportXML(
OUString& rStrExpValue,
const Any& rValue,
- const SvXMLUnitConverter& rUnitConverter ) const
+ const SvXMLUnitConverter& ) const
{
if( *(sal_Bool *)rValue.getValue() )
{
@@ -1085,7 +1085,7 @@ public:
sal_Bool XMLTextCombineCharPropHdl_Impl::importXML(
const OUString& rStrImpValue,
Any& rValue,
- const SvXMLUnitConverter& rUnitConverter ) const
+ const SvXMLUnitConverter& ) const
{
if( rStrImpValue.getLength() )
rValue <<= rStrImpValue.copy( 0, 1 );
@@ -1098,7 +1098,7 @@ sal_Bool XMLTextCombineCharPropHdl_Impl::importXML(
sal_Bool XMLTextCombineCharPropHdl_Impl::exportXML(
OUString& rStrExpValue,
const Any& rValue,
- const SvXMLUnitConverter& rUnitConverter ) const
+ const SvXMLUnitConverter& ) const
{
rValue >>= rStrExpValue;
@@ -1188,7 +1188,7 @@ public:
sal_Bool XMLTextSyncWidthHeightPropHdl_Impl::importXML(
const OUString& rStrImpValue,
Any& rValue,
- const SvXMLUnitConverter& rUnitConverter ) const
+ const SvXMLUnitConverter& ) const
{
sal_Bool bValue = (rStrImpValue == sValue );
rValue.setValue( &bValue, ::getBooleanCppuType() );
@@ -1199,7 +1199,7 @@ sal_Bool XMLTextSyncWidthHeightPropHdl_Impl::importXML(
sal_Bool XMLTextSyncWidthHeightPropHdl_Impl::exportXML(
OUString& rStrExpValue,
const Any& rValue,
- const SvXMLUnitConverter& rUnitConverter ) const
+ const SvXMLUnitConverter& ) const
{
sal_Bool bRet = sal_False;
if( *(sal_Bool *)rValue.getValue() )