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
9c067008
Kaydet (Commit)
9c067008
authored
Ock 03, 2013
tarafından
Luboš Luňák
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix build
Change-Id: I2588b69280abbc510ee2fdc9845df56616db8b95
üst
ca828172
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
basicmanagerrepository.cxx
basic/source/basmgr/basicmanagerrepository.cxx
+1
-1
scriptcont.cxx
basic/source/uno/scriptcont.cxx
+2
-2
No files found.
basic/source/basmgr/basicmanagerrepository.cxx
Dosyayı görüntüle @
9c067008
...
...
@@ -310,7 +310,7 @@ namespace basic
DBG_ASSERT
(
aAppBasic
.
GetProtocol
()
!=
INET_PROT_NOT_VALID
,
OString
(
"Invalid URL:
\"
"
+
OUStringToOString
(
aAppBasicDir
,
osl_getThreadTextEncoding
())
+
"
\"
"
));
"
\"
"
)
.
getStr
()
);
aAppBasic
.
insertName
(
aFileName
);
pBasicManager
->
SetStorageName
(
aAppBasic
.
PathToFileName
()
);
...
...
basic/source/uno/scriptcont.cxx
Dosyayı görüntüle @
9c067008
...
...
@@ -681,7 +681,7 @@ sal_Bool SfxScriptLibraryContainer::implStorePasswordLibrary( SfxLibrary* pLib,
OString
aMessage
=
"invalid library element '"
+
OUStringToOString
(
aElementName
,
osl_getThreadTextEncoding
()
)
+
"'."
;
OSL_FAIL
(
aMessage
);
OSL_FAIL
(
aMessage
.
getStr
()
);
#endif
continue
;
}
...
...
@@ -769,7 +769,7 @@ sal_Bool SfxScriptLibraryContainer::implStorePasswordLibrary( SfxLibrary* pLib,
OString
aMessage
=
"invalid library element '"
+
OUStringToOString
(
aElementName
,
osl_getThreadTextEncoding
()
)
+
"'."
;
OSL_FAIL
(
aMessage
);
OSL_FAIL
(
aMessage
.
getStr
()
);
#endif
continue
;
}
...
...
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