summaryrefslogtreecommitdiff
path: root/shell/source/win32/shlxthandler/prophdl/propertyhdl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/source/win32/shlxthandler/prophdl/propertyhdl.cxx')
-rw-r--r--shell/source/win32/shlxthandler/prophdl/propertyhdl.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/shell/source/win32/shlxthandler/prophdl/propertyhdl.cxx b/shell/source/win32/shlxthandler/prophdl/propertyhdl.cxx
index 7d21f3abc2b5..3d7e60b4abfc 100644
--- a/shell/source/win32/shlxthandler/prophdl/propertyhdl.cxx
+++ b/shell/source/win32/shlxthandler/prophdl/propertyhdl.cxx
@@ -63,11 +63,11 @@ struct PROPERTYMAP
PROPERTYMAP g_rgPROPERTYMAP[] =
{
- { PKEY_Title, L"OpenOffice.org", L"Title" },
- { PKEY_Author, L"OpenOffice.org", L"Author" },
- { PKEY_Subject, L"OpenOffice.org", L"Subject" },
- { PKEY_Keywords, L"OpenOffice.org", L"Keyword" },
- { PKEY_Comment, L"OpenOffice.org", L"Comments" },
+ { PKEY_Title, L"LibreOffice", L"Title" },
+ { PKEY_Author, L"LibreOffice", L"Author" },
+ { PKEY_Subject, L"LibreOffice", L"Subject" },
+ { PKEY_Keywords, L"LibreOffice", L"Keyword" },
+ { PKEY_Comment, L"LibreOffice", L"Comments" },
};
size_t gPropertyMapTableSize = SAL_N_ELEMENTS(g_rgPROPERTYMAP);