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 /xmloff | |
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 'xmloff')
-rw-r--r-- | xmloff/source/chart/SchXMLExport.cxx | 2 | ||||
-rw-r--r-- | xmloff/source/forms/layerimport.hxx | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/xmloff/source/chart/SchXMLExport.cxx b/xmloff/source/chart/SchXMLExport.cxx index 927644570235..eda5059d30a1 100644 --- a/xmloff/source/chart/SchXMLExport.cxx +++ b/xmloff/source/chart/SchXMLExport.cxx @@ -694,8 +694,6 @@ bool lcl_SequenceHasUnhiddenData( const uno::Reference< chart2::data::XDataSeque } typedef vector< OUString > tStringVector; -typedef vector< double > tDoubleVector; -typedef vector< vector< OUString > > t2DStringVector; typedef vector< vector< double > > t2DNumberContainer; struct lcl_TableData diff --git a/xmloff/source/forms/layerimport.hxx b/xmloff/source/forms/layerimport.hxx index dee6ad9e4efc..8975318d4b4b 100644 --- a/xmloff/source/forms/layerimport.hxx +++ b/xmloff/source/forms/layerimport.hxx @@ -37,7 +37,6 @@ class SvXMLImportContext; class SvXMLStyleContext; class SvXMLStylesContext; -typedef tools::SvRef<SvXMLStylesContext> SvXMLStylesContextRef; // unfortunately, we can't put this into our namespace, as the macro expands to (amongst others) a forward // declaration of the class name, which then would be in the namespace, too |