diff options
author | Noel Grandin <noel@peralex.com> | 2015-01-27 07:32:01 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-01-28 06:19:49 +0000 |
commit | fe480d8136b204c8dc6c68916cce7e816f8b9c48 (patch) | |
tree | 656e9239fa6a93099148d3806c1af93007059769 /basic | |
parent | d1c9bd13ec7af93f5368dfda6d6d3c955f0b0816 (diff) |
remove unused typedefs
found with some minor modifications to find/find-unused-defines.sh
Change-Id: I18cc479adedc7a0dada68a4aeef08300e62631dd
Reviewed-on: https://gerrit.libreoffice.org/14194
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/inc/sbjsmeth.hxx | 1 | ||||
-rw-r--r-- | basic/source/inc/sbunoobj.hxx | 4 |
2 files changed, 0 insertions, 5 deletions
diff --git a/basic/source/inc/sbjsmeth.hxx b/basic/source/inc/sbjsmeth.hxx index 82fda816dcf7..59cbabd18812 100644 --- a/basic/source/inc/sbjsmeth.hxx +++ b/basic/source/inc/sbjsmeth.hxx @@ -37,7 +37,6 @@ public: TYPEINFO_OVERRIDE(); }; -typedef tools::SvRef<SbJScriptMethod> SbJScriptMethodRef; #endif diff --git a/basic/source/inc/sbunoobj.hxx b/basic/source/inc/sbunoobj.hxx index 8d8aaa75144d..d47a66e2d864 100644 --- a/basic/source/inc/sbunoobj.hxx +++ b/basic/source/inc/sbunoobj.hxx @@ -99,7 +99,6 @@ public: ::com::sun::star::uno::Any getUnoAny(); void SFX_NOTIFY( SfxBroadcaster&, const TypeId&, const SfxHint& rHint, const TypeId& ) SAL_OVERRIDE; }; -typedef tools::SvRef<SbUnoStructRefObject> SbUnoStructRefObjectRef; class SbUnoObject: public SbxObject { @@ -242,7 +241,6 @@ public: const ::com::sun::star::uno::Reference< ::com::sun::star::reflection::XIdlClass >& getUnoClass( void ) { return m_xClass; } }; -typedef tools::SvRef<SbUnoClass> SbUnoClassRef; // function to find a global identifier in @@ -269,7 +267,6 @@ public: void SFX_NOTIFY( SfxBroadcaster&, const TypeId&, const SfxHint& rHint, const TypeId& ) SAL_OVERRIDE; }; -typedef tools::SvRef<SbUnoService> SbUnoServiceRef; SbUnoService* findUnoService( const OUString& rName ); @@ -309,7 +306,6 @@ public: void SFX_NOTIFY( SfxBroadcaster&, const TypeId&, const SfxHint& rHint, const TypeId& ) SAL_OVERRIDE; }; -typedef tools::SvRef<SbUnoSingleton> SbUnoSingletonRef; SbUnoSingleton* findUnoSingleton( const OUString& rName ); |