summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/sdrpagewindow.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/svdraw/sdrpagewindow.cxx')
-rw-r--r--svx/source/svdraw/sdrpagewindow.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/svdraw/sdrpagewindow.cxx b/svx/source/svdraw/sdrpagewindow.cxx
index 282734361225..89158a39e425 100644
--- a/svx/source/svdraw/sdrpagewindow.cxx
+++ b/svx/source/svdraw/sdrpagewindow.cxx
@@ -232,7 +232,7 @@ namespace
if(aCandidate.count())
{
- const sal_uInt32 nLoopCount(aCandidate.isClosed() ? aCandidate.count() : aCandidate.count() - 1L);
+ const sal_uInt32 nLoopCount(aCandidate.isClosed() ? aCandidate.count() : aCandidate.count() - 1);
rOutDev.SetFillColor();
rOutDev.SetLineColor(aColor);
@@ -249,7 +249,7 @@ namespace
void impTryTest(const SdrPageView& rPageView, OutputDevice& rOutDev)
{
- if(rPageView.GetPage() && rPageView.GetPage()->GetObjCount() >= 2L)
+ if(rPageView.GetPage() && rPageView.GetPage()->GetObjCount() >= 2)
{
SdrPage* pPage = rPageView.GetPage();
SdrObject* pObjA = pPage->GetObj(0);