summaryrefslogtreecommitdiff
path: root/svx/source
diff options
context:
space:
mode:
authorGert Faller <gertfaller@aliceadsl.fr>2010-11-21 16:02:25 +0100
committerGert Faller <gertfaller@aliceadsl.fr>2010-11-21 16:02:25 +0100
commite379a111fbd2c287383f5ba508b54bcca352f472 (patch)
tree1157891448c8be09ea11c30a5b4a5432c627d917 /svx/source
parent6da123e4edf622280108d6361a359c21fc3d17d5 (diff)
RTL_CONSTASCII_USTRINGPARAM in libs core 44
Diffstat (limited to 'svx/source')
-rw-r--r--svx/source/fmcomp/fmgridif.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/fmcomp/fmgridif.cxx b/svx/source/fmcomp/fmgridif.cxx
index 1b8300e6da..77a0288cd5 100644
--- a/svx/source/fmcomp/fmgridif.cxx
+++ b/svx/source/fmcomp/fmgridif.cxx
@@ -802,7 +802,7 @@ void SAL_CALL FmXGridControl::setDesignMode(sal_Bool bOn) throw( RuntimeExceptio
// prepare firing an event
aModeChangeEvent.Source = *this;
- aModeChangeEvent.NewMode = ::rtl::OUString::createFromAscii( mbDesignMode ? "design" : "alive" );
+ aModeChangeEvent.NewMode = mbDesignMode ? ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( "design" )) : ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( "alive" ));
}
// --- </mutex_lock> ---