Kaydet (Commit) 527a9a11 authored tarafından Noel Grandin's avatar Noel Grandin

loplugin:mergeclasses

Change-Id: I555e3db911a97e798ce9f10c76d7fe187ea550a7
üst 51438e87
merge (anonymous namespace)::Data with cppu::PropertySetMixinImpl::Impl
merge (anonymous namespace)::VCLXToolkit_Impl with (anonymous namespace)::VCLXToolkit
merge AbstractMailMergeWizard with AbstractMailMergeWizard_Impl
merge AbstractSearchProgress with AbstractSearchProgress_Impl
merge AbstractSwInsertDBColAutoPilot with AbstractSwInsertDBColAutoPilot_Impl
......
......@@ -140,13 +140,13 @@ extern "C" typedef vcl::Window* (SAL_CALL *FN_SvtCreateWindow)(
vcl::Window* pParent,
WinBits nWinBits );
class VCLXToolkit_Impl
class VCLXToolkitMutexHelper
{
protected:
::osl::Mutex maMutex;
};
class VCLXToolkit : public VCLXToolkit_Impl,
class VCLXToolkit : public VCLXToolkitMutexHelper,
public cppu::WeakComponentImplHelper<
css::awt::XToolkitExperimental,
css::lang::XServiceInfo >
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment