summaryrefslogtreecommitdiff
path: root/framework/inc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-18 17:32:45 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-18 17:32:45 +0200
commit7d8bdf84623334dabfacc795a8a82ff5184319c5 (patch)
treed225933f2e65bedea476385aed26b8292b5ad864 /framework/inc
parent80df81c560364a246fc26ef87d22279c18bc778d (diff)
Clean up framework/inc/dispatchcommands.h
Change-Id: I6a9a8ae34c2f5abafd4192287fb12d4289a761ff
Diffstat (limited to 'framework/inc')
-rw-r--r--framework/inc/dispatchcommands.h32
1 files changed, 0 insertions, 32 deletions
diff --git a/framework/inc/dispatchcommands.h b/framework/inc/dispatchcommands.h
deleted file mode 100644
index c1d6e679e8bb..000000000000
--- a/framework/inc/dispatchcommands.h
+++ /dev/null
@@ -1,32 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
- */
-
-#ifndef INCLUDED_FRAMEWORK_INC_DISPATCHCOMMANDS_H
-#define INCLUDED_FRAMEWORK_INC_DISPATCHCOMMANDS_H
-
-
-namespace framework{
-
-#define CMD_UNO_SHOWSTARTMODULE ".uno:ShowStartModule"
-
-} // namespace framework
-
-#endif // INCLUDED_FRAMEWORK_INC_DISPATCHCOMMANDS_H
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */