diff options
-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> >) |