diff options
Diffstat (limited to 'extensions/source/propctrlr/modulepcr.hxx')
-rw-r--r-- | extensions/source/propctrlr/modulepcr.hxx | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/extensions/source/propctrlr/modulepcr.hxx b/extensions/source/propctrlr/modulepcr.hxx index d29c2fd2c969..ee44cc6bbad3 100644 --- a/extensions/source/propctrlr/modulepcr.hxx +++ b/extensions/source/propctrlr/modulepcr.hxx @@ -20,21 +20,10 @@ #ifndef INCLUDED_EXTENSIONS_SOURCE_PROPCTRLR_MODULEPCR_HXX #define INCLUDED_EXTENSIONS_SOURCE_PROPCTRLR_MODULEPCR_HXX -#include <comphelper/componentmodule.hxx> +#include <rtl/ustring.hxx> namespace pcr { - /* -------------------------------------------------------------------- */ - class PcrModule : public ::comphelper::OModule - { - friend struct CreateModuleClass; - typedef ::comphelper::OModule BaseClass; - public: - static PcrModule& getInstance(); - private: - PcrModule(); - }; - OUString PcrRes(const char* pId); } // namespace pcr |