summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorsj <sj@openoffice.org>2010-10-29 13:23:16 +0200
committersj <sj@openoffice.org>2010-10-29 13:23:16 +0200
commit9640687d784626529912225efae4a8df49f94748 (patch)
tree71d206d973ea6388d20d80abb42b0cf441edf323 /xmloff
parent6e4c487a07e94c58c8402e67437f2cb802f78dea (diff)
fixed build problem
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/draw/XMLGraphicsDefaultStyle.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/draw/XMLGraphicsDefaultStyle.cxx b/xmloff/source/draw/XMLGraphicsDefaultStyle.cxx
index a5de333ee9f6..92aa1ce17140 100644
--- a/xmloff/source/draw/XMLGraphicsDefaultStyle.cxx
+++ b/xmloff/source/draw/XMLGraphicsDefaultStyle.cxx
@@ -115,7 +115,7 @@ void XMLGraphicsDefaultStyle::SetDefaults()
((nUPD == 300) && (nBuild <= 9535))
||
((nUPD > 300) && (nUPD <= 330))
- )
+ ) )
bWordWrapDefault = sal_False;
xDefaults->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "TextWordWrap" ) ), Any( bWordWrapDefault ) );