summaryrefslogtreecommitdiff
path: root/sw/source/core/tox
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-06 10:51:51 +0200
committerNoel Grandin <noel@peralex.com>2015-11-06 11:55:09 +0200
commit2633976ef3406d48907bd922f067ea04e39c94f1 (patch)
treec29440a174d106805b686299fcaa4a3bacf23592 /sw/source/core/tox
parent41d83eb8cd8e9544641182ff19a8c635760e75dc (diff)
com::sun::star->css in sw/source/core
Change-Id: I30016977f1be8fb53dd239367d043de92a9467d9
Diffstat (limited to 'sw/source/core/tox')
-rw-r--r--sw/source/core/tox/tox.cxx3
-rw-r--r--sw/source/core/tox/toxhlp.cxx11
2 files changed, 6 insertions, 8 deletions
diff --git a/sw/source/core/tox/tox.cxx b/sw/source/core/tox/tox.cxx
index ddb94bd6f449..a0b93093f701 100644
--- a/sw/source/core/tox/tox.cxx
+++ b/sw/source/core/tox/tox.cxx
@@ -155,8 +155,7 @@ void SwTOXMark::Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew)
NotifyClients(pOld, pNew);
if (pOld && (RES_REMOVE_UNO_OBJECT == pOld->Which()))
{ // invalidate cached uno object
- SetXTOXMark(::com::sun::star::uno::Reference<
- ::com::sun::star::text::XDocumentIndexMark>(0));
+ SetXTOXMark(css::uno::Reference<css::text::XDocumentIndexMark>(0));
}
}
diff --git a/sw/source/core/tox/toxhlp.cxx b/sw/source/core/tox/toxhlp.cxx
index 9bb56ead2954..6aaa7f673661 100644
--- a/sw/source/core/tox/toxhlp.cxx
+++ b/sw/source/core/tox/toxhlp.cxx
@@ -44,7 +44,7 @@ IndexEntrySupplierWrapper::~IndexEntrySupplierWrapper()
OUString IndexEntrySupplierWrapper::GetIndexKey( const OUString& rText,
const OUString& rTextReading,
- const ::com::sun::star::lang::Locale& rLocale ) const
+ const css::lang::Locale& rLocale ) const
{
OUString sRet;
try {
@@ -70,8 +70,7 @@ OUString IndexEntrySupplierWrapper::GetFollowingText( bool bMorePages ) const
return sRet;
}
-::com::sun::star::uno::Sequence< OUString >
-IndexEntrySupplierWrapper::GetAlgorithmList( const ::com::sun::star::lang::Locale& rLcl ) const
+css::uno::Sequence< OUString > IndexEntrySupplierWrapper::GetAlgorithmList( const css::lang::Locale& rLcl ) const
{
uno::Sequence< OUString > sRet;
@@ -86,7 +85,7 @@ IndexEntrySupplierWrapper::GetAlgorithmList( const ::com::sun::star::lang::Local
}
bool IndexEntrySupplierWrapper::LoadAlgorithm(
- const ::com::sun::star::lang::Locale& rLcl,
+ const css::lang::Locale& rLcl,
const OUString& sSortAlgorithm, long nOptions ) const
{
bool bRet = false;
@@ -102,9 +101,9 @@ bool IndexEntrySupplierWrapper::LoadAlgorithm(
sal_Int16 IndexEntrySupplierWrapper::CompareIndexEntry(
const OUString& rText1, const OUString& rTextReading1,
- const ::com::sun::star::lang::Locale& rLocale1,
+ const css::lang::Locale& rLocale1,
const OUString& rText2, const OUString& rTextReading2,
- const ::com::sun::star::lang::Locale& rLocale2 ) const
+ const css::lang::Locale& rLocale2 ) const
{
sal_Int16 nRet = 0;
try {