summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/file/filtask.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/file/filtask.hxx')
-rw-r--r--ucb/source/ucp/file/filtask.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/ucb/source/ucp/file/filtask.hxx b/ucb/source/ucp/file/filtask.hxx
index 65bf19ae3e5d..f964470b9d19 100644
--- a/ucb/source/ucp/file/filtask.hxx
+++ b/ucb/source/ucp/file/filtask.hxx
@@ -628,8 +628,10 @@ namespace fileaccess
public:
- static const OUStringLiteral FolderContentType;
- static const OUStringLiteral FileContentType;
+ static constexpr OUStringLiteral FolderContentType =
+ u"application/vnd.sun.staroffice.fsys-folder";
+ static constexpr OUStringLiteral FileContentType =
+ u"application/vnd.sun.staroffice.fsys-file";
private: