summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2009-05-20 12:24:06 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2009-05-20 12:24:06 +0000
commit68bf46da42aef21e01b5fbde9d7bc1d092880a3d (patch)
treed029ab9d43dc3b3bfd8656018b2281e945428a32 /sfx2
parent19e27522f1b50ac9f0f0bdd66edfdd0102844847 (diff)
#i10000#: remove unused variable
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/config/evntconf.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sfx2/source/config/evntconf.cxx b/sfx2/source/config/evntconf.cxx
index a1d66d0cb38f..6bca26886b2a 100644
--- a/sfx2/source/config/evntconf.cxx
+++ b/sfx2/source/config/evntconf.cxx
@@ -173,7 +173,6 @@ USHORT SfxEventNamesItem::GetVersion( USHORT ) const
void SfxEventNamesItem::AddEvent( const String& rName, const String& rUIName, USHORT nID )
{
- SfxEventName* pName;
aEventsList.Insert( new SfxEventName( nID, rName, rUIName.Len() ? rUIName : rName ) );
}