summaryrefslogtreecommitdiff
path: root/basctl
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 /basctl
parent10bdd9e995261d827b7de6fe7858f4fcbc78c402 (diff)
remove various unused dialogs
Change-Id: If639745db976671a3b6e3405253dfb3bc5783363
Diffstat (limited to 'basctl')
-rw-r--r--basctl/AllLangResTarget_basctl.mk1
-rw-r--r--basctl/source/basicide/moptions.hrc40
-rw-r--r--basctl/source/basicide/moptions.src115
3 files changed, 0 insertions, 156 deletions
diff --git a/basctl/AllLangResTarget_basctl.mk b/basctl/AllLangResTarget_basctl.mk
index ba1a4e155849..23cc08eba96d 100644
--- a/basctl/AllLangResTarget_basctl.mk
+++ b/basctl/AllLangResTarget_basctl.mk
@@ -44,7 +44,6 @@ $(eval $(call gb_SrsTarget_add_files,basctl/res,\
basctl/source/basicide/brkdlg.src \
basctl/source/basicide/macrodlg.src \
basctl/source/basicide/moduldlg.src \
- basctl/source/basicide/moptions.src \
basctl/source/basicide/objdlg.src \
basctl/source/dlged/dlgresid.src \
basctl/source/dlged/managelang.src \
diff --git a/basctl/source/basicide/moptions.hrc b/basctl/source/basicide/moptions.hrc
deleted file mode 100644
index ee0222eb25be..000000000000
--- a/basctl/source/basicide/moptions.hrc
+++ /dev/null
@@ -1,40 +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 BASCTL_MOPTIONS_HRC
-#define BASCTL_MOPTIONS_HRC
-
-#include <svl/solar.hrc>
-
-#define RID_MACROOPTIONS ( RID_BASICIDE_START + 55 )
-
-#define RID_FT_SBXNAME 2
-#define RID_PB_OK 3
-#define RID_PB_CANCEL 4
-#define RID_PB_HELP 5
-#define RID_FT_DESCR 6
-#define RID_ME_DESCR 7
-#define RID_FL_HELP 8
-#define RID_FT_HELPID 9
-#define RID_NF_HELPID 10
-#define RID_FT_HELPNAME 11
-#define RID_ED_HELPNAME 12
-
-#endif // BASCTL_MOPTIONS_HRC
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/basctl/source/basicide/moptions.src b/basctl/source/basicide/moptions.src
deleted file mode 100644
index de091f6cbdfc..000000000000
--- a/basctl/source/basicide/moptions.src
+++ /dev/null
@@ -1,115 +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 "helpid.hrc"
-#include <moptions.hrc>
-ModalDialog RID_MACROOPTIONS
-{
- HelpId = "basctl:ModalDialog:RID_MACROOPTIONS" ;
- OutputSize = TRUE ;
- SVLook = TRUE ;
- Size = MAP_APPFONT ( 224 , 121 ) ;
- Text [ en-US ] = "Description" ;
- Moveable = TRUE ;
- Closeable = TRUE ;
- FixedText RID_FT_SBXNAME
- {
- SVLook = TRUE ;
- Pos = MAP_APPFONT ( 6 , 6 ) ;
- Size = MAP_APPFONT ( 150 , 10 ) ;
- };
- OKButton RID_PB_OK
- {
- Pos = MAP_APPFONT ( 168 , 6 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
- TabStop = TRUE ;
- DefButton = TRUE ;
- };
- CancelButton RID_PB_CANCEL
- {
- Pos = MAP_APPFONT ( 168 , 23 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
- TabStop = TRUE ;
- };
- HelpButton RID_PB_HELP
- {
- Pos = MAP_APPFONT ( 168 , 53 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
- TabStop = TRUE ;
- };
- FixedText RID_FT_DESCR
- {
- SVLook = TRUE ;
- Pos = MAP_APPFONT ( 6 , 19 ) ;
- Size = MAP_APPFONT ( 69 , 10 ) ;
- Text [ en-US ] = "Description" ;
- };
- MultiLineEdit RID_ME_DESCR
- {
- HelpID = "basctl:MultiLineEdit:RID_MACROOPTIONS:RID_ME_DESCR";
- Border = TRUE ;
- SVLook = TRUE ;
- Pos = MAP_APPFONT ( 6 , 32 ) ;
- Size = MAP_APPFONT ( 154 , 36 ) ;
- TabStop = TRUE ;
- VScroll = TRUE ;
- IgnoreTab = TRUE ;
- };
- FixedLine RID_FL_HELP
- {
- Pos = MAP_APPFONT ( 6 , 73 ) ;
- Size = MAP_APPFONT ( 212 , 8 ) ;
- Text [ en-US ] = "Help information" ;
- };
- FixedText RID_FT_HELPID
- {
- SVLook = TRUE ;
- Pos = MAP_APPFONT ( 9 , 83 ) ;
- Size = MAP_APPFONT ( 80 , 10 ) ;
- Text [ en-US ] = "Help ID" ;
- };
- NumericField RID_NF_HELPID
- {
- HelpID = "basctl:NumericField:RID_MACROOPTIONS:RID_NF_HELPID";
- Border = TRUE ;
- SVLook = TRUE ;
- Pos = MAP_APPFONT ( 95 , 83 ) ;
- Size = MAP_APPFONT ( 120 , 12 ) ;
- TabStop = TRUE ;
- Minimum = 0 ;
- Maximum = 0xFFFFFFFF ;
- };
- FixedText RID_FT_HELPNAME
- {
- SVLook = TRUE ;
- Pos = MAP_APPFONT ( 9 , 99 ) ;
- Size = MAP_APPFONT ( 80 , 10 ) ;
- Text [ en-US ] = "Help file name" ;
- };
- Edit RID_ED_HELPNAME
- {
- HelpID = "basctl:Edit:RID_MACROOPTIONS:RID_ED_HELPNAME";
- Border = TRUE ;
- Pos = MAP_APPFONT ( 95 , 99 ) ;
- Size = MAP_APPFONT ( 120 , 12 ) ;
- TabStop = TRUE ;
- };
-};
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */