summaryrefslogtreecommitdiff
path: root/svx/inc
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2016-03-07 13:31:04 +0100
committerDavid Tardon <dtardon@redhat.com>2016-03-07 17:43:28 +0100
commitd795f83695b4e741fe453b9ca14b64df4ef4b6aa (patch)
treed7038b5f29343730e599b911a1c160898b64184d /svx/inc
parent24905f42b9efb381e7ccd43c0ab98facf5149af3 (diff)
expand src templates
Change-Id: Id35caa8b8ed0c2f7e4d868f5c87a2a0f331cb352
Diffstat (limited to 'svx/inc')
-rw-r--r--svx/inc/globlmn_tmpl.hrc48
1 files changed, 0 insertions, 48 deletions
diff --git a/svx/inc/globlmn_tmpl.hrc b/svx/inc/globlmn_tmpl.hrc
deleted file mode 100644
index 85ae57d7c70a..000000000000
--- a/svx/inc/globlmn_tmpl.hrc
+++ /dev/null
@@ -1,48 +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 _GLOBLMN_HRC
-#define _GLOBLMN_HRC
-
-/*------------------------------------------------------------------------
- Menu-IDs
-------------------------------------------------------------------------*/
-#define ITEM_EDIT_CUT \
- Identifier = SID_CUT ; \
- Command = ".uno:Cut" ; \
- Text [ en-US ] = "Cu~t" ;\
-
-#define ITEM_EDIT_COPY \
- Identifier = SID_COPY ; \
- Command = ".uno:Copy" ; \
- Text [ en-US ] = "~Copy" ;\
-
-#define ITEM_EDIT_DELETE \
- Identifier = SID_DELETE ; \
- Command = ".uno:Delete" ; \
- Text [ en-US ] = "~Delete" ;\
-
-#define ITEM_EDIT_PASTE \
- Identifier = SID_PASTE ; \
- Command = ".uno:Paste" ; \
- Text [ en-US ] = "~Paste" ; \
-
-#endif // #ifndef _GLOBLMN_HRC
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */