summaryrefslogtreecommitdiff
path: root/test/source/table/tablecolumn.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'test/source/table/tablecolumn.cxx')
-rw-r--r--test/source/table/tablecolumn.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/source/table/tablecolumn.cxx b/test/source/table/tablecolumn.cxx
index 52e688234c46..3dc50e93e9cb 100644
--- a/test/source/table/tablecolumn.cxx
+++ b/test/source/table/tablecolumn.cxx
@@ -28,9 +28,7 @@ void TableColumn::testTableColumnProperties()
{
uno::Reference<beans::XPropertySet> xPS(init(), uno::UNO_QUERY_THROW);
- OUString aPropName;
-
- aPropName = "Width";
+ OUString aPropName = "Width";
testLongProperty(xPS, aPropName);
// currently changing the value to false has no effect