remove trailing bracket
This commit is contained in:
parent
4196f9cf89
commit
dcc16a5b93
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ public:
|
||||||
sal_uInt16 smallIcon)
|
sal_uInt16 smallIcon)
|
||||||
: m_mediaType(mediaType), m_fileFilter(fileFilter),
|
: m_mediaType(mediaType), m_fileFilter(fileFilter),
|
||||||
m_shortDescr(shortDescr),
|
m_shortDescr(shortDescr),
|
||||||
m_smallIcon(smallIcon))
|
m_smallIcon(smallIcon)
|
||||||
{}
|
{}
|
||||||
// XPackageTypeInfo
|
// XPackageTypeInfo
|
||||||
virtual ::rtl::OUString SAL_CALL getMediaType()
|
virtual ::rtl::OUString SAL_CALL getMediaType()
|
||||||
|
|
Loading…
Reference in a new issue