summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-08-17 12:24:02 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-08-17 13:09:23 +0100
commit91da17722924dc505553120750712d491b238343 (patch)
treeee87ed961b13a7d584b796f741c21f1b570bc79b /sfx2
parent10bdd9e995261d827b7de6fe7858f4fcbc78c402 (diff)
remove various unused dialogs
Change-Id: If639745db976671a3b6e3405253dfb3bc5783363
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/AllLangResTarget_sfx2.mk1
-rw-r--r--sfx2/source/dialog/dinfedt.cxx1
-rw-r--r--sfx2/source/dialog/dinfedt.hrc32
-rw-r--r--sfx2/source/dialog/dinfedt.src87
-rw-r--r--sfx2/source/inc/helpid.hrc1
5 files changed, 0 insertions, 122 deletions
diff --git a/sfx2/AllLangResTarget_sfx2.mk b/sfx2/AllLangResTarget_sfx2.mk
index c996a7fe74c2..5deaab64bc02 100644
--- a/sfx2/AllLangResTarget_sfx2.mk
+++ b/sfx2/AllLangResTarget_sfx2.mk
@@ -45,7 +45,6 @@ $(eval $(call gb_SrsTarget_add_files,sfx/res,\
sfx2/source/dialog/alienwarn.src \
sfx2/source/dialog/dialog.src \
sfx2/source/dialog/dinfdlg.src \
- sfx2/source/dialog/dinfedt.src \
sfx2/source/dialog/filedlghelper.src \
sfx2/source/dialog/inputdlg.src \
sfx2/source/dialog/mailwindow.src \
diff --git a/sfx2/source/dialog/dinfedt.cxx b/sfx2/source/dialog/dinfedt.cxx
index 24ac72c71699..726b7ad54375 100644
--- a/sfx2/source/dialog/dinfedt.cxx
+++ b/sfx2/source/dialog/dinfedt.cxx
@@ -22,7 +22,6 @@
#include "sfx2/sfxresid.hxx"
#include <sfx2/sfx.hrc>
-#include "dinfedt.hrc"
// class InfoEdit_Impl ---------------------------------------------------
diff --git a/sfx2/source/dialog/dinfedt.hrc b/sfx2/source/dialog/dinfedt.hrc
deleted file mode 100644
index a77da97d7b9d..000000000000
--- a/sfx2/source/dialog/dinfedt.hrc
+++ /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 .
- */
-#define BT_OK 1
-#define BT_CANCEL 2
-#define BTN_HELP 3
-#define FT_INFO1 4
-#define ED_INFO1 5
-#define FT_INFO2 6
-#define ED_INFO2 7
-#define FT_INFO3 8
-#define ED_INFO3 9
-#define FT_INFO4 10
-#define ED_INFO4 11
-#define FL_INFO 12
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sfx2/source/dialog/dinfedt.src b/sfx2/source/dialog/dinfedt.src
deleted file mode 100644
index 4df2a9014b9f..000000000000
--- a/sfx2/source/dialog/dinfedt.src
+++ /dev/null
@@ -1,87 +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 <sfx2/sfx.hrc>
-#include "helpid.hrc"
-#include "dinfedt.hrc"
-
-ModalDialog DLG_DOCINFO_EDT
-{
- HelpId = HID_DOCINFO_EDT ;
- OutputSize = TRUE ;
- SVLook = TRUE ;
- Size = MAP_APPFONT ( 166 , 79 ) ;
- Text [ en-US ] = "Edit Field Names" ;
- Moveable = TRUE ;
- FixedLine FL_INFO
- {
- Pos = MAP_APPFONT ( 6 , 3 ) ;
- Size = MAP_APPFONT ( 98 , 8 ) ;
- Text [ en-US ] = "Names" ;
- };
- Edit ED_INFO1
- {
- HelpID = "sfx2:Edit:DLG_DOCINFO_EDT:ED_INFO1";
- Border = TRUE ;
- Pos = MAP_APPFONT ( 12 , 14 ) ;
- Size = MAP_APPFONT ( 86 , 12 ) ;
- };
- Edit ED_INFO2
- {
- HelpID = "sfx2:Edit:DLG_DOCINFO_EDT:ED_INFO2";
- Border = TRUE ;
- Pos = MAP_APPFONT ( 12 , 29 ) ;
- Size = MAP_APPFONT ( 86 , 12 ) ;
- };
- Edit ED_INFO3
- {
- HelpID = "sfx2:Edit:DLG_DOCINFO_EDT:ED_INFO3";
- Border = TRUE ;
- Pos = MAP_APPFONT ( 12 , 44 ) ;
- Size = MAP_APPFONT ( 86 , 12 ) ;
- };
- Edit ED_INFO4
- {
- HelpID = "sfx2:Edit:DLG_DOCINFO_EDT:ED_INFO4";
- Border = TRUE ;
- Pos = MAP_APPFONT ( 12 , 59 ) ;
- Size = MAP_APPFONT ( 86 , 12 ) ;
- };
- OKButton BT_OK
- {
- Pos = MAP_APPFONT ( 110 , 6 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
- TabStop = TRUE ;
- DefButton = TRUE ;
- };
- CancelButton BT_CANCEL
- {
- Pos = MAP_APPFONT ( 110 , 23 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
- TabStop = TRUE ;
- };
- HelpButton BTN_HELP
- {
- Pos = MAP_APPFONT ( 110 , 43 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
- TabStop = TRUE ;
- };
-};
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sfx2/source/inc/helpid.hrc b/sfx2/source/inc/helpid.hrc
index 89081e00b728..575579ee7655 100644
--- a/sfx2/source/inc/helpid.hrc
+++ b/sfx2/source/inc/helpid.hrc
@@ -23,7 +23,6 @@
// Help-Ids -----------------------------------------------------------------
-#define HID_DOCINFO_EDT "SFX2_HID_DOCINFO_EDT"
#define HID_PRINTMONITOR "SFX2_HID_PRINTMONITOR"
#define HID_CONFIG_EVENT "SFX2_HID_CONFIG_EVENT"
#define HID_BROWSERCONTROL "SFX2_HID_BROWSERCONTROL"