summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/browser/sbabrw.src
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-06 17:14:36 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-06 17:14:36 +0000
commit0e1ac78405e1795cbbd039d9e8f78bbaee1501aa (patch)
treed9154e38c2b84bc2d7cc7dc844e7005de9ffe033 /dbaccess/source/ui/browser/sbabrw.src
parent55bb5a456fe3bd63e7122aff6cef4053f237d3d2 (diff)
INTEGRATION: CWS odbmacros2 (1.106.120); FILE MERGED
2008/01/24 10:09:00 fs 1.106.120.1: since rebuilding the connection is not implemented, remove it from the menu
Diffstat (limited to 'dbaccess/source/ui/browser/sbabrw.src')
-rw-r--r--dbaccess/source/ui/browser/sbabrw.src13
1 files changed, 2 insertions, 11 deletions
diff --git a/dbaccess/source/ui/browser/sbabrw.src b/dbaccess/source/ui/browser/sbabrw.src
index f295e714362c..1d5359f54ac4 100644
--- a/dbaccess/source/ui/browser/sbabrw.src
+++ b/dbaccess/source/ui/browser/sbabrw.src
@@ -4,9 +4,9 @@
*
* $RCSfile: sbabrw.src,v $
*
- * $Revision: 1.106 $
+ * $Revision: 1.107 $
*
- * last change: $Author: ihi $ $Date: 2007-04-19 14:54:50 $
+ * last change: $Author: kz $ $Date: 2008-03-06 18:14:36 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -106,11 +106,6 @@ String RID_STR_TABLES_CONTAINER
HelpId = HID_BROWSER_CLOSECONN ; \
Text [ en-US ] = "Disco~nnect" ; \
-#define MID_REFRESHCONN \
- Identifier = ID_TREE_REBUILD_CONN ; \
- HelpId = HID_BROWSER_REFRESHCONN ; \
- Text [ en-US ] = "~Refresh Connection" ; \
-
Menu MENU_BROWSER_DEFAULTCONTEXT
{
ItemList =
@@ -125,10 +120,6 @@ Menu MENU_BROWSER_DEFAULTCONTEXT
}; \
MenuItem \
{ \
- MID_REFRESHCONN \
- }; \
- MenuItem \
- { \
Separator = TRUE; \
}; \
MenuItem { ITEM_EDIT_COPY };