/* Configuration of subfolder names in the installation tree. The * values of these macros when configured will be strings. The names * of these macros reflect what the value would be in an "ideal" world * on Linux, not current reality. (For example LIBO_BIN_FOLDER is * actually "program" on Linux and most other Unixes.) */ #ifndef CONFIG_FOLDERS_H #define CONFIG_FOLDERS_H /* where the soffice executable and other end-user-invoked executables are */ #undef LIBO_BIN_FOLDER /* where the *rc / *.ini file are */ #undef LIBO_ETC_FOLDER /* where helper executables run by soffice are */ #undef LIBO_LIBEXEC_FOLDER /* where dynamic libraries loaded directly or programmatically are */ #undef LIBO_LIB_FOLDER /* where read-only resources are in general */ #undef LIBO_SHARE_FOLDER /* where help files are */ #undef LIBO_SHARE_HELP_FOLDER /* where dotnet libraries are */ #undef LIBO_SHARE_DOTNET_FOLDER /* where java jars are */ #undef LIBO_SHARE_JAVA_FOLDER /* the presets folder */ #undef LIBO_SHARE_PRESETS_FOLDER /* LO's own "resources" */ #undef LIBO_SHARE_RESOURCE_FOLDER /* LO's "shell" artwork */ #undef LIBO_SHARE_SHELL_FOLDER /* URE folders */ #undef LIBO_URE_BIN_FOLDER #undef LIBO_URE_ETC_FOLDER #undef LIBO_URE_LIB_FOLDER #undef LIBO_URE_MISC_FOLDER #undef LIBO_URE_SHARE_JAVA_FOLDER /* the source root directory of the build */ #undef SRC_ROOT /* the build directory of the build */ #undef BUILDDIR #endif eoffice-5-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-09-24 10:48:53 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-09-25 06:14:11 +0000
commit4266cd19650269c94c63168d1e9cbc105ff297f9 (patch)
tree3c748c119a7e9eb3441eb5c0689daf9c77943f4e /sd
parent835dacd27d2c925f4af2d85125445ac7b7a3253d (diff)
sd/source/filter boost::scoped_ptr->std::unique_ptr
Change-Id: I335ff685def480933d846657df81f28242059c18 Reviewed-on: https://gerrit.libreoffice.org/18823 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>