summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
Diffstat (limited to 'filter')
-rw-r--r--filter/source/graphicfilter/epgm/epgm.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/filter/source/graphicfilter/epgm/epgm.cxx b/filter/source/graphicfilter/epgm/epgm.cxx
index 47c20d9fd3f9..65c4145edd0a 100644
--- a/filter/source/graphicfilter/epgm/epgm.cxx
+++ b/filter/source/graphicfilter/epgm/epgm.cxx
@@ -54,16 +54,16 @@ public:
};
//=================== Methoden von PGMWriter ==============================
-
PGMWriter::PGMWriter(SvStream &rStream)
: m_rOStm(rStream)
, mbStatus(sal_True)
+ , mnMode(0)
, mpAcc(NULL)
+ , mnWidth(0)
+ , mnHeight(0)
{
}
-
-
PGMWriter::~PGMWriter()
{
}