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
ce8010b4
Kaydet (Commit)
ce8010b4
authored
Ock 17, 2014
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove warning and build error with MSVC.
Change-Id: I8eac2f5ff08968a885a8e413bf4db38092036957
üst
9d2424a6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
framelinkarray.hxx
include/svx/framelinkarray.hxx
+3
-3
outdev6.cxx
vcl/source/gdi/outdev6.cxx
+2
-2
No files found.
include/svx/framelinkarray.hxx
Dosyayı görüntüle @
ce8010b4
...
@@ -23,11 +23,11 @@
...
@@ -23,11 +23,11 @@
#include <svx/framelink.hxx>
#include <svx/framelink.hxx>
#include <drawinglayer/processor2d/baseprocessor2d.hxx>
#include <drawinglayer/processor2d/baseprocessor2d.hxx>
#include <memory>
#include <vector>
#include <vector>
#include <svx/svxdllapi.h>
#include <svx/svxdllapi.h>
#include <boost/scoped_ptr.hpp>
namespace
svx
{
namespace
svx
{
namespace
frame
{
namespace
frame
{
...
@@ -380,7 +380,7 @@ public:
...
@@ -380,7 +380,7 @@ public:
// ------------------------------------------------------------------------
// ------------------------------------------------------------------------
private
:
private
:
typedef
std
::
auto_ptr
<
ArrayImpl
>
ArrayImplPtr
;
typedef
boost
::
scoped_ptr
<
ArrayImpl
>
ArrayImplPtr
;
ArrayImplPtr
mxImpl
;
ArrayImplPtr
mxImpl
;
};
};
...
...
vcl/source/gdi/outdev6.cxx
Dosyayı görüntüle @
ce8010b4
...
@@ -58,8 +58,8 @@ Polygon toPolygon( const basegfx::B2DPolygon& rPoly )
...
@@ -58,8 +58,8 @@ Polygon toPolygon( const basegfx::B2DPolygon& rPoly )
// This polygon not empty but is too small to display. Approximate it
// This polygon not empty but is too small to display. Approximate it
// with a rectangle large enough to be displayed.
// with a rectangle large enough to be displayed.
double
nX
=
aRange
.
getMinX
(),
nY
=
aRange
.
getMinY
();
double
nX
=
aRange
.
getMinX
(),
nY
=
aRange
.
getMinY
();
double
nW
=
std
::
max
<
double
>
(
1.0
,
round
(
fW
));
double
nW
=
std
::
max
<
double
>
(
1.0
,
r
tl
::
math
::
r
ound
(
fW
));
double
nH
=
std
::
max
<
double
>
(
1.0
,
round
(
fH
));
double
nH
=
std
::
max
<
double
>
(
1.0
,
r
tl
::
math
::
r
ound
(
fH
));
Polygon
aTarget
;
Polygon
aTarget
;
aTarget
.
Insert
(
0
,
Point
(
nX
,
nY
));
aTarget
.
Insert
(
0
,
Point
(
nX
,
nY
));
...
...
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