summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-03-19 01:30:44 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-03-19 01:30:44 +0100
commit506e1efab370626dae5e3122b6876f5a1e0b1029 (patch)
treec4e72abc875b1e1ea5d6f9b156368a9fe1313571 /filter
parent3991eaf5569c7039ea20000e70aac775b7899432 (diff)
trailing whitespaces
Change-Id: I3d0e2015e4c9f0ea6118fd92892022607fe4bde6
Diffstat (limited to 'filter')
-rw-r--r--filter/inc/filter/msfilter/escherex.hxx2
-rw-r--r--filter/source/graphicfilter/egif/egif.cxx4
-rw-r--r--filter/source/xsltdialog/xmlfiltertestdialog.cxx8
3 files changed, 7 insertions, 7 deletions
diff --git a/filter/inc/filter/msfilter/escherex.hxx b/filter/inc/filter/msfilter/escherex.hxx
index 33cde07ab2f4..e09303d490da 100644
--- a/filter/inc/filter/msfilter/escherex.hxx
+++ b/filter/inc/filter/msfilter/escherex.hxx
@@ -1585,7 +1585,7 @@ public:
class ImplEscherExSdr.
*/
inline SvStream* QueryPictureStream() { return mxGlobal->QueryPictureStream(); }
-
+
/// Inserts internal data into the EscherStream, this process
/// may and has to be executed only once
/// If pPicStreamMergeBSE is known, the BLIPs from this stream are being
diff --git a/filter/source/graphicfilter/egif/egif.cxx b/filter/source/graphicfilter/egif/egif.cxx
index 5962bf2a7c8e..a774534292b7 100644
--- a/filter/source/graphicfilter/egif/egif.cxx
+++ b/filter/source/graphicfilter/egif/egif.cxx
@@ -312,7 +312,7 @@ void GIFWriter::WriteGlobalHeader( const Size& rSize )
m_rGIF << cFlags;
m_rGIF << (sal_uInt8) 0x00;
m_rGIF << (sal_uInt8) 0x00;
-
+
// write dummy palette with two entries (black/white);
// we do this only because of a bug in Photoshop, since those can't
// read pictures without a global color palette
@@ -332,7 +332,7 @@ void GIFWriter::WriteLoopExtension( const Animation& rAnimation )
DBG_ASSERT( rAnimation.Count() > 0, "Animation has no bitmaps!" );
sal_uInt16 nLoopCount = (sal_uInt16) rAnimation.GetLoopCount();
-
+
// if only one run should take place
// the LoopExtension won't be written
// The default in this case is a single run
diff --git a/filter/source/xsltdialog/xmlfiltertestdialog.cxx b/filter/source/xsltdialog/xmlfiltertestdialog.cxx
index 98732a433553..727b5d46a6ef 100644
--- a/filter/source/xsltdialog/xmlfiltertestdialog.cxx
+++ b/filter/source/xsltdialog/xmlfiltertestdialog.cxx
@@ -451,14 +451,14 @@ void XMLFilterTestDialog::doExport( Reference< XComponent > xComp )
int bUseDocType = m_pFilterInfo->maDocType.isEmpty() ? 0 : 1;
Sequence< PropertyValue > aSourceData( 2 + bUseDocType );
int i = 0;
-
-
+
+
aSourceData[i ].Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "OutputStream" ) );
aSourceData[i++].Value <<= xIS;
-
+
aSourceData[i].Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "Indent" ) );
aSourceData[i++].Value <<= (sal_Bool)sal_True;
-
+
if( bUseDocType )
{
aSourceData[i ].Name = OUString(RTL_CONSTASCII_USTRINGPARAM("DocType_Public"));