diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-05-11 22:20:54 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-05-11 22:27:57 +0900 |
commit | 568039f392c33e5fb328cd67774df11fd5734744 (patch) | |
tree | c171d0b71228a7b66777aa307ed54ad604908c27 /svtools/source/svhtml | |
parent | f9b5e3d8ce2b1201ff021d70f466d3cb61efd777 (diff) |
removed unused static data
Change-Id: I76d0aaaee472e1ce114b98c22a7e8e570d5f45c5
Diffstat (limited to 'svtools/source/svhtml')
-rw-r--r-- | svtools/source/svhtml/parhtml.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/svtools/source/svhtml/parhtml.cxx b/svtools/source/svhtml/parhtml.cxx index 781b48abee56..1c5b350b4406 100644 --- a/svtools/source/svhtml/parhtml.cxx +++ b/svtools/source/svhtml/parhtml.cxx @@ -52,7 +52,6 @@ using namespace ::com::sun::star; const sal_Int32 MAX_LEN( 1024L ); -const sal_Int32 MAX_MACRO_LEN( 1024 ); const sal_Int32 MAX_ENTITY_LEN( 8L ); |