summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-12-21 14:56:40 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-12-21 14:56:40 +0100
commit81f943e236c5ff3946320a12ae8138a018a5b544 (patch)
tree958d683583eeb9f5ef0264077e91803218808dbc /desktop
parent9bb574590ef99782c50212feffbcf82e1944a217 (diff)
No apparent reason for an unnamed namespace in an include file here
Change-Id: I8467fbb8b4e82e58a66990ed049a12e26aabd4f0
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/migration/migration_impl.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/desktop/source/migration/migration_impl.hxx b/desktop/source/migration/migration_impl.hxx
index 4342c4f6688f..cc16eef9f2a5 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