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
712b74da
Kaydet (Commit)
712b74da
authored
Mar 03, 2011
tarafından
Thomas Arnhold
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Move DBG_ERROR to OSL_FAIL for getStr()
üst
8135ab14
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
stringrepresentation.cxx
extensions/source/propctrlr/stringrepresentation.cxx
+2
-2
attributedispatcher.cxx
forms/source/richtext/attributedispatcher.cxx
+1
-1
No files found.
extensions/source/propctrlr/stringrepresentation.cxx
Dosyayı görüntüle @
712b74da
...
@@ -181,7 +181,7 @@ uno::Sequence< ::rtl::OUString > SAL_CALL StringRepresentation::getSupportedSer
...
@@ -181,7 +181,7 @@ uno::Sequence< ::rtl::OUString > SAL_CALL StringRepresentation::getSupportedSer
::
rtl
::
OString
sMessage
(
"StringRepresentation::convertPropertyValueToStringRepresentation: cannot convert values of type '"
);
::
rtl
::
OString
sMessage
(
"StringRepresentation::convertPropertyValueToStringRepresentation: cannot convert values of type '"
);
sMessage
+=
::
rtl
::
OString
(
PropertyValue
.
getValueType
().
getTypeName
().
getStr
(),
PropertyValue
.
getValueType
().
getTypeName
().
getLength
(),
RTL_TEXTENCODING_ASCII_US
);
sMessage
+=
::
rtl
::
OString
(
PropertyValue
.
getValueType
().
getTypeName
().
getStr
(),
PropertyValue
.
getValueType
().
getTypeName
().
getLength
(),
RTL_TEXTENCODING_ASCII_US
);
sMessage
+=
::
rtl
::
OString
(
"'!"
);
sMessage
+=
::
rtl
::
OString
(
"'!"
);
DBG_ERROR
(
sMessage
.
getStr
()
);
OSL_FAIL
(
sMessage
.
getStr
()
);
}
}
#endif
#endif
}
}
...
@@ -226,7 +226,7 @@ uno::Any SAL_CALL StringRepresentation::convertToPropertyValue(const ::rtl::OUSt
...
@@ -226,7 +226,7 @@ uno::Any SAL_CALL StringRepresentation::convertToPropertyValue(const ::rtl::OUSt
::
rtl
::
OString
sMessage
(
"StringRepresentation::convertStringRepresentationToPropertyValue: cannot convert into values of type '"
);
::
rtl
::
OString
sMessage
(
"StringRepresentation::convertStringRepresentationToPropertyValue: cannot convert into values of type '"
);
sMessage
+=
::
rtl
::
OString
(
ControlValueType
.
getTypeName
().
getStr
(),
ControlValueType
.
getTypeName
().
getLength
(),
RTL_TEXTENCODING_ASCII_US
);
sMessage
+=
::
rtl
::
OString
(
ControlValueType
.
getTypeName
().
getStr
(),
ControlValueType
.
getTypeName
().
getLength
(),
RTL_TEXTENCODING_ASCII_US
);
sMessage
+=
::
rtl
::
OString
(
"'!"
);
sMessage
+=
::
rtl
::
OString
(
"'!"
);
DBG_ERROR
(
sMessage
.
getStr
()
);
OSL_FAIL
(
sMessage
.
getStr
()
);
}
}
#endif
#endif
}
}
...
...
forms/source/richtext/attributedispatcher.cxx
Dosyayı görüntüle @
712b74da
...
@@ -114,7 +114,7 @@ namespace frm
...
@@ -114,7 +114,7 @@ namespace frm
sMessage
+=
"
\n
(URL: "
;
sMessage
+=
"
\n
(URL: "
;
sMessage
+=
::
rtl
::
OString
(
_rURL
.
Complete
.
getStr
(),
_rURL
.
Complete
.
getLength
(),
RTL_TEXTENCODING_ASCII_US
);
sMessage
+=
::
rtl
::
OString
(
_rURL
.
Complete
.
getStr
(),
_rURL
.
Complete
.
getLength
(),
RTL_TEXTENCODING_ASCII_US
);
sMessage
+=
")"
;
sMessage
+=
")"
;
DBG_ERROR
(
sMessage
.
getStr
()
);
OSL_FAIL
(
sMessage
.
getStr
()
);
}
}
#endif
#endif
...
...
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