summaryrefslogtreecommitdiff
path: root/comphelper/inc
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-02-26 00:03:21 +0100
committerMatúš Kukan <matus.kukan@gmail.com>2012-02-26 00:03:21 +0100
commit21261663205741892f780adeae119402f386ad9e (patch)
treee8441fb88f77e5a8f69cbd8da51bf45e3248ec6d /comphelper/inc
parentba8919e8129b5e8da112ad4f1d11bb39096c1e0e (diff)
add AddFilterNameCheckOwnFile back for WNT
Diffstat (limited to 'comphelper/inc')
-rw-r--r--comphelper/inc/comphelper/mimeconfighelper.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/comphelper/inc/comphelper/mimeconfighelper.hxx b/comphelper/inc/comphelper/mimeconfighelper.hxx
index 4ca3ae7b3adf..10fcfd1adbdf 100644
--- a/comphelper/inc/comphelper/mimeconfighelper.hxx
+++ b/comphelper/inc/comphelper/mimeconfighelper.hxx
@@ -120,6 +120,10 @@ public:
::rtl::OUString UpdateMediaDescriptorWithFilterName(
::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& aMediaDescr,
::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue >& aObject );
+#ifdef WNT
+ sal_Bool AddFilterNameCheckOwnFile(
+ ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& aMediaDescr );
+#endif
::rtl::OUString GetDefaultFilterFromServiceName( const ::rtl::OUString& aServName, sal_Int32 nVersion );