summaryrefslogtreecommitdiff
path: root/fpicker/source/office/OfficeControlAccess.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/office/OfficeControlAccess.hxx')
-rw-r--r--fpicker/source/office/OfficeControlAccess.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/fpicker/source/office/OfficeControlAccess.hxx b/fpicker/source/office/OfficeControlAccess.hxx
index 34fc9a622d88..279e78b2ae29 100644
--- a/fpicker/source/office/OfficeControlAccess.hxx
+++ b/fpicker/source/office/OfficeControlAccess.hxx
@@ -50,11 +50,11 @@ namespace svt
namespace InternalFilePickerElementIds
{
- static const sal_Int16 PUSHBUTTON_HELP = (sal_Int16)0x1000;
- static const sal_Int16 TOOLBOXBUTOON_DEFAULT_LOCATION = (sal_Int16)0x1001;
- static const sal_Int16 TOOLBOXBUTOON_LEVEL_UP = (sal_Int16)0x1002;
- static const sal_Int16 TOOLBOXBUTOON_NEW_FOLDER = (sal_Int16)0x1003;
- static const sal_Int16 FIXEDTEXT_CURRENTFOLDER = (sal_Int16)0x1004;
+ static const sal_Int16 PUSHBUTTON_HELP = sal_Int16(0x1000);
+ static const sal_Int16 TOOLBOXBUTOON_DEFAULT_LOCATION = sal_Int16(0x1001);
+ static const sal_Int16 TOOLBOXBUTOON_LEVEL_UP = sal_Int16(0x1002);
+ static const sal_Int16 TOOLBOXBUTOON_NEW_FOLDER = sal_Int16(0x1003);
+ static const sal_Int16 FIXEDTEXT_CURRENTFOLDER = sal_Int16(0x1004);
}