summaryrefslogtreecommitdiff
path: root/svx/source/unodraw
diff options
context:
space:
mode:
authorPhilipp Riemer <ruderphilipp@gmail.com>2013-08-31 17:54:00 +0200
committerPhilipp Riemer <ruderphilipp@gmail.com>2013-08-31 22:41:11 +0200
commit160a4dd9a35488786a3cd4aa1c4c1a74997e7b7e (patch)
tree98c1cb448cc2637f3e1671f18e03192b82389c50 /svx/source/unodraw
parentbf42b6f9f51b4bc66e267ae24c87ac79122825cc (diff)
deleted code that was commented out
This is a follow up commit to - 22d1beb78a475e4846af945afde1c4d6c263b5d6 - 1c7af455ab9345304a7ac48ce2e0310de2ac8a75 Change-Id: I7a67c3768c0d7e36784ee88fc46680037acb244d
Diffstat (limited to 'svx/source/unodraw')
-rw-r--r--svx/source/unodraw/unopage.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/svx/source/unodraw/unopage.cxx b/svx/source/unodraw/unopage.cxx
index df64c9bf9e24..bdd2658deb50 100644
--- a/svx/source/unodraw/unopage.cxx
+++ b/svx/source/unodraw/unopage.cxx
@@ -603,8 +603,6 @@ SvxShape* SvxDrawPage::CreateShapeByTypeAndInventor( sal_uInt16 nType, sal_uInt3
{
switch( nType )
{
-// case OBJ_NONE:
-// break;
case OBJ_GRUP:
pRet = new SvxShapeGroup( pObj, mpPage );
break;
@@ -730,8 +728,6 @@ SvxShape* SvxDrawPage::CreateShapeByTypeAndInventor( sal_uInt16 nType, sal_uInt3
case OBJ_MEASURE:
pRet = new SvxShapeDimensioning( pObj );
break;
-// case OBJ_DUMMY:
-// break;
case OBJ_UNO:
pRet = new SvxShapeControl( pObj );
break;