summaryrefslogtreecommitdiff
path: root/svx/source/customshapes
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 13:57:27 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 13:57:27 +0000
commit13955cd26424669385366f635abc74fd70c4fece (patch)
treef09344a7abe1aabd5432ed3fbe7130b9b996849f /svx/source/customshapes
parent15ed8b522c4c61c346c1683b56bf3b995e28d66f (diff)
INTEGRATION: CWS warnings01 (1.15.198); FILE MERGED
2006/05/23 18:23:35 sb 1.15.198.2: RESYNC: (1.15-1.16); FILE MERGED 2006/04/10 13:19:12 sj 1.15.198.1: #i55991# warning free code
Diffstat (limited to 'svx/source/customshapes')
-rw-r--r--svx/source/customshapes/EnhancedCustomShapeGeometry.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/source/customshapes/EnhancedCustomShapeGeometry.cxx b/svx/source/customshapes/EnhancedCustomShapeGeometry.cxx
index 066a1e759323..a8a26f5a5ff9 100644
--- a/svx/source/customshapes/EnhancedCustomShapeGeometry.cxx
+++ b/svx/source/customshapes/EnhancedCustomShapeGeometry.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: EnhancedCustomShapeGeometry.cxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: kz $ $Date: 2006-04-26 20:47:32 $
+ * last change: $Author: hr $ $Date: 2006-06-19 14:57:27 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -5593,6 +5593,7 @@ const sal_Int16 GetCustomShapeConnectionTypeDefault( MSO_SPT eSpType )
case mso_sptTextPlainText :
case mso_sptTextBox :
nGluePointType = com::sun::star::drawing::EnhancedCustomShapeGluePointType::RECT;
+ default: break;
}
}
return nGluePointType;