diff options
-rw-r--r-- | writerperfect/source/draw/VisioImportFilter.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/writerperfect/source/draw/VisioImportFilter.cxx b/writerperfect/source/draw/VisioImportFilter.cxx index 1b803ca65d13..2729d4226ef4 100644 --- a/writerperfect/source/draw/VisioImportFilter.cxx +++ b/writerperfect/source/draw/VisioImportFilter.cxx @@ -142,7 +142,7 @@ throw( com::sun::star::uno::RuntimeException ) if (!sTypeName.isEmpty()) { - if ( location == nLength ) ) + if ( location == nLength ) { Descriptor.realloc(nLength+1); Descriptor[location].Name = "TypeName"; |