summaryrefslogtreecommitdiff
path: root/sfx2/source/config
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
commitfd853bf95728a84ff55ce71fab2abfdbb1a42c41 (patch)
treeff877b0a5e62d308e9e1bccecb5774e5d538441c /sfx2/source/config
parent274ad24f8085df4f5ac667fd1ed211b23758ec68 (diff)
#i10000#: remove unused variable
Diffstat (limited to 'sfx2/source/config')
-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 1decfa2e32..1b76a3c795 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 ) );
}