summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 951ab6077cf7..26e2fd80c252 100644
--- a/configure.in
+++ b/configure.in
@@ -8039,7 +8039,7 @@ WITH_THEMES=""
for theme in $with_theme; do
case $theme in
default|crystal|hicontrast|oxygen|tango) : ;;
- *) AC_MSG_ERROR([Unknown value for --with-themes: $theme]) ;;
+ *) AC_MSG_ERROR([Unknown value for --with-theme: $theme]) ;;
esac
WITH_THEMES="$WITH_THEMES $theme"
SCPDEFS="$SCPDEFS -DTHEME_`echo $theme|tr '[[:lower:]]' '[[:upper:]]'`"
/td>DOCX export: don't forget to close SDT elements inside the TextBoxes of shapesMiklos Vajna 2014-08-18fdo#82492 : DOCX: Corruption: File was getting corrupt fafter RTPallavi Jadhav 2014-08-15SwTextBoxHelper::findTextBoxes: return a set of const pointersMiklos Vajna 2014-08-12DOCX export: handle wrap polygon around picturesMiklos Vajna 2014-08-11DOCX drawingML export: handle ContourPolyPolygon for drawinglayer shapesMiklos Vajna 2014-07-31DOCX export: handle exact end of paragraph w:sdt tagsMiklos Vajna 2014-07-27indentation fixesMiklos Vajna 2014-07-21fdo#78663 : The File gets corrupted when saved in LOBisal Nayal 2014-07-17DocxSdrExport: move member to impl classMiklos Vajna 2014-07-17fdo#80894 : Rotation value for textframe was missing after RT.sushil_shinde 2014-06-25Let SwTextBoxHelper::findTextBoxes() return a setMiklos Vajna 2014-06-20fdo#79591 Values for docPr name and shape ID attributes were set invalidDinesh Patil 2014-06-19fdo#78590: Fix for Corruption of para with framePr & drawing object into paraRohit Deshmukh 2014-06-19coverity#705037 Unchecked dynamic_castCaolán McNamara 2014-06-18DocxSdrExport::writeDMLAndVMLDrawing: fix handling of inline VML shapesMiklos Vajna 2014-06-17VML export of shapes with textboxes: missing <w:txbxContent> tagMiklos Vajna 2014-06-17DOCX filter: preserve AnchorId on shapes having a textboxMiklos Vajna 2014-06-17VML export: handle textbox textMiklos Vajna 2014-06-10DOCX drawingML export of textboxes: write <wps:bodyPr> in ooxMiklos Vajna