From bcdea3b379637a98e5bbc304078149ca6c2b6e03 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 13 Dec 2011 12:37:00 +0100 Subject: Simplified, type-safe C++ configuration access. * New offapi com.sun.star.configuration entities to access the complete configuration read-only or read/write... * ...configmgr adapted to support those new services/singletons... * ...new unotools/configuration.hxx is the type-safe C++ plumbing on top of that... * ...officecfg now generates C++ headers to access all the properties and sets given in the .xcs files... * ...and svl's asiancfg.cxx exemplarily makes use of the new officecfg/Office/Common.hxx to access the configuration. * There is still TODOs: For one, see those listed in officecfg/registry/cppheader.xsl. For another, at least a notification mechanism for the new read-only configuration access and the C++ wrapper is missing. --- officecfg/Module_officecfg.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'officecfg/Module_officecfg.mk') diff --git a/officecfg/Module_officecfg.mk b/officecfg/Module_officecfg.mk index 22d91c9692bc..6db580498ba3 100644 --- a/officecfg/Module_officecfg.mk +++ b/officecfg/Module_officecfg.mk @@ -20,6 +20,7 @@ $(eval $(call gb_Module_Module,officecfg)) $(eval $(call gb_Module_add_targets,officecfg,\ + Package_cppheader \ Package_misc \ Package_tools \ Configuration_officecfg \ -- cgit v1.2.3