summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-10-21 08:35:29 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-10-21 09:57:38 +0000
commit5a5731cd0587553f21b2cee2a99db9f527396406 (patch)
tree4c688d48943c0dd9582ca4631e04ef0da0d018b2 /include
parentd24bc6089c13413e5d702f5606de0b8573a14f20 (diff)
loplugin:expandablemethodds in include/basic..comphelper
Change-Id: I1aa9c12e8839325a9fd98530abc89a3d586ff62e Reviewed-on: https://gerrit.libreoffice.org/30120 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/basic/sbstar.hxx1
-rw-r--r--include/basic/sbxvar.hxx1
-rw-r--r--include/canvas/propertysethelper.hxx4
-rw-r--r--include/comphelper/accessiblecontexthelper.hxx2
4 files changed, 0 insertions, 8 deletions
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( );
};