Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
3236e205
Kaydet (Commit)
3236e205
authored
Agu 15, 2014
tarafından
Thomas Arnhold
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
ErrorBox RID_ERR_NEEDTYPESELECTION to String
Change-Id: Ia7b4807bc3847a50f753541b0495d36176603e63
üst
11383017
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
19 deletions
+6
-19
abpresid.hrc
extensions/source/abpilot/abpresid.hrc
+2
-12
abspilot.src
extensions/source/abpilot/abspilot.src
+2
-5
typeselectionpage.cxx
extensions/source/abpilot/typeselectionpage.cxx
+2
-2
No files found.
extensions/source/abpilot/abpresid.hrc
Dosyayı görüntüle @
3236e205
...
...
@@ -27,7 +27,6 @@
#define RID_PAGE_START RID_ABP_START
#define RID_STRING_START RID_ABP_START
#define RID_ERRORBOX_START RID_ABP_START
#define RID_UNTYPED_START RID_ABP_START
#define RID_QUERYBOX_START RID_ABP_START
#define RID_BITMAP_START RID_ABP_START
...
...
@@ -46,16 +45,10 @@
#define RID_STR_TABLE_SELECTION ( RID_STRING_START + 9 )
#define RID_STR_MANUAL_FIELD_MAPPING ( RID_STRING_START + 10 )
#define RID_STR_FINAL_CONFIRM ( RID_STRING_START + 11 )
#define RID_STR_NEEDTYPESELECTION ( RID_STRING_START + 12 )
// please adjust RID_STRING_END (below) when adding new strings
#define RID_STRING_END RID_STR_FINAL_CONFIRM
// error boxes
#define RID_ERR_NEEDTYPESELECTION ( RID_ERRORBOX_START + 0 )
// please adjust RID_ERRORBOX_END (below) when adding new error boxes
#define RID_ERRORBOX_END RID_ERR_NEEDTYPESELECTION
#define RID_STRING_END RID_STR_NEEDTYPESELECTION
// query boxes
...
...
@@ -85,9 +78,6 @@
#if RID_STRING_END > RID_ABP_END
#error "please adjust the resource id ranges!!"
#endif
#if RID_ERRORBOX_END > RID_ABP_END
#error "please adjust the resource id ranges!!"
#endif
#if RID_QUERYBOX_END > RID_ABP_END
#error "please adjust the resource id ranges!!"
#endif
...
...
extensions/source/abpilot/abspilot.src
Dosyayı görüntüle @
3236e205
...
...
@@ -49,12 +49,9 @@ String RID_STR_FINAL_CONFIRM
Text [ en-US ] = "Data Source Title";
};
ErrorBox RID_ERR_NEEDTYPESELECTION
String RID_STR_NEEDTYPESELECTION
{
Buttons = WB_OK;
Message [ en-US ] = "Please select a type of address book.";
Text [ en-US ] = "Please select a type of address book.";
};
QueryBox RID_QRY_NOTABLES
...
...
extensions/source/abpilot/typeselectionpage.cxx
Dosyayı görüntüle @
3236e205
...
...
@@ -20,7 +20,7 @@
#include "typeselectionpage.hxx"
#include "addresssettings.hxx"
#include "abspilot.hxx"
#include <vcl/
msgbox
.hxx>
#include <vcl/
layout
.hxx>
#include <com/sun/star/sdbc/XDriver.hpp>
#include <com/sun/star/sdbc/DriverManager.hpp>
#include <comphelper/processfactory.hxx>
...
...
@@ -226,7 +226,7 @@ namespace abp
if
(
AST_INVALID
==
getSelectedType
(
))
{
ErrorBox
aError
(
this
,
ModuleRes
(
RID_ER
R_NEEDTYPESELECTION
));
MessageDialog
aError
(
this
,
ModuleRes
(
RID_ST
R_NEEDTYPESELECTION
));
aError
.
Execute
();
return
false
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment