summaryrefslogtreecommitdiff
path: root/basctl/source/inc/sbxitem.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2011-11-30 14:51:39 +0100
committerStephan Bergmann <sbergman@redhat.com>2011-11-30 14:51:39 +0100
commit08b921ef07ff2f5089b1e55c9fa11325a594ab22 (patch)
tree6cd017e8ceff1fbe6f3e91ce2d0193bd9e3d89ce /basctl/source/inc/sbxitem.hxx
parent1f538764acdd67c3f294cd03da006ace27f736ef (diff)
Enum member names live in the outer name scope.
Diffstat (limited to 'basctl/source/inc/sbxitem.hxx')
-rw-r--r--basctl/source/inc/sbxitem.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/basctl/source/inc/sbxitem.hxx b/basctl/source/inc/sbxitem.hxx
index f80e04952320..effd87904c96 100644
--- a/basctl/source/inc/sbxitem.hxx
+++ b/basctl/source/inc/sbxitem.hxx
@@ -33,12 +33,12 @@
enum BasicIDEType
{
- Unknown,
- Shell,
- Library,
- Module,
- Dialog,
- Method
+ BASICIDE_TYPE_UNKNOWN,
+ BASICIDE_TYPE_SHELL,
+ BASICIDE_TYPE_LIBRARY,
+ BASICIDE_TYPE_MODULE,
+ BASICIDE_TYPE_DIALOG,
+ BASICIDE_TYPE_METHOD
};
class SbxItem : public SfxPoolItem