Grafiken in Textfeldern werden unter Word 2011 nicht gedruckt

Ich glaube, ich habe einen Bug unter Microsoft Word 2011 für OS X gefunden. Platziere ich ein Foto, eine Zeichnung oder Grafik innerhalb eines Textfeldes, erscheint die Grafik weder in der Druckvorschau noch wird die gedruckt.

Abhilfe schaffte nur das Speichern im alten Word 97-2004 Format.

OpenGeoDB PLZ einem Ort zuordnen

SELECT plz.loc_id,
       plz.text_val,
       ort.text_val
FROM `geodb_textdata` AS plz
RIGHT JOIN
  (SELECT loc_id, text_val, text_type
   FROM `geodb_textdata`
   WHERE text_type = 500100000) AS ort ON plz.loc_id = ort.loc_id
WHERE plz.text_type = 500300000