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
119d1967
Kaydet (Commit)
119d1967
authored
Mar 13, 2015
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Typo: form the table->from the table
Change-Id: I41f5ac20eff8d2ebd75ea13fff12154306cbacf4
üst
84ec8274
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
TableController.cxx
dbaccess/source/ui/tabledesign/TableController.cxx
+2
-2
No files found.
dbaccess/source/ui/tabledesign/TableController.cxx
Dosyayı görüntüle @
119d1967
...
@@ -527,7 +527,7 @@ void OTableController::impl_initialize()
...
@@ -527,7 +527,7 @@ void OTableController::impl_initialize()
}
}
try
try
{
{
loadData
();
// fill the column information f
or
m the table
loadData
();
// fill the column information f
ro
m the table
getView
()
->
initialize
();
// show the windows and fill with our information
getView
()
->
initialize
();
// show the windows and fill with our information
ClearUndoManager
();
ClearUndoManager
();
setModified
(
sal_False
);
// and we are not modified yet
setModified
(
sal_False
);
// and we are not modified yet
...
@@ -1510,7 +1510,7 @@ OUString OTableController::getPrivateTitle() const
...
@@ -1510,7 +1510,7 @@ OUString OTableController::getPrivateTitle() const
void
OTableController
::
reload
()
void
OTableController
::
reload
()
{
{
loadData
();
// fill the column information f
or
m the table
loadData
();
// fill the column information f
ro
m the table
static_cast
<
OTableDesignView
*>
(
getView
())
->
reSync
();
// show the windows and fill with our information
static_cast
<
OTableDesignView
*>
(
getView
())
->
reSync
();
// show the windows and fill with our information
ClearUndoManager
();
ClearUndoManager
();
setModified
(
sal_False
);
// and we are not modified yet
setModified
(
sal_False
);
// and we are not modified yet
...
...
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