diff options
author | Tor Lillqvist <tml@collabora.com> | 2018-02-12 15:31:14 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2018-02-12 22:48:54 +0100 |
commit | d9fc18d5a797972ba182fbcae941535a50098dcb (patch) | |
tree | d549c0150edbbd9b98d8afaca3c2512362429a48 /extensions/README | |
parent | 707f787cd991f9c59712cd3020d127d09605c792 (diff) |
Get rid of ole_adapter namespace level
None of this is DLLPUBLIC anyway, and it all goes into one DLL.
Change-Id: I3756f87aaa4561ef54a9e6aaeeac47b99350c6b3
Reviewed-on: https://gerrit.libreoffice.org/49616
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'extensions/README')
-rw-r--r-- | extensions/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/README b/extensions/README index eeff42a5d853..b74ff369baa1 100644 --- a/extensions/README +++ b/extensions/README @@ -24,7 +24,7 @@ See udkapi/com/sun/star/bridge/oleautomation/ApplicationRegistration.idl This is initialized in Desktop::Main() in Desktop::OpenClients_Impl() by creating the service "com.sun.star.bridge.OleApplicationRegistration", -which is implemented by ole_adapter::OleServer_Impl. +which is implemented by OleServer_Impl. See extensions/source/ole/ |