[Libreoffice-commits] .: binfilter/inc
Joseph Powers
jpowers at kemper.freedesktop.org
Sun Feb 6 07:16:43 PST 2011
binfilter/inc/bf_svx/svdpntv.hxx | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
New commits:
commit 224df0d937b91a8ac07720f01eddd694175029b5
Author: Joseph Powers <jpowers27 at cox.net>
Date: Sun Feb 6 07:16:38 2011 -0800
Convert a slist into a list
diff --git a/binfilter/inc/bf_svx/svdpntv.hxx b/binfilter/inc/bf_svx/svdpntv.hxx
index 67cfc40..3bb77d9 100644
--- a/binfilter/inc/bf_svx/svdpntv.hxx
+++ b/binfilter/inc/bf_svx/svdpntv.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -29,7 +29,7 @@
#ifndef _SVDPNTV_HXX
#define _SVDPNTV_HXX
-#include <slist>
+#include <list>
#include <vcl/timer.hxx>
#include <vcl/virdev.hxx>
#include <bf_svtools/brdcst.hxx>
@@ -282,7 +282,7 @@ protected:
USHORT nMinMovPix;
USHORT nHitTolLog;
USHORT nMinMovLog;
- ULONG nMasterCacheMode;
+ ULONG nMasterCacheMode;
ULONG nGraphicManagerDrawMode;
unsigned bForeignXOut : 1;
@@ -328,7 +328,7 @@ protected:
Color maGridColor;
private:
- typedef ::std::slist< SdrGrafObj* > GraphicsStack;
+ typedef ::std::list< SdrGrafObj* > GraphicsStack;
GraphicsStack maSwappedInGraphicsStack;
void ImpForceSwapOut();
@@ -678,8 +678,8 @@ BOOL Paste(Window* pWin=NULL, ULONG nFormat=SDR_ANYFORMAT) { (void)pWin; (void)n
@return a representative background color.
*/
- Color CalcBackgroundColor( const Rectangle& rArea,
- const SetOfByte& rVisibleLayers,
+ Color CalcBackgroundColor( const Rectangle& rArea,
+ const SetOfByte& rVisibleLayers,
const SdrPage& rCurrPage ) const;
};
More information about the Libreoffice-commits
mailing list