From 9cae1dc5311c09168fbe1f04bea3d4ee33a04bb7 Mon Sep 17 00:00:00 2001 From: Fridrich Štrba Date: Mon, 4 Mar 2013 10:00:23 +0100 Subject: Oops Change-Id: I4ccf42a703cce56b32fc38f0caa068c19bf2a5f0 --- writerperfect/source/draw/VisioImportFilter.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'writerperfect') 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"; -- cgit