loplugin:conststringvar
Change-Id: I0ec2a87a063e35f8539bc278acb13b591e64b995
This commit is contained in:
parent
2a9b4363ca
commit
13ea44d04f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue