[Libreoffice-commits] .: desktop/source
Caolán McNamara
caolan at kemper.freedesktop.org
Thu Nov 11 07:54:22 PST 2010
desktop/source/deployment/registry/inc/dp_backend.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d3f67372968aa429860f708edcd2353b5b4f9e30
Author: Caolán McNamara <caolanm at redhat.com>
Date: Thu Nov 11 15:54:12 2010 +0000
remove trailing bracket
diff --git a/desktop/source/deployment/registry/inc/dp_backend.h b/desktop/source/deployment/registry/inc/dp_backend.h
index af9b903..723bf23 100644
--- a/desktop/source/deployment/registry/inc/dp_backend.h
+++ b/desktop/source/deployment/registry/inc/dp_backend.h
@@ -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()
More information about the Libreoffice-commits
mailing list