summaryrefslogtreecommitdiffstats
path: root/include/sfx2/evntconf.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/evntconf.hxx')
-rw-r--r--include/sfx2/evntconf.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/sfx2/evntconf.hxx b/include/sfx2/evntconf.hxx
index 67eb07a82bc5..b1ee5ca9d4a1 100644
--- a/include/sfx2/evntconf.hxx
+++ b/include/sfx2/evntconf.hxx
@@ -47,12 +47,10 @@ struct SFX2_DLLPUBLIC SfxEventName
, maUIName( rUIName ) {}
};
-typedef ::std::vector< SfxEventName* > _SfxEventNamesList;
-
class SFX2_DLLPUBLIC SfxEventNamesList
{
private:
- _SfxEventNamesList aEventNamesList;
+ ::std::vector< SfxEventName* > aEventNamesList;
void DelDtor();
public: