summaryrefslogtreecommitdiff
path: root/sc/sdi/pivotsh.sdi
diff options
context:
space:
mode:
Diffstat (limited to 'sc/sdi/pivotsh.sdi')
-rw-r--r--sc/sdi/pivotsh.sdi8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/sdi/pivotsh.sdi b/sc/sdi/pivotsh.sdi
index d763aa8c995a..4b2ddbef157e 100644
--- a/sc/sdi/pivotsh.sdi
+++ b/sc/sdi/pivotsh.sdi
@@ -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
@@ -26,10 +26,10 @@
************************************************************************/
interface Pivot
{
- // von Basic aus nicht erreichbar, darum alles mit Export = FALSE
+ // von Basic aus nicht erreichbar, darum alles mit Export = FALSE
- SID_PIVOT_RECALC [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
- SID_PIVOT_KILL [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
+ SID_PIVOT_RECALC [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
+ SID_PIVOT_KILL [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
SID_DP_FILTER [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
}