summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-11 14:50:57 +0200
committerNoel Grandin <noel@peralex.com>2014-02-12 08:59:07 +0200
commit73fd2bb1979c37d03619391f95f3075dcb6eca4e (patch)
tree2167f5dcd9ce081a52759232c8217f1e1bad2b64 /svx
parent7724fb35e7e8d80e80b30874183a851a512555b7 (diff)
cid#705265 missing break in switch
Change-Id: I1e2b7f0b8484bb872ca0a0d745b97e1927295662
Diffstat (limited to 'svx')
-rw-r--r--svx/source/unodraw/unoshape.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/source/unodraw/unoshape.cxx b/svx/source/unodraw/unoshape.cxx
index 031be92c62f0..f9bae61e7008 100644
--- a/svx/source/unodraw/unoshape.cxx
+++ b/svx/source/unodraw/unoshape.cxx
@@ -2744,6 +2744,7 @@ bool SvxShape::getPropertyValueImpl( const OUString&, const SfxItemPropertySimpl
bMirror = ((SdrGrafObj*)mpObj.get())->IsMirrored();
rValue <<= bMirror;
+ break;
}
case OWN_ATTR_EDGE_START_OBJ: