summaryrefslogtreecommitdiff
path: root/xmloff/source
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-02-15 14:23:37 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-02-15 14:23:37 +0100
commit138bd21d14eb84b5b25e524a8c2696ff9012d8b5 (patch)
treedacb8d3bc1e3d3c3d831fd2c76df315fca947d17 /xmloff/source
parent00cde21c20fdb754368700af92db1c49346813ad (diff)
autorecovery: export XMLSettingsExportHelper
Diffstat (limited to 'xmloff/source')
-rw-r--r--xmloff/source/core/SettingsExportHelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/core/SettingsExportHelper.cxx b/xmloff/source/core/SettingsExportHelper.cxx
index 79d8cede571c..8b057d7b67fb 100644
--- a/xmloff/source/core/SettingsExportHelper.cxx
+++ b/xmloff/source/core/SettingsExportHelper.cxx
@@ -424,7 +424,7 @@ void XMLSettingsExportHelper::exportIndexAccess(
{
DBG_ASSERT(rName.getLength(), "no name");
DBG_ASSERT(aIndexed->getElementType().equals(getCppuType( (uno::Sequence<beans::PropertyValue> *)0 ) ),
- "wrong NameAccess" );
+ "wrong IndexAccess" );
rtl::OUString sEmpty;// ( RTLCONSTASCII_USTRINGPARAM( "View" ) );
if(aIndexed->hasElements())
{