summaryrefslogtreecommitdiffstats
path: root/svtools/source/graphic/descriptor.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/graphic/descriptor.cxx')
-rw-r--r--svtools/source/graphic/descriptor.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/graphic/descriptor.cxx b/svtools/source/graphic/descriptor.cxx
index 39f5dad4b92a..719d650da7c0 100644
--- a/svtools/source/graphic/descriptor.cxx
+++ b/svtools/source/graphic/descriptor.cxx
@@ -269,9 +269,9 @@ void GraphicDescriptor::_getPropertyValues( const comphelper::PropertyMapEntry**
{
const GraphicType eType( mpGraphic ? mpGraphic->GetType() : meType );
- *pValues <<= ( ( eType == GraphicType::Bitmap ? graphic::GraphicType::PIXEL :
+ *pValues <<= ( eType == GraphicType::Bitmap ? graphic::GraphicType::PIXEL :
( eType == GraphicType::GdiMetafile ? graphic::GraphicType::VECTOR :
- graphic::GraphicType::EMPTY ) ) );
+ graphic::GraphicType::EMPTY ) );
}
break;