[Libreoffice-commits] .: sc/qa

Stephan Bergmann sbergmann at kemper.freedesktop.org
Thu Jan 19 02:26:21 PST 2012


 sc/qa/extras/xdatapilotdescriptor.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c4e5e06ecca8c7f7f83e2e6e784157a3f2a93ef8
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Jan 19 11:26:08 2012 +0100

    Undo inadvertent indentation change.

diff --git a/sc/qa/extras/xdatapilotdescriptor.cxx b/sc/qa/extras/xdatapilotdescriptor.cxx
index e5151d5..e58c145 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;


More information about the Libreoffice-commits mailing list