summaryrefslogtreecommitdiff
path: root/svl/Library_svl.mk
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2017-08-18 12:06:36 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-08-19 19:53:23 +0200
commite62a8f333332688203867fdddbc8ffa89a657b9f (patch)
tree8eb2b3ffdd17e92f70e5dca2ef0668c58b26ecfd /svl/Library_svl.mk
parente947d11753e8d3a13a251ec99ce7129099dca1a1 (diff)
svl: refactor string stream helpers
functions were declared twice, in stringio.hxx and poolio.hxx. remove unicode functions as they were unused. remove duplicate function declarations in poolio.hxx. move implementations from poolio.cxx to new stringio.cxx. Change-Id: I469346a01d793d22721e62bf7e96fd01e28d560c Reviewed-on: https://gerrit.libreoffice.org/41331 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svl/Library_svl.mk')
-rw-r--r--svl/Library_svl.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/svl/Library_svl.mk b/svl/Library_svl.mk
index e4be06e1157e..c61b0e789f40 100644
--- a/svl/Library_svl.mk
+++ b/svl/Library_svl.mk
@@ -149,6 +149,7 @@ $(eval $(call gb_Library_add_exception_objects,svl,\
svl/source/items/sitem \
svl/source/items/slstitm \
svl/source/items/srchitem \
+ svl/source/items/stringio \
svl/source/items/stritem \
svl/source/items/style \
svl/source/items/stylepool \