summaryrefslogtreecommitdiff
path: root/xmloff/source/style
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 17:36:14 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 17:36:14 +0000
commit97f692154e09e10c71fc63c10b5d871c7ba0c2e8 (patch)
treebf63a66f3bb5456a473c3c33b4cdeb685a8cf9fe /xmloff/source/style
parentb2b03ec332bf0307e522f4015381938c91b88542 (diff)
INTEGRATION: CWS warnings01 (1.35.34); FILE MERGED
2005/11/03 17:47:05 cl 1.35.34.1: warning free code changes for unxlngi6
Diffstat (limited to 'xmloff/source/style')
-rw-r--r--xmloff/source/style/xmlimppr.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/source/style/xmlimppr.cxx b/xmloff/source/style/xmlimppr.cxx
index 6353d0a7451f..809db5c9b235 100644
--- a/xmloff/source/style/xmlimppr.cxx
+++ b/xmloff/source/style/xmlimppr.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xmlimppr.cxx,v $
*
- * $Revision: 1.35 $
+ * $Revision: 1.36 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 14:52:24 $
+ * last change: $Author: hr $ $Date: 2006-06-19 18:36:14 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -118,8 +118,8 @@ using ::com::sun::star::beans::PropertyVetoException;
SvXMLImportPropertyMapper::SvXMLImportPropertyMapper(
const UniReference< XMLPropertySetMapper >& rMapper,
SvXMLImport& rImp ):
- maPropMapper ( rMapper ),
- rImport(rImp)
+ rImport(rImp),
+ maPropMapper ( rMapper )
{
}