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 /include/oox | |
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 'include/oox')
-rw-r--r-- | include/oox/drawingml/drawingmltypes.hxx | 1 | ||||
-rw-r--r-- | include/oox/dump/dumperbase.hxx | 3 | ||||
-rw-r--r-- | include/oox/helper/binaryoutputstream.hxx | 1 | ||||
-rw-r--r-- | include/oox/helper/progressbar.hxx | 1 | ||||
-rw-r--r-- | include/oox/ole/axcontrol.hxx | 1 | ||||
-rw-r--r-- | include/oox/ole/olehelper.hxx | 1 |
6 files changed, 0 insertions, 8 deletions
diff --git a/include/oox/drawingml/drawingmltypes.hxx b/include/oox/drawingml/drawingmltypes.hxx index 433e2b906044..6c6dee122fea 100644 --- a/include/oox/drawingml/drawingmltypes.hxx +++ b/include/oox/drawingml/drawingmltypes.hxx @@ -61,7 +61,6 @@ struct TextCharacterProperties; typedef ::boost::shared_ptr< TextCharacterProperties > TextCharacterPropertiesPtr; struct TextBodyProperties; -typedef ::boost::shared_ptr< TextBodyProperties > TextBodyPropertiesPtr; struct EffectProperties; typedef ::boost::shared_ptr< EffectProperties > EffectPropertiesPtr; diff --git a/include/oox/dump/dumperbase.hxx b/include/oox/dump/dumperbase.hxx index 926d6e46356d..7abfbb39c71e 100644 --- a/include/oox/dump/dumperbase.hxx +++ b/include/oox/dump/dumperbase.hxx @@ -1291,7 +1291,6 @@ private: PreferredItemVector maPreferred; }; -typedef ::boost::shared_ptr< StorageObjectBase > StorageObjectRef; @@ -1354,7 +1353,6 @@ protected: OUString maSysFileName; }; -typedef ::boost::shared_ptr< OutputObjectBase > OutputObjectRef; @@ -1550,7 +1548,6 @@ protected: BinaryInputStreamRef mxStrm; }; -typedef ::boost::shared_ptr< InputObjectBase > InputObjectRef; diff --git a/include/oox/helper/binaryoutputstream.hxx b/include/oox/helper/binaryoutputstream.hxx index a1b562133c61..172958667097 100644 --- a/include/oox/helper/binaryoutputstream.hxx +++ b/include/oox/helper/binaryoutputstream.hxx @@ -109,7 +109,6 @@ void BinaryOutputStream::writeArray( const Type* opnArray, sal_Int32 nElemCount writeArray(pArray.get(), nElemCount); } -typedef ::boost::shared_ptr< BinaryOutputStream > BinaryOutputStreamRef; diff --git a/include/oox/helper/progressbar.hxx b/include/oox/helper/progressbar.hxx index e671d42deb6d..d529974ce0d9 100644 --- a/include/oox/helper/progressbar.hxx +++ b/include/oox/helper/progressbar.hxx @@ -56,7 +56,6 @@ public: virtual void setPosition( double fPosition ) = 0; }; -typedef ::boost::shared_ptr< IProgressBar > IProgressBarRef; diff --git a/include/oox/ole/axcontrol.hxx b/include/oox/ole/axcontrol.hxx index e3a7199fe355..6e267d667a43 100644 --- a/include/oox/ole/axcontrol.hxx +++ b/include/oox/ole/axcontrol.hxx @@ -857,7 +857,6 @@ public: // direct access needed for legacy VML drawing controls bool mbFontSupport; ///< True = control supports the font property. }; -typedef ::boost::shared_ptr< AxContainerModelBase > AxContainerModelRef; diff --git a/include/oox/ole/olehelper.hxx b/include/oox/ole/olehelper.hxx index 937ae019d86d..86f3321863b8 100644 --- a/include/oox/ole/olehelper.hxx +++ b/include/oox/ole/olehelper.hxx @@ -50,7 +50,6 @@ namespace oox { namespace oox { -typedef ::boost::shared_ptr< oox::BinaryXInputStream > BinaryXInputStreamRef; namespace ole { |