summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-07-05 15:10:33 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-07-05 19:59:30 +0200
commitf42daec5c72c78e40150cbf0f0d01f38db556264 (patch)
tree745863c87f9172566905cd0e178db35d63dfcd98 /sw
parent83ece8c46b2076a2ac2ca05e6ea280d6aca66c73 (diff)
cleanup src files
Those items are unused. Change-Id: If4fce0f91309d2ca09cbb636d4a5d9f86f38eb9a
Diffstat (limited to 'sw')
-rw-r--r--sw/AllLangResTarget_sw.mk2
-rw-r--r--sw/inc/chrdlg.hrc2
-rw-r--r--sw/inc/dbui.hrc1
-rw-r--r--sw/source/ui/app/mn.src16
-rw-r--r--sw/source/ui/chrdlg/chardlg.src46
-rw-r--r--sw/source/ui/chrdlg/drpcps.src47
-rw-r--r--sw/source/ui/dbui/dbui.src34
-rw-r--r--sw/source/ui/inc/popup.hrc1
8 files changed, 0 insertions, 149 deletions
diff --git a/sw/AllLangResTarget_sw.mk b/sw/AllLangResTarget_sw.mk
index ceeb41b59f25..c73c91359542 100644
--- a/sw/AllLangResTarget_sw.mk
+++ b/sw/AllLangResTarget_sw.mk
@@ -68,9 +68,7 @@ $(eval $(call gb_SrsTarget_add_files,sw/res,\
sw/source/ui/app/error.src \
sw/source/ui/app/mn.src \
sw/source/ui/chrdlg/ccoll.src \
- sw/source/ui/chrdlg/chardlg.src \
sw/source/ui/chrdlg/chrdlg.src \
- sw/source/ui/chrdlg/drpcps.src \
sw/source/ui/chrdlg/paradlg.src \
sw/source/ui/config/mailconfigpage.src \
sw/source/ui/config/optcomp.src \
diff --git a/sw/inc/chrdlg.hrc b/sw/inc/chrdlg.hrc
index 21006754b253..9280ead5205e 100644
--- a/sw/inc/chrdlg.hrc
+++ b/sw/inc/chrdlg.hrc
@@ -23,8 +23,6 @@
#include "rcid.hrc"
#define DLG_PARA (RC_CHRDLG_BEGIN + 2)
-#define DLG_DROPCAPS (RC_CHRDLG_BEGIN + 8)
-#define DLG_DRAWCHAR (RC_CHRDLG_BEGIN + 9)
#define DLG_DRAWPARA (RC_CHRDLG_BEGIN + 10)
// Tabpages -> now in globals.hrc
diff --git a/sw/inc/dbui.hrc b/sw/inc/dbui.hrc
index 6b356b050d57..c88c526a9e8e 100644
--- a/sw/inc/dbui.hrc
+++ b/sw/inc/dbui.hrc
@@ -24,7 +24,6 @@
// Dialoge --------------------------------------------------------------------
-#define DLG_DBSELECTION (RC_DBUI_BEGIN)
#define DLG_PRINTMONITOR (RC_DBUI_BEGIN + 1)
#define DLG_AP_INSERT_DB_SEL (RC_DBUI_BEGIN + 2)
diff --git a/sw/source/ui/app/mn.src b/sw/source/ui/app/mn.src
index e8175e2bb00c..fb2c31e0a64e 100644
--- a/sw/source/ui/app/mn.src
+++ b/sw/source/ui/app/mn.src
@@ -1140,14 +1140,6 @@ Menu MN_DRWTXT_POPUPMENU
};
};
-#define MN_REDCOMMENT \
- MenuItem\
- {\
- Identifier = FN_DELETE_COMMENT ;\
- HelpId = CMD_FN_DELETE_COMMENT ;\
- Text [ en-US ] = "Delete ~Changes Note" ;\
- };\
-
Menu MN_ANNOTATION_POPUPMENU
{
ItemList =
@@ -1182,14 +1174,6 @@ Menu MN_ANNOTATION_BUTTON
};
};
-Menu MN_REDCOMMENT_BUTTON
-{
- ItemList =
- {
- MN_REDCOMMENT
- };
-};
-
String MN_GRF_POPUPMENU
{
Text [ en-US ] = "Graphic" ;
diff --git a/sw/source/ui/chrdlg/chardlg.src b/sw/source/ui/chrdlg/chardlg.src
deleted file mode 100644
index bdad1b28f5f3..000000000000
--- a/sw/source/ui/chrdlg/chardlg.src
+++ /dev/null
@@ -1,46 +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 .
- */
-
-#include "globals.hrc"
-#include "chrdlg.hrc"
-#include "helpid.h"
-
-TabDialog DLG_DRAWCHAR
-{
- OutputSize = TRUE ;
- SVLook = TRUE ;
- Text [ en-US ] = "Font" ;
- Moveable = TRUE ;
- Closeable = TRUE ;
- TabControl 1
- {
- OutputSize = TRUE ;
- PageList =
- {
- PageItem
- {
- Identifier = TP_CHAR_STD ;
- Text [ en-US ] = "Font" ;
- PageResID = TP_CHAR_STD ;
- };
- };
- };
-};
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sw/source/ui/chrdlg/drpcps.src b/sw/source/ui/chrdlg/drpcps.src
deleted file mode 100644
index 6436ad0a97d0..000000000000
--- a/sw/source/ui/chrdlg/drpcps.src
+++ /dev/null
@@ -1,47 +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 .
- */
-
-#include "globals.hrc"
-#include "chrdlg.hrc"
-#include "helpid.h"
- // TabDialog ****************************************************************
-TabDialog DLG_DROPCAPS
-{
- OutputSize = TRUE ;
- SVLook = TRUE ;
- Text [ en-US ] = "Drop Caps" ;
- Moveable = TRUE ;
- TabControl 1
- {
- OutputSize = TRUE ;
- PageList =
- {
- PageItem
- {
- Identifier = TP_DROPCAPS ;
- Text [ en-US ] = "Drop Caps" ;
- PageResID = TP_DROPCAPS ;
- };
- };
- };
-};
-
- // ********************************************************************** EOF
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sw/source/ui/dbui/dbui.src b/sw/source/ui/dbui/dbui.src
index 664e5ab2a8a8..2c244ffa8938 100644
--- a/sw/source/ui/dbui/dbui.src
+++ b/sw/source/ui/dbui/dbui.src
@@ -20,40 +20,6 @@
#include "dbui.hrc"
#include "helpid.h"
-ModalDialog DLG_DBSELECTION
-{
- HelpID = "sw:ModalDialog:DLG_DBSELECTION";
- OutputSize = TRUE ;
- SVLook = TRUE ;
- Size = MAP_APPFONT ( 168 , 132 ) ;
- Moveable = TRUE ;
- Control TLB_DBLIST
- {
- Border = TRUE ;
- Pos = MAP_APPFONT ( 6 , 6 ) ;
- Size = MAP_APPFONT ( 100 , 120 ) ;
- };
- OKButton BTN_OK
- {
- Pos = MAP_APPFONT ( 112 , 6 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
- TabStop = TRUE ;
- Disable = TRUE ;
- };
- CancelButton BTN_CANCEL
- {
- Pos = MAP_APPFONT ( 112 , 23 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
- TabStop = TRUE ;
- };
- HelpButton BTN_HELP
- {
- Pos = MAP_APPFONT ( 112 , 43 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
- TabStop = TRUE ;
- };
- Text [ en-US ] = "Database Selection" ;
-};
// DLG_PRINTMONITOR ------------------------------------------------------
ModelessDialog DLG_PRINTMONITOR
{
diff --git a/sw/source/ui/inc/popup.hrc b/sw/source/ui/inc/popup.hrc
index b263d2ef0811..88ed692f644a 100644
--- a/sw/source/ui/inc/popup.hrc
+++ b/sw/source/ui/inc/popup.hrc
@@ -35,7 +35,6 @@
#define MN_MEDIA_POPUPMENU (RC_POPUPS_BEGIN + 10)
#define MN_ANNOTATION_POPUPMENU (RC_POPUPS_BEGIN + 14)
#define MN_ANNOTATION_BUTTON (RC_POPUPS_BEGIN + 15)
-#define MN_REDCOMMENT_BUTTON (RC_POPUPS_BEGIN + 17)
#define MN_HEADERFOOTER_BUTTON (RC_POPUPS_BEGIN + 18)
#define MN_PAGEBREAK_BUTTON (RC_POPUPS_BEGIN + 19)