diff options
author | Michael Stahl <mst@openoffice.org> | 2011-10-11 14:19:00 +0200 |
---|---|---|
committer | Michael Stahl <mst@openoffice.org> | 2011-10-11 17:57:00 +0200 |
commit | 3ca2bef76886450058d1667703aeafe4c2e456c3 (patch) | |
tree | b18d70f79bfcfd2b2e34790e86edafb4c4337a80 /xmloff/prj | |
parent | 02c32e0f0e75a9df80888051d1ec189fa14129bd (diff) |
#i108468#: clean up xmluconv code duplication, part 1:
move convertNumber64 from SvXMLUnitConverter to sax::converter.
remove duplicate methods from SvXMLUnitConverter:
convertBool, convertPercent, convertColor, convertNumber, convertDouble,
indexOfComma, encodeBase64, decodeBase64, decodeBase64SomeChars,
clearUndefinedChars
Diffstat (limited to 'xmloff/prj')
-rw-r--r-- | xmloff/prj/build.lst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/prj/build.lst b/xmloff/prj/build.lst index 1a8261d7a37e..bcaae91a7b19 100644 --- a/xmloff/prj/build.lst +++ b/xmloff/prj/build.lst @@ -1,2 +1,2 @@ -xo xmloff : LIBXSLT:libxslt offapi svl NULL +xo xmloff : LIBXSLT:libxslt offapi svl sax NULL xo xmloff\prj nmake - all xo_prj NULL |