diff options
author | Noel Grandin <noel@peralex.com> | 2012-12-11 14:59:39 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2012-12-13 05:20:59 +0200 |
commit | dde234b6955a421d51d2b37e4fc3972c660146f0 (patch) | |
tree | d9f5824ccb30141c3d3742e2229b3bf83ffd116b /vcl/vcl.macosx.component | |
parent | 37b6871fa1fb12c4b2b45db5f3e6ac583577f538 (diff) |
fdo#46808, remove awt::DisplayAccess service.
This service was never documented in an IDL file.
All it did was provide a wrapper around some VCL module API.
Now that we can link the VCL stuff into SD and SDEXT, just
access the API directly.
Change-Id: Ic0ba34c2bca797baa7319878d98cfe3a4ec59d4d
Diffstat (limited to 'vcl/vcl.macosx.component')
-rw-r--r-- | vcl/vcl.macosx.component | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/vcl.macosx.component b/vcl/vcl.macosx.component index d0e7b408a612..5842d9a61500 100644 --- a/vcl/vcl.macosx.component +++ b/vcl/vcl.macosx.component @@ -31,9 +31,6 @@ <implementation name="com.sun.star.frame.VCLSessionManagerClient"> <service name="com.sun.star.frame.SessionManagerClient"/> </implementation> - <implementation name="vcl::DisplayAccess"> - <service name="com.sun.star.awt.DisplayAccess"/> - </implementation> <implementation name="vcl::FontIdentificator"> <service name="com.sun.star.awt.FontIdentificator"/> </implementation> |