summaryrefslogtreecommitdiffstats
path: root/extensions/source/propctrlr/modulepcr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/propctrlr/modulepcr.hxx')
-rw-r--r--extensions/source/propctrlr/modulepcr.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/propctrlr/modulepcr.hxx b/extensions/source/propctrlr/modulepcr.hxx
index 652ff0b93f8a..6fcbfef5100f 100644
--- a/extensions/source/propctrlr/modulepcr.hxx
+++ b/extensions/source/propctrlr/modulepcr.hxx
@@ -20,15 +20,15 @@
#ifndef INCLUDED_EXTENSIONS_SOURCE_PROPCTRLR_MODULEPCR_HXX
#define INCLUDED_EXTENSIONS_SOURCE_PROPCTRLR_MODULEPCR_HXX
-#include <unotools/componentresmodule.hxx>
+#include <comphelper/componentmodule.hxx>
namespace pcr
{
/* -------------------------------------------------------------------- */
- class PcrModule : public ::utl::OComponentResourceModule
+ class PcrModule : public ::comphelper::OModule
{
friend struct CreateModuleClass;
- typedef ::utl::OComponentResourceModule BaseClass;
+ typedef ::comphelper::OModule BaseClass;
public:
static PcrModule& getInstance();
private: