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
8ac71b29
Kaydet (Commit)
8ac71b29
authored
Tem 13, 2013
tarafından
Jelle van der Waa
Kaydeden (comit)
Michael Meeks
Tem 18, 2013
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fdo#62475 removed pointless comments
Change-Id: I85bee68e89c41642b2da72e11b695588b3dfe346
üst
defe6adc
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
9 deletions
+0
-9
bitmapdevice.cxx
basebmp/source/bitmapdevice.cxx
+0
-6
intconversion.hxx
basebmp/source/intconversion.hxx
+0
-1
bmpdemo.cxx
basebmp/test/bmpdemo.cxx
+0
-2
No files found.
basebmp/source/bitmapdevice.cxx
Dosyayı görüntüle @
8ac71b29
...
...
@@ -126,7 +126,6 @@ namespace
// Actual BitmapDevice implementation (templatized by accessor and iterator)
//--------------------------------------------------------------------------
/** Implementation of the BitmapDevice interface
...
...
@@ -1673,7 +1672,6 @@ void BitmapDevice::drawMaskedBitmap( const BitmapDeviceSharedPtr& rSrcBitmap,
}
//----------------------------------------------------------------------------------
/** Standard clip and alpha masks
*/
...
...
@@ -1689,7 +1687,6 @@ struct StdMasks
static
const
bool
alphamask_polarity
=
true
;
};
//----------------------------------------------------------------------------------
// Some compilers don't like the nested template wrap_accessor
// reference in the parameter list - being slightly less type safe,
...
...
@@ -1830,7 +1827,6 @@ BitmapDeviceSharedPtr createRenderer(
pDamage
);
}
//----------------------------------------------------------------------------------
// TODO(Q3): consolidate with canvas/canvastools.hxx! Best move this
// to o3tl or sal/bithacks.hxx ...
...
...
@@ -1854,7 +1850,6 @@ inline sal_uInt32 nextPow2( sal_uInt32 x )
return
++
x
;
}
//----------------------------------------------------------------------------------
namespace
{
...
...
@@ -2156,7 +2151,6 @@ BitmapDeviceSharedPtr cloneBitmapDevice( const basegfx::B2IVector& rSize,
rProto
->
getDamageTracker
()
);
}
//----------------------------------------------------------------------------------
/// Clone our device, with GenericImageAccessor to handle all formats
BitmapDeviceSharedPtr
BitmapDevice
::
getGenericRenderer
()
const
...
...
basebmp/source/intconversion.hxx
Dosyayı görüntüle @
8ac71b29
...
...
@@ -26,7 +26,6 @@
namespace
basebmp
{
// metafunctions to retrieve correct POD from/to basebmp::Color
//------------------------------------------------------------------------
/// type-safe conversion from RgbValue to packed int32
template
<
class
RgbVal
>
struct
UInt32FromRgbValue
...
...
basebmp/test/bmpdemo.cxx
Dosyayı görüntüle @
8ac71b29
...
...
@@ -1196,9 +1196,7 @@ USHORT TestApp::Exception( USHORT nError )
void
TestApp
::
Main
()
{
//-------------------------------------------------
// create the global service-manager
//-------------------------------------------------
uno
::
Reference
<
lang
::
XMultiServiceFactory
>
xFactory
;
try
{
...
...
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