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
4b060ce5
Kaydet (Commit)
4b060ce5
authored
Mar 28, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove remaining DBG_CTOR etc. remnants from formula
Change-Id: I36740cd276d2047552298606f24b2696ed61b36b
üst
1f90d06b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
10 deletions
+0
-10
FormulaCompiler.cxx
formula/source/core/api/FormulaCompiler.cxx
+0
-4
ModuleHelper.cxx
formula/source/ui/resource/ModuleHelper.cxx
+0
-6
No files found.
formula/source/core/api/FormulaCompiler.cxx
Dosyayı görüntüle @
4b060ce5
...
@@ -525,7 +525,6 @@ void FormulaCompiler::OpCodeMap::putOpCode( const OUString & rStr, const OpCode
...
@@ -525,7 +525,6 @@ void FormulaCompiler::OpCodeMap::putOpCode( const OUString & rStr, const OpCode
// class FormulaCompiler
// class FormulaCompiler
DBG_NAME
(
FormulaCompiler
)
FormulaCompiler
::
FormulaCompiler
(
FormulaTokenArray
&
rArr
)
FormulaCompiler
::
FormulaCompiler
(
FormulaTokenArray
&
rArr
)
:
:
pArr
(
&
rArr
),
pArr
(
&
rArr
),
...
@@ -543,7 +542,6 @@ FormulaCompiler::FormulaCompiler( FormulaTokenArray& rArr )
...
@@ -543,7 +542,6 @@ FormulaCompiler::FormulaCompiler( FormulaTokenArray& rArr )
glSubTotal
(
false
)
glSubTotal
(
false
)
{
{
DBG_CTOR
(
FormulaCompiler
,
NULL
);
}
}
FormulaCompiler
::
FormulaCompiler
()
FormulaCompiler
::
FormulaCompiler
()
...
@@ -559,12 +557,10 @@ FormulaCompiler::FormulaCompiler()
...
@@ -559,12 +557,10 @@ FormulaCompiler::FormulaCompiler()
bIgnoreErrors
(
false
)
bIgnoreErrors
(
false
)
{
{
DBG_CTOR
(
FormulaCompiler
,
NULL
);
}
}
FormulaCompiler
::~
FormulaCompiler
()
FormulaCompiler
::~
FormulaCompiler
()
{
{
DBG_DTOR
(
FormulaCompiler
,
NULL
);
}
}
FormulaCompiler
::
OpCodeMapPtr
FormulaCompiler
::
GetOpCodeMap
(
const
sal_Int32
nLanguage
)
const
FormulaCompiler
::
OpCodeMapPtr
FormulaCompiler
::
GetOpCodeMap
(
const
sal_Int32
nLanguage
)
const
...
...
formula/source/ui/resource/ModuleHelper.cxx
Dosyayı görüntüle @
4b060ce5
...
@@ -54,13 +54,9 @@ public:
...
@@ -54,13 +54,9 @@ public:
ResMgr
*
getResManager
();
ResMgr
*
getResManager
();
};
};
DBG_NAME
(
rpt_OModuleImpl
)
OModuleImpl
::
OModuleImpl
()
OModuleImpl
::
OModuleImpl
()
:
m_pResources
(
NULL
)
:
m_pResources
(
NULL
)
{
{
DBG_CTOR
(
rpt_OModuleImpl
,
NULL
);
}
}
...
@@ -68,8 +64,6 @@ OModuleImpl::~OModuleImpl()
...
@@ -68,8 +64,6 @@ OModuleImpl::~OModuleImpl()
{
{
if
(
m_pResources
)
if
(
m_pResources
)
delete
m_pResources
;
delete
m_pResources
;
DBG_DTOR
(
rpt_OModuleImpl
,
NULL
);
}
}
...
...
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