summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSzabolcs Toth <szabolcs450@gmail.com>2019-08-08 14:45:15 +0200
committerLászló Németh <nemeth@numbertext.org>2019-08-09 15:37:53 +0200
commit24f609b51243b052f38930fbc902c4a95f0e94a0 (patch)
tree46c117903cf1da569f1d094c18d53e127818a3ed /include
parenta81ef7f4ae8021e3f6ce782ebc526e798a814a5e (diff)
tdf#126722 Deleted svxcommands.h
Change-Id: Ife8296ba74ad0f3016f65e69a488b9166d86e07b Reviewed-on: https://gerrit.libreoffice.org/77150 Reviewed-by: László Németh <nemeth@numbertext.org> Tested-by: László Németh <nemeth@numbertext.org>
Diffstat (limited to 'include')
-rw-r--r--include/svx/svxcommands.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/include/svx/svxcommands.h b/include/svx/svxcommands.h
deleted file mode 100644
index e04bf84e2aec..000000000000
--- a/include/svx/svxcommands.h
+++ /dev/null
@@ -1,28 +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_SVX_SVXCOMMANDS_H
-#define INCLUDED_SVX_SVXCOMMANDS_H
-
-#define CMD_SID_GALLERY_ENABLE_ADDCOPY ".uno:GalleryEnableAddCopy"
-#define CMD_SID_GALLERY_FORMATS ".uno:InsertGalleryPic"
-#define CMD_SID_GALLERY_BG_BRUSH ".uno:BackgroundImage"
-
-#endif
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */