diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-21 12:37:58 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-02-25 15:16:55 +0200 |
commit | e428a9952351a08c0d265368c5e8ad2416b003d9 (patch) | |
tree | c1f06f1f427b61bf5fb457ec17fa969bd17c3f65 | |
parent | 700161cce79df7137fc4db433db6e41905d76975 (diff) |
remove unused code utl::MediaDescriptor::PROP_DEEPDETECTION()
Change-Id: Ie80d0c00fe8725e59a6814707c9a4afcb6ac09b5
-rw-r--r-- | include/unotools/mediadescriptor.hxx | 2 | ||||
-rw-r--r-- | unotools/source/misc/mediadescriptor.cxx | 6 | ||||
-rw-r--r-- | unusedcode.easy | 1 |
3 files changed, 0 insertions, 9 deletions
diff --git a/include/unotools/mediadescriptor.hxx b/include/unotools/mediadescriptor.hxx index 1cd206387160..fc4864f0e29e 100644 --- a/include/unotools/mediadescriptor.hxx +++ b/include/unotools/mediadescriptor.hxx @@ -100,8 +100,6 @@ class UNOTOOLS_DLLPUBLIC MediaDescriptor : public comphelper::SequenceAsHashMap static const OUString& PROP_VIEWONLY(); static const OUString& PROP_DOCUMENTBASEURL(); - static const OUString& PROP_DEEPDETECTION(); - //------------------------------------------- // interface public: diff --git a/unotools/source/misc/mediadescriptor.cxx b/unotools/source/misc/mediadescriptor.cxx index e934bf3561f3..aa4128c28eb1 100644 --- a/unotools/source/misc/mediadescriptor.cxx +++ b/unotools/source/misc/mediadescriptor.cxx @@ -313,12 +313,6 @@ const OUString& MediaDescriptor::PROP_DOCUMENTBASEURL() return sProp; } -const OUString& MediaDescriptor::PROP_DEEPDETECTION() -{ - static const OUString aProp("DeepDetection"); - return aProp; -} - MediaDescriptor::MediaDescriptor() : SequenceAsHashMap() { diff --git a/unusedcode.easy b/unusedcode.easy index 602e053aa24b..60ba74f65a28 100644 --- a/unusedcode.easy +++ b/unusedcode.easy @@ -356,7 +356,6 @@ std::auto_ptr<formula::FormulaTokenArray>::auto_ptr(std::auto_ptr_ref<formula::F std::vector<rtl::Reference<oox::xls::(anonymous namespace)::WorkerThread>, std::allocator<rtl::Reference<oox::xls::(anonymous namespace)::WorkerThread> > >::reserve(unsigned long) svl::SharedStringPool::SharedStringPool() svx::frame::Style::Style(editeng::SvxBorderLine const&, double, unsigned short) -utl::MediaDescriptor::PROP_DEEPDETECTION() vcl::MapChar(vcl::_TrueTypeFont*, unsigned short, bool) writerfilter::dump(writerfilter::OutputWithDepth<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >&, char const*, boost::shared_ptr<writerfilter::Reference<writerfilter::BinaryObj> >) writerfilter::dump(writerfilter::OutputWithDepth<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >&, char const*, boost::shared_ptr<writerfilter::Reference<writerfilter::Properties> >) |