diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-01-19 11:26:08 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-01-19 11:26:08 +0100 |
commit | c4e5e06ecca8c7f7f83e2e6e784157a3f2a93ef8 (patch) | |
tree | 88266ecb1f389a03211b27ffb4e82f6b1c04ed6c /sc | |
parent | 16af33302b19fd90c5c24031e23a7c36e3b6b412 (diff) |
Undo inadvertent indentation change.
Diffstat (limited to 'sc')
-rw-r--r-- | sc/qa/extras/xdatapilotdescriptor.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/extras/xdatapilotdescriptor.cxx b/sc/qa/extras/xdatapilotdescriptor.cxx index e5151d5df590..e58c1453b2b5 100644 --- a/sc/qa/extras/xdatapilotdescriptor.cxx +++ b/sc/qa/extras/xdatapilotdescriptor.cxx @@ -156,7 +156,7 @@ void ScXDataPilotDescriptor::testGetDataPilotFields_Impl( uno::Reference< sheet: case 0: { uno::Any aAny; - aAny<<= sheet::DataPilotFieldOrientation_COLUMN; + aAny<<= sheet::DataPilotFieldOrientation_COLUMN; xPropSet->setPropertyValue(aOrientation, aAny); } break; |