diff options
author | Noel Grandin <noel@peralex.com> | 2013-01-07 16:19:36 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-01-15 09:56:00 +0200 |
commit | e7018375cdf0e5e542631df9dee6023ff80b7840 (patch) | |
tree | 50879e1febe6555236be77e8eb956c113019cd8c /framework/inc/services/backingcomp.hxx | |
parent | 435989ad0616a36d03975096919721e8506f5516 (diff) |
fdo#46808, Adapt frame::StartModule UNO service to new style
The service already existed, it just did not have an IDL file.
Change-Id: I400551d34d074cc8cf36fad58badc921422a2efa
Diffstat (limited to 'framework/inc/services/backingcomp.hxx')
-rw-r--r-- | framework/inc/services/backingcomp.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/services/backingcomp.hxx b/framework/inc/services/backingcomp.hxx index f54ef495fd03..bf1dd84533e3 100644 --- a/framework/inc/services/backingcomp.hxx +++ b/framework/inc/services/backingcomp.hxx @@ -63,7 +63,7 @@ class BackingComp : public css::lang::XTypeProvider , public css::lang::XInitialization , public css::frame::XController // => XComponent , public css::awt::XKeyListener // => XEventListener - // attention! Must be the first base class to guarentee right initialize lock ... + // attention! Must be the first base class to guarantee right initialize lock ... , private ThreadHelpBase , public ::cppu::OWeakObject { |