summaryrefslogtreecommitdiff
path: root/sw/source/filter/html
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-05-23 01:06:30 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-05-23 01:06:54 +0900
commit5394b379eba8f3522a80ee7e68708f8851a86d7d (patch)
treeae7fdef49795e03fd15f4bba2dd8bad3e022ae77 /sw/source/filter/html
parent04d600d4be7c50db4b3b505039eb8bc96856f593 (diff)
removed unused temporary rtl::OUString
Change-Id: I9d118a5fbe2306465d8bcdb9ddd0596588137e5e
Diffstat (limited to 'sw/source/filter/html')
-rw-r--r--sw/source/filter/html/htmlbas.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/filter/html/htmlbas.cxx b/sw/source/filter/html/htmlbas.cxx
index 182d9a25aca2..1ee17bb73717 100644
--- a/sw/source/filter/html/htmlbas.cxx
+++ b/sw/source/filter/html/htmlbas.cxx
@@ -259,8 +259,6 @@ void SwHTMLParser::InsertBasicDocEvent( rtl::OUString aEvent, const String& rNam
if( EXTENDED_STYPE == eScrType )
sScriptType = rScrType;
- rtl::OUString aEventName;
-
SfxEventConfiguration::ConfigureEvent( aEvent, SvxMacro( sEvent, sScriptType, eScrType ),
pDocSh );
}