summaryrefslogtreecommitdiff
path: root/xmloff/source/style
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 17:34:47 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 17:34:47 +0000
commitf5956ead8e2bdb29e89bbcce5915d4ca857a8760 (patch)
tree890819cab05fc7a73e6379c9f171debbb7be6984 /xmloff/source/style
parenta741a13c1400b59760f77fff0fe1be246333b675 (diff)
INTEGRATION: CWS warnings01 (1.15.34); FILE MERGED
2005/11/16 22:47:28 pl 1.15.34.2: #i55991# removed warnings 2005/11/03 17:47:05 cl 1.15.34.1: warning free code changes for unxlngi6
Diffstat (limited to 'xmloff/source/style')
-rw-r--r--xmloff/source/style/styleexp.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/xmloff/source/style/styleexp.cxx b/xmloff/source/style/styleexp.cxx
index bddb3353e268..45d26ebbd7be 100644
--- a/xmloff/source/style/styleexp.cxx
+++ b/xmloff/source/style/styleexp.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: styleexp.cxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 14:48:50 $
+ * last change: $Author: hr $ $Date: 2006-06-19 18:34:47 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -128,9 +128,9 @@ XMLStyleExport::XMLStyleExport(
SvXMLAutoStylePoolP *pAutoStyleP ) :
rExport( rExp ),
sIsPhysical( RTL_CONSTASCII_USTRINGPARAM( "IsPhysical" ) ),
+ sIsAutoUpdate( RTL_CONSTASCII_USTRINGPARAM( "IsAutoUpdate" ) ),
sFollowStyle( RTL_CONSTASCII_USTRINGPARAM( "FollowStyle" ) ),
sNumberingStyleName( RTL_CONSTASCII_USTRINGPARAM( "NumberingStyleName" ) ),
- sIsAutoUpdate( RTL_CONSTASCII_USTRINGPARAM( "IsAutoUpdate" ) ),
sPoolStyleName( rPoolStyleName ),
pAutoStylePool( pAutoStyleP )
{
@@ -140,11 +140,11 @@ XMLStyleExport::~XMLStyleExport()
{
}
-void XMLStyleExport::exportStyleAttributes( const Reference< XStyle >& rStyle )
+void XMLStyleExport::exportStyleAttributes( const Reference< XStyle >& )
{
}
-void XMLStyleExport::exportStyleContent( const Reference< XStyle >& rStyle )
+void XMLStyleExport::exportStyleContent( const Reference< XStyle >& )
{
}