ab3d2e568f
...which only happens to work in environments where sizeof (bool) == 1. The simpler alternative is to use the Any ctor template without passing explicit UNO type information, anyway. The std::nullptr_t overloads are needed to disambiguate calls with a nullptr argument. (Which can at least be meaningful for VOID, but for other types what it happens to do is store a default value of the given type.) As std::nullptr_t is only C++11, this all needs to be LIBO_INTERNAL_ONLY. Change-Id: I0f72c73a088ef96e069c3ed8c78546b16d89b50a |
||
---|---|---|
.. | ||
inc/pch | ||
source | ||
uiconfig/ui | ||
util | ||
AllLangResTarget_cui.mk | ||
Library_cui.mk | ||
Makefile | ||
Module_cui.mk | ||
README | ||
UIConfig_cui.mk |
Common User Interface It was moved out from svx in DEV300m68: http://www.mail-archive.com/dev@openoffice.org/msg12925.html It contains dialogs used by more than one application, e.g. paragraph properties.