diff options
-rw-r--r-- | comphelper/source/officeinstdir/officeinstallationdirectories.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comphelper/source/officeinstdir/officeinstallationdirectories.hxx b/comphelper/source/officeinstdir/officeinstallationdirectories.hxx index 09ded59b9a53..d0d86b76c4d5 100644 --- a/comphelper/source/officeinstdir/officeinstallationdirectories.hxx +++ b/comphelper/source/officeinstdir/officeinstallationdirectories.hxx @@ -35,9 +35,9 @@ namespace comphelper { typedef cppu::WeakImplHelper< css::util::XOfficeInstallationDirectories, - css::lang::XServiceInfo > UnoImplBase; + css::lang::XServiceInfo > OfficeInstallationDirectories_Base; -class OfficeInstallationDirectories : public UnoImplBase +class OfficeInstallationDirectories : public OfficeInstallationDirectories_Base { public: explicit OfficeInstallationDirectories( |