summaryrefslogtreecommitdiff
path: root/include
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 /include
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 'include')
-rw-r--r--include/svx/fmgridif.hxx4
-rw-r--r--include/vbahelper/vbashape.hxx4
-rw-r--r--include/vbahelper/vbashaperange.hxx4
3 files changed, 6 insertions, 6 deletions
diff --git a/include/svx/fmgridif.hxx b/include/svx/fmgridif.hxx
index df3c33845b1e..5aa857005c69 100644
--- a/include/svx/fmgridif.hxx
+++ b/include/svx/fmgridif.hxx
@@ -404,7 +404,7 @@ public:
virtual css::uno::Any SAL_CALL getByIndex(sal_Int32 _rIndex) override;
// css::beans::XPropertyChangeListener
- virtual void SAL_CALL SAL_CALL propertyChange(const css::beans::PropertyChangeEvent& evt) override;
+ virtual void SAL_CALL propertyChange(const css::beans::PropertyChangeEvent& evt) override;
// css::form::XLoadListener
virtual void SAL_CALL loaded(const css::lang::EventObject& rEvent) override;
@@ -450,7 +450,7 @@ public:
virtual void SAL_CALL removeModifyListener(const css::uno::Reference< css::util::XModifyListener >& l) override;
// UnoControl
- virtual void SAL_CALL SAL_CALL setDesignMode(sal_Bool bOn) override;
+ virtual void SAL_CALL setDesignMode(sal_Bool bOn) override;
virtual sal_Bool SAL_CALL isDesignMode() override;
// css::view::XSelectionChangeListener
diff --git a/include/vbahelper/vbashape.hxx b/include/vbahelper/vbashape.hxx
index dfc6973cbcb7..11305dc2c48e 100644
--- a/include/vbahelper/vbashape.hxx
+++ b/include/vbahelper/vbashape.hxx
@@ -118,8 +118,8 @@ public:
virtual void SAL_CALL setRelativeVerticalPosition(::sal_Int32 _relativeverticalposition) override;
// Methods
- virtual css::uno::Any SAL_CALL SAL_CALL TextFrame( ) override;
- virtual css::uno::Any SAL_CALL SAL_CALL WrapFormat( ) override;
+ virtual css::uno::Any SAL_CALL TextFrame( ) override;
+ virtual css::uno::Any SAL_CALL WrapFormat( ) override;
virtual void SAL_CALL Delete() override;
virtual void SAL_CALL ZOrder( sal_Int32 ZOrderCmd ) override;
virtual void SAL_CALL IncrementRotation( double Increment ) override;
diff --git a/include/vbahelper/vbashaperange.hxx b/include/vbahelper/vbashaperange.hxx
index 89cde7643125..4b8261ffa6cc 100644
--- a/include/vbahelper/vbashaperange.hxx
+++ b/include/vbahelper/vbashaperange.hxx
@@ -90,8 +90,8 @@ public:
virtual void SAL_CALL setRelativeHorizontalPosition( ::sal_Int32 _relativehorizontalposition ) override;
virtual ::sal_Int32 SAL_CALL getRelativeVerticalPosition() override;
virtual void SAL_CALL setRelativeVerticalPosition( ::sal_Int32 _relativeverticalposition ) override;
- virtual css::uno::Any SAL_CALL SAL_CALL TextFrame( ) override;
- virtual css::uno::Any SAL_CALL SAL_CALL WrapFormat( ) override;
+ virtual css::uno::Any SAL_CALL TextFrame( ) override;
+ virtual css::uno::Any SAL_CALL WrapFormat( ) override;
virtual void SAL_CALL ZOrder( sal_Int32 ZOrderCmd ) override;
//XEnumerationAccess
virtual css::uno::Type SAL_CALL getElementType() override;