desktop/source/migration/migration_impl.hxx | 4 ---- 1 file changed, 4 deletions(-)
New commits: commit 81f943e236c5ff3946320a12ae8138a018a5b544 Author: Stephan Bergmann <[email protected]> Date: Wed Dec 21 14:56:40 2016 +0100 No apparent reason for an unnamed namespace in an include file here Change-Id: I8467fbb8b4e82e58a66990ed049a12e26aabd4f0 diff --git a/desktop/source/migration/migration_impl.hxx b/desktop/source/migration/migration_impl.hxx index 4342c4f..cc16eef 100644 --- a/desktop/source/migration/migration_impl.hxx +++ b/desktop/source/migration/migration_impl.hxx @@ -76,15 +76,11 @@ typedef std::vector< migration_step > migrations_v; typedef std::unique_ptr< migrations_v > migrations_vr; typedef std::vector< supported_migration > migrations_available; -namespace { - inline bool areBothOpenFrom(OUString const & cmd1, OUString const & cmd2) { return cmd1 == ".uno:Open" && cmd2.startsWith(".uno:OpenFrom"); } -} - /** define the item, e.g.:menuitem, toolbaritem, to be migrated. we keep the information of the command URL, the previous sibling node and the parent node of a item _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
