diff options
Diffstat (limited to 'fpicker/source/aqua')
-rw-r--r-- | fpicker/source/aqua/resourceprovider.mm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fpicker/source/aqua/resourceprovider.mm b/fpicker/source/aqua/resourceprovider.mm index ab406b3e5743..51453e986a77 100644 --- a/fpicker/source/aqua/resourceprovider.mm +++ b/fpicker/source/aqua/resourceprovider.mm @@ -35,8 +35,8 @@ using rtl::OUString; using namespace ::com::sun::star::ui::dialogs::ExtendedFilePickerElementIds; using namespace ::com::sun::star::ui::dialogs::CommonFilePickerElementIds; -static const char* RES_NAME = "fps_office"; -static const char* OTHER_RES_NAME = "svt"; +static const char* const RES_NAME = "fps_office"; +static const char* const OTHER_RES_NAME = "svt"; // we have to translate control ids to resource ids |