summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--filter/source/graphicfilter/eos2met/eos2met.cxx2
-rw-r--r--framework/source/fwe/helper/documentundoguard.cxx2
-rw-r--r--svl/source/items/poolio.cxx2
-rw-r--r--svtools/source/control/ctrltool.cxx2
4 files changed, 4 insertions, 4 deletions
diff --git a/filter/source/graphicfilter/eos2met/eos2met.cxx b/filter/source/graphicfilter/eos2met/eos2met.cxx
index 5e8bd9bc502c..5fe884766ae6 100644
--- a/filter/source/graphicfilter/eos2met/eos2met.cxx
+++ b/filter/source/graphicfilter/eos2met/eos2met.cxx
@@ -235,7 +235,7 @@ private:
public:
METWriter() :
- pCompDev( NULL )
+ pMET(NULL), pGDIStack(NULL), nMETStrokeLineWidth(0), nMETChrAngle(0), pChrSetList(NULL), pCompDev(NULL)
{
#ifndef NO_GETAPPWINDOW
pCompDev = reinterpret_cast< OutputDevice* >( Application::GetAppWindow() );
diff --git a/framework/source/fwe/helper/documentundoguard.cxx b/framework/source/fwe/helper/documentundoguard.cxx
index 8fe601152797..cbf53187e5b6 100644
--- a/framework/source/fwe/helper/documentundoguard.cxx
+++ b/framework/source/fwe/helper/documentundoguard.cxx
@@ -69,7 +69,7 @@ namespace framework
osl_atomic_decrement( &m_refCount );
}
- UndoManagerContextListener()
+ UndoManagerContextListener():m_nRelativeContextDepth(0), m_documentDisposed(false)
{
}
diff --git a/svl/source/items/poolio.cxx b/svl/source/items/poolio.cxx
index 1041832c8538..dc9bcc42948e 100644
--- a/svl/source/items/poolio.cxx
+++ b/svl/source/items/poolio.cxx
@@ -1098,9 +1098,9 @@ const SfxPoolItem* SfxItemPool::LoadSurrogate
}
// kann Surrogat aufgel"ost werden?
- const SfxPoolItem *pItem = 0;
if ( bResolvable )
{
+ const SfxPoolItem *pItem = 0;
for ( SfxItemPool *pTarget = this; pTarget; pTarget = pTarget->pImp->mpSecondary )
{
// richtigen (Folge-) Pool gefunden?
diff --git a/svtools/source/control/ctrltool.cxx b/svtools/source/control/ctrltool.cxx
index b73fa334cf25..4c501704f2b5 100644
--- a/svtools/source/control/ctrltool.cxx
+++ b/svtools/source/control/ctrltool.cxx
@@ -88,7 +88,7 @@ private:
public:
ImplFontListFontInfo( const FontInfo& rInfo,
OutputDevice* pDev ) :
- FontInfo( rInfo )
+ FontInfo( rInfo ), mpNext(NULL)
{
mpDevice = pDev;
}