summaryrefslogtreecommitdiff
path: root/slideshow
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-11-25 10:34:30 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-12-05 16:23:09 +0100
commit34c2b231b057ab6c1cf7af83aeb046ac4fea2b90 (patch)
tree6043b25f2ca011ae82a798d7a01f072fd017beb6 /slideshow
parent2da946d4789716aa5480eae3ce8ccde99dd1af25 (diff)
-Werror,-Wuninitialized
(in DummyRenderer ctor: base class 'comphelper::OBaseMutex' is uninitialized when used here to access 'comphelper::OBaseMutex::m_aMutex') Change-Id: I5b151176c676a58593933b3f2e33a3e2dfdcc630 (cherry picked from commit 34d464316872fec13fc024d630cbfcc26b77185a)
Diffstat (limited to 'slideshow')
-rw-r--r--slideshow/source/engine/shapes/gdimtftools.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/slideshow/source/engine/shapes/gdimtftools.cxx b/slideshow/source/engine/shapes/gdimtftools.cxx
index 4d2b046e164c..f3a52ca300f3 100644
--- a/slideshow/source/engine/shapes/gdimtftools.cxx
+++ b/slideshow/source/engine/shapes/gdimtftools.cxx
@@ -107,9 +107,7 @@ namespace {
typedef ::cppu::WeakComponentImplHelper1< graphic::XGraphicRenderer > DummyRenderer_Base;
-class DummyRenderer :
- public DummyRenderer_Base,
- public cppu::BaseMutex
+class DummyRenderer: public cppu::BaseMutex, public DummyRenderer_Base
{
public:
DummyRenderer() :