diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-05-23 01:06:30 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-05-23 01:06:54 +0900 |
commit | 5394b379eba8f3522a80ee7e68708f8851a86d7d (patch) | |
tree | ae7fdef49795e03fd15f4bba2dd8bad3e022ae77 /starmath/source | |
parent | 04d600d4be7c50db4b3b505039eb8bc96856f593 (diff) |
removed unused temporary rtl::OUString
Change-Id: I9d118a5fbe2306465d8bcdb9ddd0596588137e5e
Diffstat (limited to 'starmath/source')
-rw-r--r-- | starmath/source/ooxmlimport.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/starmath/source/ooxmlimport.cxx b/starmath/source/ooxmlimport.cxx index 78a75ab0fd87..1b28266b5375 100644 --- a/starmath/source/ooxmlimport.cxx +++ b/starmath/source/ooxmlimport.cxx @@ -385,7 +385,6 @@ OUString SmOoxmlImport::handleF() { stream.ensureOpeningTag( M_TOKEN( f )); enum operation_t { bar, lin, noBar } operation = bar; - OUString oper = "over"; if( stream.checkOpeningTag( M_TOKEN( fPr ))) { if( XmlStream::Tag type = stream.checkOpeningTag( M_TOKEN( type ))) |