From 5a5731cd0587553f21b2cee2a99db9f527396406 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 21 Oct 2016 08:35:29 +0200 Subject: loplugin:expandablemethodds in include/basic..comphelper Change-Id: I1aa9c12e8839325a9fd98530abc89a3d586ff62e Reviewed-on: https://gerrit.libreoffice.org/30120 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- include/basic/sbstar.hxx | 1 - include/basic/sbxvar.hxx | 1 - include/canvas/propertysethelper.hxx | 4 ---- include/comphelper/accessiblecontexthelper.hxx | 2 -- 4 files changed, 8 deletions(-) (limited to 'include') diff --git a/include/basic/sbstar.hxx b/include/basic/sbstar.hxx index 52a05181d1f4..9ec091812afe 100644 --- a/include/basic/sbstar.hxx +++ b/include/basic/sbstar.hxx @@ -134,7 +134,6 @@ public: static void MakeErrorText( SbError, const OUString& aMsg ); static const OUString& GetErrorText(); static SbError GetErrorCode(); - static bool IsCompilerError(); static sal_uInt16 GetVBErrorCode( SbError nError ); static SbError GetSfxFromVBError( sal_uInt16 nError ); bool IsBreak() const { return bBreak; } diff --git a/include/basic/sbxvar.hxx b/include/basic/sbxvar.hxx index a885972f6c5e..9ad6cb3f92b5 100644 --- a/include/basic/sbxvar.hxx +++ b/include/basic/sbxvar.hxx @@ -77,7 +77,6 @@ class BASIC_DLLPUBLIC SbxValue : public SbxBase { // #55226 Transport additional infos BASIC_DLLPRIVATE SbxValue* TheRealValue( bool bObjInObjError ) const; - BASIC_DLLPRIVATE SbxValue* TheRealValue() const; protected: SbxValues aData; // Data OUString aPic; // Picture-String diff --git a/include/canvas/propertysethelper.hxx b/include/canvas/propertysethelper.hxx index 09ca973604a5..472bb1d922ae 100644 --- a/include/canvas/propertysethelper.hxx +++ b/include/canvas/propertysethelper.hxx @@ -123,10 +123,6 @@ namespace canvas */ bool isPropertyName( const OUString& aPropertyName ) const; - /** Request the currently active map - */ - const InputMap& getPropertyMap() const { return maMapEntries; } - // XPropertySet implementation css::uno::Reference< css::beans::XPropertySetInfo > getPropertySetInfo() const; void setPropertyValue( const OUString& aPropertyName, diff --git a/include/comphelper/accessiblecontexthelper.hxx b/include/comphelper/accessiblecontexthelper.hxx index a7ad2c06a06f..44ca2824f041 100644 --- a/include/comphelper/accessiblecontexthelper.hxx +++ b/include/comphelper/accessiblecontexthelper.hxx @@ -233,8 +233,6 @@ namespace comphelper implGetParentContext(); // access to the base class' broadcast helper/mutex - ::cppu::OBroadcastHelper& GetBroadcastHelper() { return rBHelper; } - const ::cppu::OBroadcastHelper& GetBroadcastHelper() const { return rBHelper; } ::osl::Mutex& GetMutex() { return m_aMutex; } IMutex* getExternalLock( ); }; -- cgit