diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-05-02 14:45:02 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-05-02 14:45:02 +0000 |
commit | 297c938862ee8efc70d29bbee0beb3be73c77294 (patch) | |
tree | 89cade4cecf5b409548c2e1cc0af0fda94680867 /sc/sdi/tabvwsh.sdi | |
parent | b9e5ba1aa08c861d2fbdc844bafc1febe969fb77 (diff) |
INTEGRATION: CWS sfxcleanup (1.18.126); FILE MERGED
2006/03/02 09:26:09 mba 1.18.126.1: #132394#: remove superfluous code
Diffstat (limited to 'sc/sdi/tabvwsh.sdi')
-rw-r--r-- | sc/sdi/tabvwsh.sdi | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/sc/sdi/tabvwsh.sdi b/sc/sdi/tabvwsh.sdi index c266085befed..5b9a08a86975 100644 --- a/sc/sdi/tabvwsh.sdi +++ b/sc/sdi/tabvwsh.sdi @@ -4,9 +4,9 @@ * * $RCSfile: tabvwsh.sdi,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: rt $ $Date: 2005-09-08 18:15:21 $ + * last change: $Author: rt $ $Date: 2006-05-02 15:45:02 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -35,7 +35,7 @@ // =========================================================================== -interface TableOLEObject : Selection +interface TableOLEObject [ uuid ( "C04AA960-137B-11D3-B25B-006097DA68F3" ) ] @@ -52,7 +52,7 @@ interface TableOLEObject : Selection } //============================================================================ -interface Tables : Collection +interface Tables [ uuid = "5692EFC0-355B-11cf-89CB-008029E4B0B1" ; ] @@ -68,7 +68,7 @@ interface Tables : Collection } // =========================================================================== -interface BaseSelection : Selection +interface BaseSelection [ uuid = "02ABE040-137B-11D3-B25B-006097DA68F3" ; ] @@ -233,14 +233,14 @@ interface TableEditView : View // Pivot-Krempel // -interface DataPilotTables : Collection +interface DataPilotTables [ uuid ( "86DB0400-4EE6-11d1-89CB-008029E4B0B1" ) ] { } -interface DataPilotTable : Selection +interface DataPilotTable [ uuid ( "E8DBA2C1-4C5E-11d1-89CB-008029E4B0B1" ) ] @@ -249,14 +249,14 @@ interface DataPilotTable : Selection [ HelpText = "" ; ] } -interface DataPilotFields : Collection +interface DataPilotFields [ uuid ( "BA09AF20-4C70-11d1-89CB-008029E4B0B1" ) ] { } -interface DataPilotField : Object +interface DataPilotField [ uuid ( "D2C2C540-4C8B-11d1-89CB-008029E4B0B1" ) ] |