diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-05-29 23:39:23 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-05-29 23:46:57 +0900 |
commit | 6b915b210aeebeed104ab3e266c4ebc67c1c9d46 (patch) | |
tree | 51da3252920671fc9f19a97685e88311157e8d71 /vcl/aqua | |
parent | bdca5df2644d4653665f7360c24f7757f46dcef0 (diff) |
nuke unused typedef
Change-Id: I12a55e08a83b88221d992790c97c830761755582
Diffstat (limited to 'vcl/aqua')
-rw-r--r-- | vcl/aqua/source/dtrans/DataFlavorMapping.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/aqua/source/dtrans/DataFlavorMapping.cxx b/vcl/aqua/source/dtrans/DataFlavorMapping.cxx index e0db6887ad05..4bc25e973d2d 100644 --- a/vcl/aqua/source/dtrans/DataFlavorMapping.cxx +++ b/vcl/aqua/source/dtrans/DataFlavorMapping.cxx @@ -39,7 +39,6 @@ #include <rtl/memory.h> #include <osl/endian.h> -#include <vector> #include <stdio.h> #include <premac.h> @@ -70,8 +69,6 @@ namespace // private return ((len > 0) && ((dtype == CPPUTYPE_SEQINT8) || (dtype == CPPUTYPE_OUSTRING))); } - typedef vector<sal_Unicode> UnicodeBuffer; - NSString* PBTYPE_SODX = @"application/x-openoffice-objectdescriptor-xml;windows_formatname=\"Star Object Descriptor (XML)\""; NSString* PBTYPE_SESX = @"application/x-openoffice-embed-source-xml;windows_formatname=\"Star Embed Source (XML)\""; NSString* PBTYPE_SLSDX = @"application/x-openoffice-linksrcdescriptor-xml;windows_formatname=\"Star Link Source Descriptor (XML)\""; |