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 /include/unotools | |
parent | 700161cce79df7137fc4db433db6e41905d76975 (diff) |
remove unused code utl::MediaDescriptor::PROP_DEEPDETECTION()
Change-Id: Ie80d0c00fe8725e59a6814707c9a4afcb6ac09b5
Diffstat (limited to 'include/unotools')
-rw-r--r-- | include/unotools/mediadescriptor.hxx | 2 |
1 files changed, 0 insertions, 2 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: |