summaryrefslogtreecommitdiff
path: root/stoc/test/testconv.cxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 20:42:12 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-26 07:47:23 -0600
commit35e44118b8e55b2263bd10e8b11d9ac4e043228b (patch)
tree499003287173fc32dae7fda54324bf2fc4414c36 /stoc/test/testconv.cxx
parent65d6ecfd4e69c2f6b8346e8b655914d5ac5a0286 (diff)
Remove visual noise from stoc
Change-Id: I19edfb2796298c4870124d0d1e9488974a010bb8 Reviewed-on: https://gerrit.libreoffice.org/8316 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'stoc/test/testconv.cxx')
-rw-r--r--stoc/test/testconv.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/stoc/test/testconv.cxx b/stoc/test/testconv.cxx
index 79f06ab7efeb..2fbba4a9008d 100644
--- a/stoc/test/testconv.cxx
+++ b/stoc/test/testconv.cxx
@@ -47,7 +47,7 @@ const double MAX_DOUBLE = DBL_MAX;
const double MIN_FLOAT = -FLT_MAX;
const double MAX_FLOAT = FLT_MAX;
-//==================================================================================================
+
static void printValue( const Any & rVal )
{
// print value
@@ -159,7 +159,7 @@ static void printValue( const Any & rVal )
static Reference< XTypeConverter > s_xConverter;
-//==================================================================================================
+
static sal_Bool convertTo( const Type & rDestType, const Any & rVal, sal_Bool bExpectSuccess )
{
sal_Bool bCanConvert = sal_False;
@@ -261,7 +261,7 @@ static sal_Bool convertTo( const Type & rDestType, const Any & rVal, sal_Bool bE
}
-//==================================================================================================
+
typedef struct _ConvBlock
{
Any _value;
@@ -287,7 +287,7 @@ typedef struct _ConvBlock
} ConvBlock;
-//==================================================================================================
+
static sal_Int32 initBlocks( ConvBlock * pTestBlocks )
{
Any aVal;
@@ -601,7 +601,7 @@ static sal_Int32 initBlocks( ConvBlock * pTestBlocks )
return nElems;
}
-//==================================================================================================
+
static void test_Conversion( const Reference< XMultiServiceFactory > & xMgr )
{
printf( "test_Conversion(): start...\n" );