summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/basic/sbdef.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/basic/sbdef.hxx b/include/basic/sbdef.hxx
index 1444241ac93f..fa20115b9753 100644
--- a/include/basic/sbdef.hxx
+++ b/include/basic/sbdef.hxx
@@ -55,12 +55,12 @@ BASIC_DLLPUBLIC void setBasicWatchMode( bool bOn );
#define SBX_HINT_BASICSTART SFX_HINT_USER04
#define SBX_HINT_BASICSTOP SFX_HINT_USER05
-enum PropertyMode
+enum class PropertyMode
{
- PROPERTY_MODE_NONE,
- PROPERTY_MODE_GET,
- PROPERTY_MODE_LET,
- PROPERTY_MODE_SET
+ NONE,
+ Get,
+ Let,
+ Set
};
#endif