Unindent.

Change-Id: I875bdf1eb6df37b07dd19c6a7ff5ba5eb3b8a096
This commit is contained in:
Kohei Yoshida
2014-10-31 16:01:52 -04:00
parent b47342a8a3
commit 68754260e6

View File

@@ -41,8 +41,8 @@
using namespace com::sun::star;
namespace
{
namespace {
// animated extractor
// Necessary to filter a sequence of animated primitives from
@@ -155,14 +155,11 @@ namespace
}
}
}
} // end of anonymous namespace
namespace sdr { namespace contact {
namespace sdr
{
namespace contact
{
ViewObjectContact::ViewObjectContact(ObjectContact& rObjectContact, ViewContact& rViewContact)
: mrObjectContact(rObjectContact),
mrViewContact(rViewContact),
@@ -443,7 +440,7 @@ namespace sdr
return xSeqRetval;
}
} // end of namespace contact
} // end of namespace sdr
}}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */