summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-06 17:36:26 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-06 17:36:26 +0000
commitf17a8dbaebdb50ec7bf5d9eb2562f0d676e4144f (patch)
tree39d3f1bfb7291fe993c954fe5118205a75cf4b7a /extensions
parent1eefefa496f3a13fe1b4abeba6631013b185901a (diff)
INTEGRATION: CWS odbmacros2 (1.58.44); FILE MERGED
2008/01/30 13:21:08 fs 1.58.44.2: canAdvance made const 2008/01/15 07:18:39 fs 1.58.44.1: #i67987# use a roadmap in this wizard
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/abpilot/abspilot.src37
1 files changed, 2 insertions, 35 deletions
diff --git a/extensions/source/abpilot/abspilot.src b/extensions/source/abpilot/abspilot.src
index 772b2e199eb2..965f50ab458c 100644
--- a/extensions/source/abpilot/abspilot.src
+++ b/extensions/source/abpilot/abspilot.src
@@ -4,9 +4,9 @@
*
* $RCSfile: abspilot.src,v $
*
- * $Revision: 1.58 $
+ * $Revision: 1.59 $
*
- * last change: $Author: ihi $ $Date: 2007-09-13 18:01:05 $
+ * last change: $Author: kz $ $Date: 2008-03-06 18:36:26 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -50,7 +50,6 @@ ModalDialog RID_DLG_ADDRESSBOOKSOURCEPILOT
Closeable = TRUE ;
Hide = TRUE;
-#if defined( ABP_USE_ROADMAP )
String STR_SELECT_ABTYPE
{
Text [ en-US ] = "Address book type";
@@ -75,12 +74,6 @@ ModalDialog RID_DLG_ADDRESSBOOKSOURCEPILOT
{
Text [ en-US ] = "Data Source Title";
};
-
- String STR_ROADMAP_TITLE
- {
- Text [ en-US ] = "Address Book Data Source";
- };
-#endif
};
//........................................................................
@@ -89,10 +82,6 @@ TabPage RID_PAGE_SELECTABTYPE
SVLook = TRUE ;
Size = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;
-#if !defined( ABP_USE_ROADMAP )
- Text [ en-US ] = "Welcome to the Address Data Source Wizard.";
-#endif
-
FixedText FT_TYPE_HINTS
{
Pos = MAP_APPFONT ( BORDER_X, 9 ) ;
@@ -197,10 +186,6 @@ TabPage RID_PAGE_ADMININVOKATION
SVLook = TRUE ;
Size = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;
-#if !defined( ABP_USE_ROADMAP )
- Text [ en-US ] = "Additional Settings";
-#endif
-
FixedText FT_ADMINEXPLANATION
{
Pos = MAP_APPFONT ( BORDER_X, 9 ) ;
@@ -235,10 +220,6 @@ TabPage RID_PAGE_TABLESELECTION_AB
SVLook = TRUE ;
Size = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;
-#if !defined( ABP_USE_ROADMAP )
- Text [ en-US ] = "Select Table";
-#endif
-
FixedText FL_TOOMUCHTABLES
{
Pos = MAP_APPFONT ( BORDER_X, 9 ) ;
@@ -266,10 +247,6 @@ TabPage RID_PAGE_FIELDMAPPING
SVLook = TRUE ;
Size = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;
-#if !defined( ABP_USE_ROADMAP )
- Text [ en-US ] = "Field Assignment";
-#endif
-
FixedText FT_FIELDASSIGMENTEXPL
{
Pos = MAP_APPFONT ( BORDER_X, 9 ) ;
@@ -301,10 +278,6 @@ TabPage RID_PAGE_FINAL
SVLook = TRUE ;
Size = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;
-#if !defined( ABP_USE_ROADMAP )
- Text [ en-US ] = "Data Source Name";
-#endif
-
FixedText FT_FINISH_EXPL
{
Pos = MAP_APPFONT ( BORDER_X, 9 ) ;
@@ -433,9 +406,3 @@ Bitmap BMP_HEADERIMAGE
{
file = "addresspilot.bmp";
};
-
-String RID_STR_ALREADYEXISTOVERWRITE
-{
- Text [ en-US ] = "The file already exists. Overwrite?" ;
-};
-