diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2013-08-21 11:58:47 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2013-08-22 14:02:28 +0900 |
commit | 92d18638045a1f8ebcb36d8a9f0a9fb8c481e50b (patch) | |
tree | 63419c83447149aab93247fc61fa8610b33564e8 /starmath/source | |
parent | 9d87d1be6bec99a194cfbb68663c6de7144d65b0 (diff) |
Drop useless #undef
WANTEXCEPT disappeared with fc9fb12f58866c04636f61e073d39ba29806cbb5
Change-Id: I6ac9aeba0258797e18f5381a3876401e4dee4c89
Diffstat (limited to 'starmath/source')
-rw-r--r-- | starmath/source/mathmlexport.cxx | 2 | ||||
-rw-r--r-- | starmath/source/mathmlimport.cxx | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/starmath/source/mathmlexport.cxx b/starmath/source/mathmlexport.cxx index 659f5a9e0a89..ae337634136f 100644 --- a/starmath/source/mathmlexport.cxx +++ b/starmath/source/mathmlexport.cxx @@ -81,8 +81,6 @@ using namespace ::xmloff::token; #define EXPORT_SVC_NAME "com.sun.star.xml.XMLExportFilter" -#undef WANTEXCEPT - sal_Unicode ConvertMathToMathML( sal_Unicode cChar ) { sal_Unicode cRes = cChar; diff --git a/starmath/source/mathmlimport.cxx b/starmath/source/mathmlimport.cxx index eb3579636571..d21a9b7161bf 100644 --- a/starmath/source/mathmlimport.cxx +++ b/starmath/source/mathmlimport.cxx @@ -79,8 +79,6 @@ using namespace ::xmloff::token; #define IMPORT_SVC_NAME "com.sun.star.xml.XMLImportFilter" -#undef WANTEXCEPT - //////////////////////////////////////////////////////////// namespace { |