summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-07-23 11:08:07 +0000
committerKurt Zenker <kz@openoffice.org>2004-07-23 11:08:07 +0000
commit44f5d9075d2426235c86a5eb878ae3778ab8153e (patch)
tree41ef9b00740e304a8bf04b1621b880a402143d6a
parent097eba16abe0e32eb0352ed46e53558f7b28b0bb (diff)
INTEGRATION: CWS tbe11 (1.25.12); FILE MERGED
2004/07/16 13:30:22 tbe 1.25.12.2: RESYNC: (1.25-1.26); FILE MERGED 2004/06/21 11:29:49 tbe 1.25.12.1: #99468# Basic IDE cannot handle libraries, which contain dialogs only
-rw-r--r--basctl/source/basicide/objdlg.src65
1 files changed, 2 insertions, 63 deletions
diff --git a/basctl/source/basicide/objdlg.src b/basctl/source/basicide/objdlg.src
index a3e8cbd67ab8..cde3c3a6264a 100644
--- a/basctl/source/basicide/objdlg.src
+++ b/basctl/source/basicide/objdlg.src
@@ -2,9 +2,9 @@
*
* $RCSfile: objdlg.src,v $
*
- * $Revision: 1.26 $
+ * $Revision: 1.27 $
*
- * last change: $Author: hjs $ $Date: 2004-06-25 12:46:03 $
+ * last change: $Author: kz $ $Date: 2004-07-23 12:08:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -85,31 +85,6 @@ FloatingWindow RID_BASICIDE_OBJCAT
Size = MAP_APPFONT ( 185 , 126 ) ;
TabStop = TRUE ;
};
- /*
- PushButton RID_PB_SHOW
- {
- Pos = MAP_APPFONT ( 3, 6 ) ;
- Size = MAP_APPFONT ( 50 , 12 ) ;
- Text [ de ] = "Zeigen" ;
- Text [ en-US ] = "Show" ;
- TabStop = TRUE ;
- };
- PushButton RID_PB_OPTIONS
- {
- Pos = MAP_APPFONT ( 56, 6 ) ;
- Size = MAP_APPFONT ( 50 , 12 ) ;
- Text = "Beschreibung..." ;
- TabStop = TRUE ;
- };
- PushButton RID_PB_LITTLEHELP
- {
- Pos = MAP_APPFONT ( 109 , 6 ) ;
- Size = MAP_APPFONT ( 14 , 12 ) ;
- Text [ de ] = "?" ;
- Text [ en-US ] = "?" ;
- TabStop = TRUE ;
- };
-*/
ToolBox RID_TB_TOOLBOX
{
HelpId = HID_BASICIDE_OBJECTS ;
@@ -123,8 +98,6 @@ FloatingWindow RID_BASICIDE_OBJCAT
IdList =
{
TBITEM_SHOW ;
- //TBITEM_PROPS ;
- //TBITEM_HELP ;
};
};
ItemList =
@@ -136,22 +109,6 @@ FloatingWindow RID_BASICIDE_OBJCAT
Text [ de ]= "Zeigen" ;
Text [ en-US ] = "Show" ;
};
- /*
- ToolBoxItem
- {
- Identifier = TBITEM_PROPS ;
- HelpId = HID_BASICIDE_OBJCAT_PROPS ;
- Text [ de ] = "Beschreibung" ;
- Text [ en-US ] = "Description" ;
- };
- ToolBoxItem
- {
- Identifier = TBITEM_HELP ;
- HelpId = HID_BASICIDE_OBJCAT_HELP ;
- Text [ de ] = "Hilfe" ;
- Text [ en-US ] = "Help" ;
- };
- */
};
};
ImageList RID_IMGLST_TB_HC
@@ -170,21 +127,3 @@ FloatingWindow RID_BASICIDE_OBJCAT
Size = MAP_APPFONT ( 185 , 18 ) ;
};
};
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-