diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-03-04 10:00:23 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-03-04 10:00:33 +0100 |
commit | 9cae1dc5311c09168fbe1f04bea3d4ee33a04bb7 (patch) | |
tree | 31e01690d68aa9d37b8b6b6715fa352816a44a09 /writerperfect | |
parent | 328adfb538032d903dfae32397367259d9c4a605 (diff) |
Oops
Change-Id: I4ccf42a703cce56b32fc38f0caa068c19bf2a5f0
Diffstat (limited to 'writerperfect')
-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"; |