summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-01-24 05:21:24 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-01-24 05:21:24 +0100
commit3456c03198e57b5a8f49ad79a3bbb2ce2602a07d (patch)
tree8c8c47228959b4ca3bb625042a29fb2cc504f620 /test
parent2aedbd241f05692cde01c60c51ba398777e372bb (diff)
typo
Diffstat (limited to 'test')
-rw-r--r--test/source/sheet/xdatabaserange.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/source/sheet/xdatabaserange.cxx b/test/source/sheet/xdatabaserange.cxx
index 92423e9d6dfb..ef68e8e55235 100644
--- a/test/source/sheet/xdatabaserange.cxx
+++ b/test/source/sheet/xdatabaserange.cxx
@@ -126,7 +126,7 @@ void XDatabaseRange::testGetSortDescriptor()
}
else if (xProp.Name == rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("IsUserListEnabled")))
{
- sal_Bool bIsUserListEnabled true;
+ sal_Bool bIsUserListEnabled = true;
xProp.Value >>= bIsUserListEnabled;
CPPUNIT_ASSERT(bIsUserListEnabled == false);