diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-10-02 17:56:07 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-02 18:14:37 +0200 |
commit | 1080e15cf3d4e16acd0f3b02d9e40521a6535358 (patch) | |
tree | f3cd44ffa8eee9b2212a58b382964bbcff0c1df4 /svx | |
parent | 1eda1acff9eaae981afbe6e14b8de11ff3d5d501 (diff) |
-Werror,-Wunused-variable
Change-Id: I8efdd18b98831efc5d0ba8d3b25555dfca557543
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/sdr/primitive2d/sdrolecontentprimitive2d.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/svx/source/sdr/primitive2d/sdrolecontentprimitive2d.cxx b/svx/source/sdr/primitive2d/sdrolecontentprimitive2d.cxx index 4e141844cc67..024336e85e4c 100644 --- a/svx/source/sdr/primitive2d/sdrolecontentprimitive2d.cxx +++ b/svx/source/sdr/primitive2d/sdrolecontentprimitive2d.cxx @@ -63,7 +63,6 @@ namespace drawinglayer { const GraphicObject aGraphicObject(aGraphic); const GraphicAttr aGraphicAttr; - drawinglayer::primitive2d::Primitive2DSequence xOLEContent; if(bScaleContent) { |