From ff0562fa4f7d8b7aceca16771d84db87d3f19756 Mon Sep 17 00:00:00 2001 From: Alexander Wilms Date: Tue, 25 Feb 2014 19:53:41 +0100 Subject: Remove visual noise from sax MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ica31580f72b43456c33b2f6abbf2140a79efae1a Reviewed-on: https://gerrit.libreoffice.org/8299 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- sax/test/saxdemo.cxx | 4 ++-- sax/test/testcomponent.cxx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'sax/test') diff --git a/sax/test/saxdemo.cxx b/sax/test/saxdemo.cxx index eb89b67019fb..0c1ec2f19258 100644 --- a/sax/test/saxdemo.cxx +++ b/sax/test/saxdemo.cxx @@ -21,9 +21,9 @@ // testcomponent - Loads a service and its testcomponent from dlls performs a test. // Expands the dll-names depending on the actual environment. // Example : testcomponent com.sun.star.io.Pipe stm -// + // Therefor the testcode must exist in teststm and the testservice must be named test.com.sun.star.uno.io.Pipe -// + #include #include diff --git a/sax/test/testcomponent.cxx b/sax/test/testcomponent.cxx index a0ca81fa3b0e..b97960348af4 100644 --- a/sax/test/testcomponent.cxx +++ b/sax/test/testcomponent.cxx @@ -21,9 +21,9 @@ // testcomponent - Loads a service and its testcomponent from dlls performs a test. // Expands the dll-names depending on the actual environment. // Example : testcomponent com.sun.star.io.Pipe stm -// + // Therefor the testcode must exist in teststm and the testservice must be named com.sun.star.io.Pipe -// + #include #include -- cgit