summaryrefslogtreecommitdiff
path: root/sc/inc/clipparam.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/clipparam.hxx')
-rw-r--r--sc/inc/clipparam.hxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/sc/inc/clipparam.hxx b/sc/inc/clipparam.hxx
index 78b5474229d1..0bb0fa44a66f 100644
--- a/sc/inc/clipparam.hxx
+++ b/sc/inc/clipparam.hxx
@@ -1,7 +1,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
@@ -33,8 +33,8 @@
#include <vector>
-/**
- * This struct stores general clipboard parameters associated with a
+/**
+ * This struct stores general clipboard parameters associated with a
* ScDocument instance created in clipboard mode.
*/
struct ScClipParam
@@ -51,20 +51,20 @@ struct ScClipParam
bool isMultiRange() const;
- /**
+ /**
* Get the column size of a pasted range. Note that when the range is
- * non-contiguous, we first compress all individual ranges into a single
+ * non-contiguous, we first compress all individual ranges into a single
* range, and the size of that compressed range is returned.
*/
SCCOL getPasteColSize();
- /**
- * Same as the above method, but returns the row size of the compressed
- * range.
+ /**
+ * Same as the above method, but returns the row size of the compressed
+ * range.
*/
SCROW getPasteRowSize();
- /**
+ /**
* Return a single range that encompasses all individual ranges.
*/
ScRange getWholeRange() const;