From 4db3342e84dbbc80e0cb893b4739f6c617e9c19c Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Tue, 10 Nov 2015 22:36:21 +0100 Subject: update the RDF media types as well Change-Id: Ic10dbef286d12e897841fac352d7f6e36086ab20 --- offapi/com/sun/star/rdf/FileFormat.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'offapi/com/sun/star/rdf') diff --git a/offapi/com/sun/star/rdf/FileFormat.idl b/offapi/com/sun/star/rdf/FileFormat.idl index e517220df479..5b48ed2acc50 100644 --- a/offapi/com/sun/star/rdf/FileFormat.idl +++ b/offapi/com/sun/star/rdf/FileFormat.idl @@ -55,10 +55,10 @@ constants FileFormat const short NTRIPLES = 2; // "text/plain"; /// TriG - const short TRIG = 3; // "application/x-trig"; + const short TRIG = 3; // "application/trig"; /// TriX - const short TRIX = 4; // "if only the damn server were up I'd know"; + const short TRIX = 4; // "application/trix"; /// Turtle const short TURTLE = 5; // "application/turtle"; -- cgit