summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-03-13 10:32:24 +0200
committerTor Lillqvist <tml@iki.fi>2013-03-13 10:36:21 +0200
commitd1449a9b990bf054adeb66c2bab871ce396cca18 (patch)
tree59821f7dec938e0f1e0ff330b1de849e5cb9bc47 /offapi/com/sun/star/sheet
parentbc7202aad393b17d0e2545001f7f869f683a7ec7 (diff)
Bin pointless "DocMerge" comment lines
Change-Id: I8eb2116b39929770f00e30d5ab9ca2c28c988e35
Diffstat (limited to 'offapi/com/sun/star/sheet')
-rw-r--r--offapi/com/sun/star/sheet/DatabaseRange.idl13
1 files changed, 0 insertions, 13 deletions
diff --git a/offapi/com/sun/star/sheet/DatabaseRange.idl b/offapi/com/sun/star/sheet/DatabaseRange.idl
index 1ba7ecaf01ed..156f28c75d22 100644
--- a/offapi/com/sun/star/sheet/DatabaseRange.idl
+++ b/offapi/com/sun/star/sheet/DatabaseRange.idl
@@ -40,36 +40,23 @@
*/
published service DatabaseRange
{
- // DocMerge: empty anyway
interface com::sun::star::sheet::XDatabaseRange;
-
- // DocMerge: empty anyway
interface com::sun::star::sheet::XCellRangeReferrer;
-
- // DocMerge: empty anyway
interface com::sun::star::beans::XPropertySet;
-
- // DocMerge: empty anyway
interface com::sun::star::container::XNamed;
[optional] interface com::sun::star::util::XRefreshable;
-
- // DocMerge from xml: property com::sun::star::sheet::DatabaseRange::MoveCells
/** if this property is set, columns or rows are inserted or deleted
when the size of the range is changed by an update operation.
*/
[property] boolean MoveCells;
-
- // DocMerge from xml: property com::sun::star::sheet::DatabaseRange::KeepFormats
/** if this property is set, cell formats are extended
when the size of the range is changed by an update operation.
*/
[property] boolean KeepFormats;
-
- // DocMerge from xml: property com::sun::star::sheet::DatabaseRange::StripData
/** if this property is set, the cell contents within the database
range are left out when the document is saved.
*/