diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-02-25 04:16:08 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-02-25 04:16:08 +0100 |
commit | 7cbeac07d21413443889e6ee777a428782e746ae (patch) | |
tree | a03b4cb3027589e54fb677747123a4c911332c63 /sfx2/Library_sfx.mk | |
parent | 89003e9bd84634ac252c7cace5c7dfb53af1126d (diff) |
Remove useless SfxStringEncode and SfxStringDecode
They return empty strings. SearchAndReplace is a stray declaration
from historic misc.cxx.
Change-Id: Ia7aa970a8ca200bd7bdc5ed688a8f00d092c9561
Diffstat (limited to 'sfx2/Library_sfx.mk')
-rw-r--r-- | sfx2/Library_sfx.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sfx2/Library_sfx.mk b/sfx2/Library_sfx.mk index f8024b1e7cf1..13617c5152c2 100644 --- a/sfx2/Library_sfx.mk +++ b/sfx2/Library_sfx.mk @@ -123,7 +123,6 @@ $(eval $(call gb_Library_add_exception_objects,sfx,\ sfx2/source/bastyp/helper \ sfx2/source/bastyp/mieclip \ sfx2/source/bastyp/minarray \ - sfx2/source/bastyp/misc \ sfx2/source/bastyp/progress \ sfx2/source/bastyp/sfxhtml \ sfx2/source/bastyp/sfxresid \ |