summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-01-27 07:32:01 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-01-28 06:19:49 +0000
commitfe480d8136b204c8dc6c68916cce7e816f8b9c48 (patch)
tree656e9239fa6a93099148d3806c1af93007059769 /sd
parentd1c9bd13ec7af93f5368dfda6d6d3c955f0b0816 (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 'sd')
-rw-r--r--sd/inc/CustomAnimationPreset.hxx1
-rw-r--r--sd/source/ui/remotecontrol/mDNSResponder/CommonServices.h7
-rw-r--r--sd/source/ui/unoidl/unoobj.cxx1
3 files changed, 0 insertions, 9 deletions
diff --git a/sd/inc/CustomAnimationPreset.hxx b/sd/inc/CustomAnimationPreset.hxx
index 8aff9a768d4b..d92fc05ec3b3 100644
--- a/sd/inc/CustomAnimationPreset.hxx
+++ b/sd/inc/CustomAnimationPreset.hxx
@@ -136,7 +136,6 @@ private:
SAL_DLLPRIVATE static CustomAnimationPresets* mpCustomAnimationPresets;
};
-typedef boost::shared_ptr< CustomAnimationPresets > CustomAnimationPresetsPtr;
css::uno::Reference< css::animations::XAnimationNode > implImportEffects( const css::uno::Reference< css::lang::XMultiServiceFactory >& xServiceFactory, const OUString& rPath );
diff --git a/sd/source/ui/remotecontrol/mDNSResponder/CommonServices.h b/sd/source/ui/remotecontrol/mDNSResponder/CommonServices.h
index 88d913fa25d0..261828f98a5c 100644
--- a/sd/source/ui/remotecontrol/mDNSResponder/CommonServices.h
+++ b/sd/source/ui/remotecontrol/mDNSResponder/CommonServices.h
@@ -724,20 +724,13 @@ typedef long long int64_t;
typedef unsigned long long uint64_t;
#endif
-typedef int8_t int_least8_t;
-typedef int16_t int_least16_t;
typedef int32_t int_least32_t;
-typedef int64_t int_least64_t;
typedef uint8_t uint_least8_t;
typedef uint16_t uint_least16_t;
typedef uint32_t uint_least32_t;
typedef uint64_t uint_least64_t;
-typedef int8_t int_fast8_t;
-typedef int16_t int_fast16_t;
-typedef int32_t int_fast32_t;
-typedef int64_t int_fast64_t;
typedef uint8_t uint_fast8_t;
typedef uint16_t uint_fast16_t;
diff --git a/sd/source/ui/unoidl/unoobj.cxx b/sd/source/ui/unoidl/unoobj.cxx
index 94cde9c233b0..f7f2695a92df 100644
--- a/sd/source/ui/unoidl/unoobj.cxx
+++ b/sd/source/ui/unoidl/unoobj.cxx
@@ -278,7 +278,6 @@ struct SortStruct
};
typedef SortStruct SORT;
-typedef SORT* PSORT;
SdXShape::SdXShape( SvxShape* pShape, SdXImpressDocument* pModel) throw()
: mpShape( pShape ),