diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-05-14 23:43:05 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-05-14 23:43:54 +0900 |
commit | a6b68f4682c16281249889016921a289411da753 (patch) | |
tree | 65e449b1f574b899714427776ad4ddf1f87b3319 /oox/source/ole/axcontrol.cxx | |
parent | 14ced14a22d619a9316ee6e722645d0b38f02875 (diff) |
removed unused static rtl::OUString
Change-Id: I5a097beaaeb30214ed6071bba1297e551291922b
Diffstat (limited to 'oox/source/ole/axcontrol.cxx')
-rw-r--r-- | oox/source/ole/axcontrol.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/oox/source/ole/axcontrol.cxx b/oox/source/ole/axcontrol.cxx index 81a1f0e9cf2f..eb5a205bbdc3 100644 --- a/oox/source/ole/axcontrol.cxx +++ b/oox/source/ole/axcontrol.cxx @@ -2507,7 +2507,6 @@ HtmlSelectModel::HtmlSelectModel() bool HtmlSelectModel::importBinaryModel( BinaryInputStream& rInStrm ) { - static OUString sTerm( RTL_CONSTASCII_USTRINGPARAM("</SELECT") ); static String sMultiple( RTL_CONSTASCII_USTRINGPARAM("<SELECT MULTIPLE") ); static String sSelected( RTL_CONSTASCII_USTRINGPARAM("OPTION SELECTED") ); |