summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/registry/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-11-11 15:54:12 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-11-11 15:54:12 +0000
commitdcc16a5b93d952e5b2091312139089d45dfd3baa (patch)
treec51d306c6f034d88d85893e0fe9c3b50b94ca3e1 /desktop/source/deployment/registry/inc
parent4196f9cf89a334b88977952c049c998c14b43ee0 (diff)
remove trailing bracket
Diffstat (limited to 'desktop/source/deployment/registry/inc')
-rw-r--r--desktop/source/deployment/registry/inc/dp_backend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/deployment/registry/inc/dp_backend.h b/desktop/source/deployment/registry/inc/dp_backend.h
index 45a2938c0524..4e97689e253f 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()