Kaydet (Commit) e428a995 authored tarafından Noel Grandin's avatar Noel Grandin

remove unused code utl::MediaDescriptor::PROP_DEEPDETECTION()

Change-Id: Ie80d0c00fe8725e59a6814707c9a4afcb6ac09b5
üst 700161cc
...@@ -100,8 +100,6 @@ class UNOTOOLS_DLLPUBLIC MediaDescriptor : public comphelper::SequenceAsHashMap ...@@ -100,8 +100,6 @@ class UNOTOOLS_DLLPUBLIC MediaDescriptor : public comphelper::SequenceAsHashMap
static const OUString& PROP_VIEWONLY(); static const OUString& PROP_VIEWONLY();
static const OUString& PROP_DOCUMENTBASEURL(); static const OUString& PROP_DOCUMENTBASEURL();
static const OUString& PROP_DEEPDETECTION();
//------------------------------------------- //-------------------------------------------
// interface // interface
public: public:
......
...@@ -313,12 +313,6 @@ const OUString& MediaDescriptor::PROP_DOCUMENTBASEURL() ...@@ -313,12 +313,6 @@ const OUString& MediaDescriptor::PROP_DOCUMENTBASEURL()
return sProp; return sProp;
} }
const OUString& MediaDescriptor::PROP_DEEPDETECTION()
{
static const OUString aProp("DeepDetection");
return aProp;
}
MediaDescriptor::MediaDescriptor() MediaDescriptor::MediaDescriptor()
: SequenceAsHashMap() : SequenceAsHashMap()
{ {
......
...@@ -356,7 +356,6 @@ std::auto_ptr<formula::FormulaTokenArray>::auto_ptr(std::auto_ptr_ref<formula::F ...@@ -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) std::vector<rtl::Reference<oox::xls::(anonymous namespace)::WorkerThread>, std::allocator<rtl::Reference<oox::xls::(anonymous namespace)::WorkerThread> > >::reserve(unsigned long)
svl::SharedStringPool::SharedStringPool() svl::SharedStringPool::SharedStringPool()
svx::frame::Style::Style(editeng::SvxBorderLine const&, double, unsigned short) svx::frame::Style::Style(editeng::SvxBorderLine const&, double, unsigned short)
utl::MediaDescriptor::PROP_DEEPDETECTION()
vcl::MapChar(vcl::_TrueTypeFont*, unsigned short, bool) 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::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> >) writerfilter::dump(writerfilter::OutputWithDepth<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >&, char const*, boost::shared_ptr<writerfilter::Reference<writerfilter::Properties> >)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment