remove trailing bracket

This commit is contained in:
Caolán McNamara 2010-11-11 15:54:12 +00:00
parent 4196f9cf89
commit dcc16a5b93

View file

@ -130,7 +130,7 @@ public:
sal_uInt16 smallIcon)
: m_mediaType(mediaType), m_fileFilter(fileFilter),
m_shortDescr(shortDescr),
m_smallIcon(smallIcon))
m_smallIcon(smallIcon)
{}
// XPackageTypeInfo
virtual ::rtl::OUString SAL_CALL getMediaType()