diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-06-10 09:15:36 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-06-10 09:15:36 +0000 |
commit | cb5a63a2677ffb1a6f705f78ad7eb59dc0e17b13 (patch) | |
tree | 2f1108d2949cdb35766564a6bf2dc4e3892c5c85 /odk/examples/DevelopersGuide/Components/Thumbs | |
parent | 5689823b4d61489cb77638b6cb7bfb2d085405a3 (diff) |
INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED
2003/05/09 10:44:43 jsc 1.1.2.1: #109045# insert new and remove example zip file
Diffstat (limited to 'odk/examples/DevelopersGuide/Components/Thumbs')
-rw-r--r-- | odk/examples/DevelopersGuide/Components/Thumbs/org/openoffice/test/XImageShrink.idl | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/odk/examples/DevelopersGuide/Components/Thumbs/org/openoffice/test/XImageShrink.idl b/odk/examples/DevelopersGuide/Components/Thumbs/org/openoffice/test/XImageShrink.idl new file mode 100644 index 000000000000..0c8f8ec927fa --- /dev/null +++ b/odk/examples/DevelopersGuide/Components/Thumbs/org/openoffice/test/XImageShrink.idl @@ -0,0 +1,18 @@ +#ifndef __org_openoffice_test_XImageShrink_idl__ +#define __org_openoffice_test_XImageShrink_idl__ +#include <com/sun/star/uno/XInterface.idl> +#include <com/sun/star/awt/Size.idl> + +module org { module openoffice { module test { + +interface XImageShrink : com::sun::star::uno::XInterface { + + [attribute] string SourceDirectory; + [attribute] string DestinationDirectory; + [attribute] com::sun::star::awt::Size Dimension; + +}; + +}; }; }; + +#endif |