summaryrefslogtreecommitdiff
path: root/sw/inc/unotxdoc.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2020-10-12 09:02:47 +0200
committerMiklos Vajna <vmiklos@collabora.com>2020-10-12 10:08:49 +0200
commit1ff072e3b672d864f119efdeba93248f47042ad1 (patch)
treeb4389cd529da66b6169ab21f1f2a1bcfc5fc6197 /sw/inc/unotxdoc.hxx
parent47da5a7e95ef45efcc9e13f225273e728d1fbc58 (diff)
sw: prefix members of SwFormatAnchor, SwXDocumentPropertyHelper, ...
... SwXLinkNameAccessWrapper and TableHeadingCheck See tdf#94879 for motivation. Change-Id: I1108abc0d4ee6179c0b4d4dbe18af0730edbd2ba Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104200 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
Diffstat (limited to 'sw/inc/unotxdoc.hxx')
-rw-r--r--sw/inc/unotxdoc.hxx24
1 files changed, 12 insertions, 12 deletions
diff --git a/sw/inc/unotxdoc.hxx b/sw/inc/unotxdoc.hxx
index cf950c259c22..4ecd5ba57f7e 100644
--- a/sw/inc/unotxdoc.hxx
+++ b/sw/inc/unotxdoc.hxx
@@ -510,11 +510,11 @@ class SwXLinkNameAccessWrapper final : public cppu::WeakImplHelper
css::document::XLinkTargetSupplier
>
{
- css::uno::Reference< css::container::XNameAccess > xRealAccess;
- const SfxItemPropertySet* pPropSet;
- const OUString sLinkSuffix;
- const OUString sLinkDisplayName;
- SwXTextDocument* pxDoc;
+ css::uno::Reference< css::container::XNameAccess > m_xRealAccess;
+ const SfxItemPropertySet* m_pPropSet;
+ const OUString m_sLinkSuffix;
+ const OUString m_sLinkDisplayName;
+ SwXTextDocument* m_pxDoc;
public:
SwXLinkNameAccessWrapper(css::uno::Reference< css::container::XNameAccess > const & xAccess,
@@ -585,13 +585,13 @@ enum class SwCreateDrawTable {
class SwXDocumentPropertyHelper : public SvxUnoForbiddenCharsTable
{
- css::uno::Reference < css::uno::XInterface > xDashTable;
- css::uno::Reference < css::uno::XInterface > xGradientTable;
- css::uno::Reference < css::uno::XInterface > xHatchTable;
- css::uno::Reference < css::uno::XInterface > xBitmapTable;
- css::uno::Reference < css::uno::XInterface > xTransGradientTable;
- css::uno::Reference < css::uno::XInterface > xMarkerTable;
- css::uno::Reference < css::uno::XInterface > xDrawDefaults;
+ css::uno::Reference < css::uno::XInterface > m_xDashTable;
+ css::uno::Reference < css::uno::XInterface > m_xGradientTable;
+ css::uno::Reference < css::uno::XInterface > m_xHatchTable;
+ css::uno::Reference < css::uno::XInterface > m_xBitmapTable;
+ css::uno::Reference < css::uno::XInterface > m_xTransGradientTable;
+ css::uno::Reference < css::uno::XInterface > m_xMarkerTable;
+ css::uno::Reference < css::uno::XInterface > m_xDrawDefaults;
SwDoc* m_pDoc;
public: