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
02a46f93
Kaydet (Commit)
02a46f93
authored
Şub 25, 2014
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Unused writerfilter::toString()
Change-Id: I8e3fa0519f1ab84c9470a82e11bb751599844185
üst
a65729e7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
6 deletions
+0
-6
unusedcode.easy
unusedcode.easy
+0
-1
util.hxx
writerfilter/inc/resourcemodel/util.hxx
+0
-1
util.cxx
writerfilter/source/resourcemodel/util.cxx
+0
-4
No files found.
unusedcode.easy
Dosyayı görüntüle @
02a46f93
...
...
@@ -342,4 +342,3 @@ writerfilter::dump(writerfilter::OutputWithDepth<std::basic_string<char, std::ch
writerfilter::dump(writerfilter::OutputWithDepth<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >&, char const*, boost::shared_ptr<writerfilter::Reference<writerfilter::Properties> >)
writerfilter::dump(writerfilter::OutputWithDepth<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >&, char const*, rtl::OUString const&)
writerfilter::dump(writerfilter::OutputWithDepth<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >&, char const*, unsigned int)
writerfilter::toString(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)
writerfilter/inc/resourcemodel/util.hxx
Dosyayı görüntüle @
02a46f93
...
...
@@ -33,7 +33,6 @@ namespace writerfilter
#if OSL_DEBUG_LEVEL > 1
string
WRITERFILTER_RESOURCEMODEL_DLLPUBLIC
toString
(
uno
::
Reference
<
text
::
XTextRange
>
textRange
);
string
WRITERFILTER_RESOURCEMODEL_DLLPUBLIC
toString
(
const
string
&
rString
);
#endif
}
#endif // INCLUDED_RESOURCEMODEL_UTIL_HXX
...
...
writerfilter/source/resourcemodel/util.cxx
Dosyayı görüntüle @
02a46f93
...
...
@@ -87,10 +87,6 @@ string toString(uno::Reference< text::XTextRange > textRange)
return
result
;
}
string
toString
(
const
string
&
rString
)
{
return
rString
;
}
#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