summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unosect.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/unocore/unosect.cxx')
-rw-r--r--sw/source/core/unocore/unosect.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/unocore/unosect.cxx b/sw/source/core/unocore/unosect.cxx
index 15c71d7bca61..4cbf679158c7 100644
--- a/sw/source/core/unocore/unosect.cxx
+++ b/sw/source/core/unocore/unosect.cxx
@@ -229,7 +229,7 @@ SwXTextSection::~SwXTextSection()
const uno::Sequence< sal_Int8 > & SwXTextSection::getUnoTunnelId()
{
- static const UnoTunnelIdInit theSwXTextSectionUnoTunnelId;
+ static const comphelper::UnoIdInit theSwXTextSectionUnoTunnelId;
return theSwXTextSectionUnoTunnelId.getSeq();
}