summaryrefslogtreecommitdiffstats
path: root/sw/source/uibase/uno
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@libreoffice.org>2019-03-14 00:31:19 +0100
committerBjörn Michaelsen <bjoern.michaelsen@libreoffice.org>2019-03-17 18:07:38 +0100
commit5a342653a288f7cf496acb7c3d5d81c459615de9 (patch)
tree75f5b268b14a59950586e3dab64af0245819ed2c /sw/source/uibase/uno
parentloplugin:typedefparam (macOS) (diff)
downloadcore-5a342653a288f7cf496acb7c3d5d81c459615de9.tar.gz
core-5a342653a288f7cf496acb7c3d5d81c459615de9.zip
remove this nonsense of init() returning a map, and then ...
- make the DocumentIndex and the DocumentSettings test against XServiceInfo and XComponent, if applicable - fix SwXDocumentSettings implementation name to meet expectations, almost [API CHANGE] - leave out tests on Desktop->terminate() for now though Change-Id: I1e1ab69dd6f6aa67f2cb9291a5665f3f94ff4a38 Reviewed-on: https://gerrit.libreoffice.org/69339 Tested-by: Jenkins Reviewed-by: Björn Michaelsen <bjoern.michaelsen@libreoffice.org>
Diffstat (limited to 'sw/source/uibase/uno')
-rw-r--r--sw/source/uibase/uno/SwXDocumentSettings.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/uno/SwXDocumentSettings.cxx b/sw/source/uibase/uno/SwXDocumentSettings.cxx
index aa512beb2a98..20feb24d8e46 100644
--- a/sw/source/uibase/uno/SwXDocumentSettings.cxx
+++ b/sw/source/uibase/uno/SwXDocumentSettings.cxx
@@ -1394,7 +1394,7 @@ void SwXDocumentSettings::_postGetValues ()
// XServiceInfo
OUString SAL_CALL SwXDocumentSettings::getImplementationName( )
{
- return OUString("com.sun.star.comp.Writer.DocumentSettings");
+ return OUString("SwXDocumentSettings");
}
sal_Bool SAL_CALL SwXDocumentSettings::supportsService( const OUString& ServiceName )