summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/attributemap.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/attributemap.cxx')
-rw-r--r--slideshow/source/engine/attributemap.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/slideshow/source/engine/attributemap.cxx b/slideshow/source/engine/attributemap.cxx
index 32131adab310..550961233ca3 100644
--- a/slideshow/source/engine/attributemap.cxx
+++ b/slideshow/source/engine/attributemap.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -106,20 +106,20 @@ namespace slideshow
false );
AttributeType eAttributeType = ATTRIBUTE_INVALID;
-
- // determine the type from the attribute name
+
+ // determine the type from the attribute name
if( !aMap.lookup( rAttrName,
eAttributeType ) )
{
OSL_TRACE( "mapAttributeName(): attribute name %s not found in map.",
- ::rtl::OUStringToOString( rAttrName,
+ ::rtl::OUStringToOString( rAttrName,
RTL_TEXTENCODING_ASCII_US ).getStr() );
return ATTRIBUTE_INVALID;
}
-
+
return eAttributeType;
}
-
+
}
}