summaryrefslogtreecommitdiff
path: root/basebmp/inc/basebmp/debug.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basebmp/inc/basebmp/debug.hxx')
-rw-r--r--basebmp/inc/basebmp/debug.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/basebmp/inc/basebmp/debug.hxx b/basebmp/inc/basebmp/debug.hxx
index c5660b9a6a74..1d72099a3b72 100644
--- a/basebmp/inc/basebmp/debug.hxx
+++ b/basebmp/inc/basebmp/debug.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
@@ -37,13 +37,13 @@ namespace basebmp
class BitmapDevice;
/** Dump content of BitmapDevice to given output stream.
-
- @param rDevice
+
+ @param rDevice
Device whose content should be dumped.
-
- @param rOutputStream
- Stream to write output to.
- */
+
+ @param rOutputStream
+ Stream to write output to.
+ */
void debugDump( const boost::shared_ptr< BitmapDevice >& rDevice,
::std::ostream& rOutputStream );
}