#!/bin/sh
# wrapper script for OOos SDK programs

LD_LIBRARY_PATH=/usr/lib/libreoffice/program /usr/lib/libreoffice/sdk/bin/`basename $0`.bin "$@"
