summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/PlaceholderType.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/PlaceholderType.idl')
-rw-r--r--offapi/com/sun/star/text/PlaceholderType.idl12
1 files changed, 0 insertions, 12 deletions
diff --git a/offapi/com/sun/star/text/PlaceholderType.idl b/offapi/com/sun/star/text/PlaceholderType.idl
index 34ec630d085e..1a3473f0786b 100644
--- a/offapi/com/sun/star/text/PlaceholderType.idl
+++ b/offapi/com/sun/star/text/PlaceholderType.idl
@@ -23,38 +23,26 @@
module com { module sun { module star { module text {
-
-// DocMerge from idl: constants com::sun::star::text::PlaceholderType
/** These constants define how the place-holder text fields act in a document.
*/
published constants PlaceholderType
{
-
- // DocMerge from idl: value com::sun::star::text::PlaceholderType::TEXT
/** The field represents a piece of text.
*/
const short TEXT = 0;
-
- // DocMerge from idl: value com::sun::star::text::PlaceholderType::TABLE
/** The field initiates the insertion of a text table.
*/
const short TABLE = 1;
-
- // DocMerge from idl: value com::sun::star::text::PlaceholderType::TEXTFRAME
/** The field initiates the insertion of a text frame.
*/
const short TEXTFRAME = 2;
-
- // DocMerge from idl: value com::sun::star::text::PlaceholderType::GRAPHIC
/** The field initiates the insertion of a graphic object.
*/
const short GRAPHIC = 3;
-
- // DocMerge from idl: value com::sun::star::text::PlaceholderType::OBJECT
/** The field initiates the insertion of an embedded object.
*/
const short OBJECT = 4;