summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLTextShapeImportHelper.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 17:48:38 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 17:48:38 +0000
commit657c309dc85a736f239f8e26b95c0187035af067 (patch)
treeb2aa5f4a9b21388b4bb7f872cb4416fd2ff234de /xmloff/source/text/XMLTextShapeImportHelper.cxx
parent18d97d51da4e729e29a958b4ffa7aab5d96ee73b (diff)
INTEGRATION: CWS warnings01 (1.11.34); FILE MERGED
2005/11/03 17:47:11 cl 1.11.34.1: warning free code changes for unxlngi6
Diffstat (limited to 'xmloff/source/text/XMLTextShapeImportHelper.cxx')
-rw-r--r--xmloff/source/text/XMLTextShapeImportHelper.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/xmloff/source/text/XMLTextShapeImportHelper.cxx b/xmloff/source/text/XMLTextShapeImportHelper.cxx
index 06e32932fc7a..268e2475f539 100644
--- a/xmloff/source/text/XMLTextShapeImportHelper.cxx
+++ b/xmloff/source/text/XMLTextShapeImportHelper.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: XMLTextShapeImportHelper.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 15:25:57 $
+ * last change: $Author: hr $ $Date: 2006-06-19 18:48:38 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -183,5 +183,7 @@ void XMLTextShapeImportHelper::addShape(
aAny <<= nY;
xPropSet->setPropertyValue( sVertOrientPosition, aAny );
break;
+ default:
+ break;
}
}