diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-11-28 17:04:03 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-11-28 17:04:03 +0100 |
commit | f6f7fc44768dae76b9f49a65ee16fece9d578f64 (patch) | |
tree | 1a1069ff7b2cf4122dd141da954a0edef7a77a19 /svx | |
parent | 41038b2b3d606508258ae4c1a99a5b9379c853d9 (diff) |
warning C4702: unreachable code
Change-Id: I2893c55ffbf86b5879f252a0d9e2ae77a229e7b6
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/accessibility/AccessibleShape.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/svx/source/accessibility/AccessibleShape.cxx b/svx/source/accessibility/AccessibleShape.cxx index bdb7453084ca..4da0e3ff930a 100644 --- a/svx/source/accessibility/AccessibleShape.cxx +++ b/svx/source/accessibility/AccessibleShape.cxx @@ -441,8 +441,6 @@ uno::Reference<XAccessibleRelationSet> SAL_CALL { return uno::Reference<XAccessibleRelationSet>(NULL); } - - return uno::Reference<XAccessibleRelationSet>(); } /** Return a copy of the state set. |