summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-12-10 23:21:52 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-12-11 08:57:37 +0100
commitaad6e593f7e856f716de57304e007fec789e37eb (patch)
tree344200954835695e9176cc4ab6a5a21504699b0f /sw/inc
parente28ed8c0fb2ffcf5d3a282563ee3a1bf5687b875 (diff)
loplugin:salcall (clang-cl)
Change-Id: I31018af8d992c9496f01a72925e24d9b362e340d Reviewed-on: https://gerrit.libreoffice.org/46204 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/unocoll.hxx4
-rw-r--r--sw/inc/unostyle.hxx8
2 files changed, 6 insertions, 6 deletions
diff --git a/sw/inc/unocoll.hxx b/sw/inc/unocoll.hxx
index 20d5dd1e9efa..9048a2c4d8d0 100644
--- a/sw/inc/unocoll.hxx
+++ b/sw/inc/unocoll.hxx
@@ -449,7 +449,7 @@ public:
SwXNumberingRulesCollection( SwDoc* pDoc );
//XIndexAccess
- virtual sal_Int32 SAL_CALL SAL_CALL getCount() override;
+ virtual sal_Int32 SAL_CALL getCount() override;
virtual css::uno::Any SAL_CALL getByIndex(sal_Int32 nIndex) override;
//XElementAccess
@@ -476,7 +476,7 @@ public:
SwXFootnotes(bool bEnd, SwDoc* pDoc);
//XIndexAccess
- virtual sal_Int32 SAL_CALL SAL_CALL getCount() override;
+ virtual sal_Int32 SAL_CALL getCount() override;
virtual css::uno::Any SAL_CALL getByIndex(sal_Int32 nIndex) override;
//XElementAccess
diff --git a/sw/inc/unostyle.hxx b/sw/inc/unostyle.hxx
index 2bd932783632..afd2a500ff38 100644
--- a/sw/inc/unostyle.hxx
+++ b/sw/inc/unostyle.hxx
@@ -130,8 +130,8 @@ public:
virtual css::uno::Any SAL_CALL getByIndex(sal_Int32 nIndex) override;
//XElementAccess
- virtual css::uno::Type SAL_CALL SAL_CALL getElementType( ) override;
- virtual sal_Bool SAL_CALL SAL_CALL hasElements( ) override;
+ virtual css::uno::Type SAL_CALL getElementType( ) override;
+ virtual sal_Bool SAL_CALL hasElements( ) override;
//XNameAccess
virtual css::uno::Any SAL_CALL getByName(const OUString& Name) override;
@@ -161,8 +161,8 @@ public:
virtual css::uno::Reference< css::container::XEnumeration > SAL_CALL createEnumeration( ) override;
//XElementAccess
- virtual css::uno::Type SAL_CALL SAL_CALL getElementType( ) override;
- virtual sal_Bool SAL_CALL SAL_CALL hasElements( ) override;
+ virtual css::uno::Type SAL_CALL getElementType( ) override;
+ virtual sal_Bool SAL_CALL hasElements( ) override;
};