summaryrefslogtreecommitdiff
path: root/sw/source/core/tox/toxhlp.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-02-20 20:45:25 +0100
committerThomas Arnhold <thomas@arnhold.org>2012-02-20 22:19:36 +0100
commit9a6332f4e44452959f4e85062d58733c18a121ee (patch)
treec09cef580a6a1e617faa14812b6b312b3b0d6284 /sw/source/core/tox/toxhlp.cxx
parent0235bb8ea237daec5f85e241ad5677a649363571 (diff)
expand and remove macro STAR_REFERENCE
Diffstat (limited to 'sw/source/core/tox/toxhlp.cxx')
-rw-r--r--sw/source/core/tox/toxhlp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/tox/toxhlp.cxx b/sw/source/core/tox/toxhlp.cxx
index e1d24e3c1969..c27faefe2519 100644
--- a/sw/source/core/tox/toxhlp.cxx
+++ b/sw/source/core/tox/toxhlp.cxx
@@ -45,7 +45,7 @@ IndexEntrySupplierWrapper::IndexEntrySupplierWrapper()
::comphelper::getProcessServiceFactory();
try {
- STAR_REFERENCE( uno::XInterface ) xI =
+ ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > xI =
rxMSF->createInstance( ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(
"com.sun.star.i18n.IndexEntrySupplier")) );
if( xI.is() )