diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-09-03 14:20:24 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-09-03 15:55:05 +0200 |
commit | d110a0125251119d71f466b62b5250eae4be5f88 (patch) | |
tree | cafb25722368f63c15198dc2014ba86d48c885b7 /udkapi | |
parent | 278379697d82e4b4a3204e82fcdababebe2340f3 (diff) |
Some clean up of previous commit
Change-Id: I6507b731665eb3d98a8fbf3d445f6c85e6d49258
Diffstat (limited to 'udkapi')
-rw-r--r-- | udkapi/UnoApi_udkapi.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/udkapi/UnoApi_udkapi.mk b/udkapi/UnoApi_udkapi.mk index 6d1b84ab8882..d909fb62972e 100644 --- a/udkapi/UnoApi_udkapi.mk +++ b/udkapi/UnoApi_udkapi.mk @@ -326,9 +326,9 @@ $(eval $(call gb_UnoApi_add_idlfiles,udkapi,udkapi/com/sun/star/io,\ XObjectInputStream \ XObjectOutputStream \ XOutputStream \ - XPipe \ XPersist \ XPersistObject \ + XPipe \ XSeekable \ XSeekableInputStream \ XSequenceOutputStream \ |