summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/dbconfig.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/dbconfig.hxx')
-rw-r--r--sw/source/uibase/inc/dbconfig.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/uibase/inc/dbconfig.hxx b/sw/source/uibase/inc/dbconfig.hxx
index 5a611f5d8be0..66ebfc2b908d 100644
--- a/sw/source/uibase/inc/dbconfig.hxx
+++ b/sw/source/uibase/inc/dbconfig.hxx
@@ -24,14 +24,14 @@
struct SwDBData;
-class SW_DLLPUBLIC SwDBConfig : public utl::ConfigItem
+class SW_DLLPUBLIC SwDBConfig final : public utl::ConfigItem
{
private:
SAL_DLLPRIVATE static const css::uno::Sequence<OUString>& GetPropertyNames();
virtual void ImplCommit() override;
- std::unique_ptr<SwDBData> pAdrImpl;
- std::unique_ptr<SwDBData> pBibImpl;
+ std::unique_ptr<SwDBData> m_pAdrImpl;
+ std::unique_ptr<SwDBData> m_pBibImpl;
public:
SwDBConfig();