diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-05-02 14:43:47 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-05-02 14:43:47 +0000 |
commit | 17879a22ffcb73703442cad9298d0a2edeb8c351 (patch) | |
tree | 691ccc25544a45a88ad29e059d6d351be3fd25dd /sc/sdi | |
parent | f09c6bbabcc679f7cb81429a9d22a85032333e55 (diff) |
INTEGRATION: CWS sfxcleanup (1.12.128); FILE MERGED
2006/03/02 09:26:08 mba 1.12.128.1: #132394#: remove superfluous code
Diffstat (limited to 'sc/sdi')
-rw-r--r-- | sc/sdi/formatsh.sdi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/sdi/formatsh.sdi b/sc/sdi/formatsh.sdi index 75051d9c7a50..86cb1b99bdf1 100644 --- a/sc/sdi/formatsh.sdi +++ b/sc/sdi/formatsh.sdi @@ -4,9 +4,9 @@ * * $RCSfile: formatsh.sdi,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: rt $ $Date: 2005-09-08 18:11:34 $ + * last change: $Author: rt $ $Date: 2006-05-02 15:43:47 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -34,7 +34,7 @@ ************************************************************************/ // =========================================================================== -interface TableFont : Object +interface TableFont [ uuid ( "2E4AC1C0-137C-11D3-B25B-006097DA68F3" ) ] @@ -52,7 +52,7 @@ interface TableFont : Object } // =========================================================================== -interface FormatForSelection : Selection +interface FormatForSelection [ uuid ( "40F448A0-137C-11D3-B25B-006097DA68F3" ) ] |