summaryrefslogtreecommitdiff
path: root/svx/source/inc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-22 06:01:23 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-22 13:03:17 +0200
commit40064f479bbd8d7384b753328365e8770bda4fd1 (patch)
tree634cfbab8a29d8fbe2d0a26b95407807ce9aa1c4 /svx/source/inc
parent16e917643f4855125f5a872586b9841a677bb35b (diff)
clean up hrc files
and remove some unused stuff Change-Id: Iea6177c3d2f9d0668187e66155b62688ae2ecb04
Diffstat (limited to 'svx/source/inc')
-rw-r--r--svx/source/inc/fmexpl.hrc33
1 files changed, 0 insertions, 33 deletions
diff --git a/svx/source/inc/fmexpl.hrc b/svx/source/inc/fmexpl.hrc
deleted file mode 100644
index d208b9ffcb82..000000000000
--- a/svx/source/inc/fmexpl.hrc
+++ /dev/null
@@ -1,33 +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 _SVX_FMEXPL_HRC
-#define _SVX_FMEXPL_HRC
-
-#define FT_PATH 1
-
-#define GB_PATH 1
-
-#define PB_OK 1
-#define PB_CANCEL 2
-#define PB_HELP 3
-
-#endif //_SVX_FMEXPL_HRC
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */