summaryrefslogtreecommitdiff
path: root/writerperfect/qa
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2014-04-24 14:02:23 +0200
committerDavid Tardon <dtardon@redhat.com>2014-04-24 16:27:43 +0200
commitb7fa9950a9ef68bf2652b8c93887b6d531866471 (patch)
treeddcf32f5578ba7630bee02d1652aaf04c57ce1af /writerperfect/qa
parente6b142a06833404d8b8a5be0501fd4751df60f35 (diff)
change libwriterperfect to shared library
There are already 3 libs linking with it and there will be another one in near future. It is time to stop the duplication :-) Change-Id: Ia7d24882c37a8bf49fa031b73fa1bd5296f78820
Diffstat (limited to 'writerperfect/qa')
-rw-r--r--writerperfect/qa/unit/WPXSvStreamTest.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/writerperfect/qa/unit/WPXSvStreamTest.cxx b/writerperfect/qa/unit/WPXSvStreamTest.cxx
index 3452bf6e5297..1d28ec814d30 100644
--- a/writerperfect/qa/unit/WPXSvStreamTest.cxx
+++ b/writerperfect/qa/unit/WPXSvStreamTest.cxx
@@ -26,7 +26,7 @@
#include "test/bootstrapfixture.hxx"
-#include "WPXSvStream.hxx"
+#include <writerperfect/WPXSvInputStream.hxx>
namespace io = com::sun::star::io;
namespace ucb = com::sun::star::ucb;
@@ -36,6 +36,8 @@ using boost::shared_ptr;
using std::equal;
+using writerperfect::WPXSvInputStream;
+
namespace
{