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
a2e37bd3
Kaydet (Commit)
a2e37bd3
authored
Mar 19, 2012
tarafından
Luke Petrolekas
Kaydeden (comit)
Stephan Bergmann
Mar 20, 2012
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Delete commented out code
üst
eb1c4f8f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
22 deletions
+1
-22
registry.hxx
rdbmaker/inc/codemaker/registry.hxx
+0
-6
typemanager.hxx
rdbmaker/inc/codemaker/typemanager.hxx
+1
-9
dependency.cxx
rdbmaker/source/codemaker/dependency.cxx
+0
-7
No files found.
rdbmaker/inc/codemaker/registry.hxx
Dosyayı görüntüle @
a2e37bd3
...
...
@@ -77,12 +77,6 @@ struct TypeReader_Impl
class
TypeReader
{
/*
inline TypeReader(const RegistryTypeReader_Api* pApi,
const sal_uInt8* buffer,
sal_uInt32 bufferLen,
sal_Bool copyData);
*/
public
:
inline
TypeReader
()
:
m_pImpl
(
NULL
)
...
...
rdbmaker/inc/codemaker/typemanager.hxx
Dosyayı görüntüle @
a2e37bd3
...
...
@@ -125,15 +125,7 @@ public:
{
acquire
();
}
/*
RegistryTypeManager& operator = ( const RegistryTypeManager& value )
{
release();
m_pImpl = value.m_pImpl;
acquire();
return *this;
}
*/
using
TypeManager
::
init
;
sal_Bool
init
(
sal_Bool
bMerge
,
const
StringVector
&
regFiles
);
...
...
rdbmaker/source/codemaker/dependency.cxx
Dosyayı görüntüle @
a2e37bd3
...
...
@@ -113,7 +113,6 @@ sal_Bool TypeDependency::hasDependencies(const OString& type)
void
TypeDependency
::
setGenerated
(
const
OString
&
type
,
sal_uInt16
genFlag
)
{
// m_pImpl->m_generatedTypes.insert(type);
if
(
m_pImpl
->
m_generatedTypes
.
count
(
type
)
>
0
)
m_pImpl
->
m_generatedTypes
[
type
]
=
m_pImpl
->
m_generatedTypes
[
type
]
|
genFlag
;
else
...
...
@@ -122,12 +121,6 @@ void TypeDependency::setGenerated(const OString& type, sal_uInt16 genFlag)
sal_Bool
TypeDependency
::
isGenerated
(
const
OString
&
type
,
sal_uInt16
genFlag
)
{
/*
if (m_pImpl->m_generatedTypes.count(type) > 0)
return sal_True;
return sal_False;
*/
if
(
m_pImpl
->
m_generatedTypes
.
count
(
type
)
>
0
&&
m_pImpl
->
m_generatedTypes
[
type
]
&
genFlag
)
{
...
...
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