summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/unotools/misccfg.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/unotools/misccfg.hxx b/include/unotools/misccfg.hxx
index 9aebe796b4e8..297e48e3f369 100644
--- a/include/unotools/misccfg.hxx
+++ b/include/unotools/misccfg.hxx
@@ -21,11 +21,16 @@
#include <unotools/unotoolsdllapi.h>
#include <unotools/options.hxx>
+#include <memory>
namespace utl
{
+class SfxMiscCfg;
class UNOTOOLS_DLLPUBLIC MiscCfg : public detail::Options
{
+private:
+ std::shared_ptr<SfxMiscCfg> m_pImpl;
+
public:
MiscCfg( );
virtual ~MiscCfg( );