diff options
Diffstat (limited to 'sw/source/ui/vba/vbatablehelper.hxx')
-rw-r--r-- | sw/source/ui/vba/vbatablehelper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/vba/vbatablehelper.hxx b/sw/source/ui/vba/vbatablehelper.hxx index 5fb00cbba55f..b3b48dc0056d 100644 --- a/sw/source/ui/vba/vbatablehelper.hxx +++ b/sw/source/ui/vba/vbatablehelper.hxx @@ -27,7 +27,7 @@ class SwVbaTableHelper { private: css::uno::Reference< css::text::XTextTable > mxTextTable; - SwTable* pTable; + SwTable* m_pTable; private: /// @throws css::uno::RuntimeException |