summaryrefslogtreecommitdiff
path: root/sot/source/sdstor/ucbstorage.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sot/source/sdstor/ucbstorage.cxx')
-rw-r--r--sot/source/sdstor/ucbstorage.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sot/source/sdstor/ucbstorage.cxx b/sot/source/sdstor/ucbstorage.cxx
index abd2a244f1a2..bfe31956e8f6 100644
--- a/sot/source/sdstor/ucbstorage.cxx
+++ b/sot/source/sdstor/ucbstorage.cxx
@@ -2392,7 +2392,7 @@ void UCBStorage::SetClassId( const ClsId& rClsId )
const ClsId& UCBStorage::GetClassId() const
{
- return ( const ClsId& ) pImp->m_aClassId.GetCLSID();
+ return pImp->m_aClassId.GetCLSID();
}
SvGlobalName UCBStorage::GetClassName()