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
dd9dba52
Kaydet (Commit)
dd9dba52
authored
Haz 07, 2013
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
typos
Change-Id: I3ebe1c03be3b7e84666ca6a19442c376f21a5491
üst
d3aa6c58
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
TableController.cxx
dbaccess/source/ui/tabledesign/TableController.cxx
+1
-1
PropertyHandlerImpl.java
qadevOOo/runner/helper/PropertyHandlerImpl.java
+1
-1
sdpage.cxx
sd/source/core/sdpage.cxx
+1
-1
No files found.
dbaccess/source/ui/tabledesign/TableController.cxx
Dosyayı görüntüle @
dd9dba52
...
@@ -378,7 +378,7 @@ sal_Bool OTableController::doSaveDoc(sal_Bool _bSaveAs)
...
@@ -378,7 +378,7 @@ sal_Bool OTableController::doSaveDoc(sal_Bool _bSaveAs)
OSL_ENSURE
(
xFact
.
is
(),
"OTableController::doSaveDoc: No XDataDescriptorFactory available!"
);
OSL_ENSURE
(
xFact
.
is
(),
"OTableController::doSaveDoc: No XDataDescriptorFactory available!"
);
xTable
=
xFact
->
createDataDescriptor
();
xTable
=
xFact
->
createDataDescriptor
();
OSL_ENSURE
(
xTable
.
is
(),
"OTableController::doSaveDoc: Create query failed!"
);
OSL_ENSURE
(
xTable
.
is
(),
"OTableController::doSaveDoc: Create query failed!"
);
// to set the name is only allowed when the
w
uery is new
// to set the name is only allowed when the
q
uery is new
xTable
->
setPropertyValue
(
PROPERTY_CATALOGNAME
,
makeAny
(
sCatalog
));
xTable
->
setPropertyValue
(
PROPERTY_CATALOGNAME
,
makeAny
(
sCatalog
));
xTable
->
setPropertyValue
(
PROPERTY_SCHEMANAME
,
makeAny
(
sSchema
));
xTable
->
setPropertyValue
(
PROPERTY_SCHEMANAME
,
makeAny
(
sSchema
));
xTable
->
setPropertyValue
(
PROPERTY_NAME
,
makeAny
(
m_sName
));
xTable
->
setPropertyValue
(
PROPERTY_NAME
,
makeAny
(
m_sName
));
...
...
qadevOOo/runner/helper/PropertyHandlerImpl.java
Dosyayı görüntüle @
dd9dba52
...
@@ -23,7 +23,7 @@ import com.sun.star.inspection.XPropertyControlFactory;
...
@@ -23,7 +23,7 @@ import com.sun.star.inspection.XPropertyControlFactory;
import
com.sun.star.inspection.XPropertyHandler
;
import
com.sun.star.inspection.XPropertyHandler
;
/**
/**
* This implementation of <CODE>PropertyHandler</CODE> do
currently nothi
g.
* This implementation of <CODE>PropertyHandler</CODE> do
es currently nothin
g.
* All methods are implemented, but not filled with content.
* All methods are implemented, but not filled with content.
* @see com.sun.star.inspection.XPropertyHandler
* @see com.sun.star.inspection.XPropertyHandler
*/
*/
...
...
sd/source/core/sdpage.cxx
Dosyayı görüntüle @
dd9dba52
...
@@ -1548,7 +1548,7 @@ void SdPage::SetAutoLayout(AutoLayout eLayout, sal_Bool bInit, sal_Bool bCreate
...
@@ -1548,7 +1548,7 @@ void SdPage::SetAutoLayout(AutoLayout eLayout, sal_Bool bInit, sal_Bool bCreate
if
((
meAutoLayout
==
AUTOLAYOUT_NONE
&&
maPresentationShapeList
.
isEmpty
())
||
mbMaster
)
if
((
meAutoLayout
==
AUTOLAYOUT_NONE
&&
maPresentationShapeList
.
isEmpty
())
||
mbMaster
)
{
{
// MasterPage or no layout and no presentation shapes available, noting to do
// MasterPage or no layout and no presentation shapes available, not
h
ing to do
return
;
return
;
}
}
...
...
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