Unindent.
Change-Id: I875bdf1eb6df37b07dd19c6a7ff5ba5eb3b8a096
This commit is contained in:
@@ -41,8 +41,8 @@
|
|||||||
|
|
||||||
using namespace com::sun::star;
|
using namespace com::sun::star;
|
||||||
|
|
||||||
namespace
|
namespace {
|
||||||
{
|
|
||||||
// animated extractor
|
// animated extractor
|
||||||
|
|
||||||
// Necessary to filter a sequence of animated primitives from
|
// Necessary to filter a sequence of animated primitives from
|
||||||
@@ -155,14 +155,11 @@ namespace
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
} // end of anonymous namespace
|
} // end of anonymous namespace
|
||||||
|
|
||||||
|
namespace sdr { namespace contact {
|
||||||
|
|
||||||
|
|
||||||
namespace sdr
|
|
||||||
{
|
|
||||||
namespace contact
|
|
||||||
{
|
|
||||||
ViewObjectContact::ViewObjectContact(ObjectContact& rObjectContact, ViewContact& rViewContact)
|
ViewObjectContact::ViewObjectContact(ObjectContact& rObjectContact, ViewContact& rViewContact)
|
||||||
: mrObjectContact(rObjectContact),
|
: mrObjectContact(rObjectContact),
|
||||||
mrViewContact(rViewContact),
|
mrViewContact(rViewContact),
|
||||||
@@ -443,7 +440,7 @@ namespace sdr
|
|||||||
|
|
||||||
return xSeqRetval;
|
return xSeqRetval;
|
||||||
}
|
}
|
||||||
} // end of namespace contact
|
|
||||||
} // end of namespace sdr
|
}}
|
||||||
|
|
||||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||||
|
Reference in New Issue
Block a user