summaryrefslogtreecommitdiff
path: root/extensions/source
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-12-13 11:01:51 +0000
committerKurt Zenker <kz@openoffice.org>2006-12-13 11:01:51 +0000
commit8adae72e9cc7ea31255ed88152cf2afe5d36f9fd (patch)
treeaf55ff4ac6f7e88cea42d3ff20d550ef4c33ff15 /extensions/source
parent8f31e59ee7a0281e7dfffd2f9c06ae586a11a3c6 (diff)
INTEGRATION: CWS oihelp (1.7.42); FILE MERGED
2006/11/15 14:31:12 fs 1.7.42.2: #i71485# implement a DefaultHelpProvider 2006/11/13 12:48:38 fs 1.7.42.1: #i71485# changes in the css.inspection interfaces, make this here compile only for the moment
Diffstat (limited to 'extensions/source')
-rw-r--r--extensions/source/propctrlr/pcrservices.cxx10
1 files changed, 6 insertions, 4 deletions
diff --git a/extensions/source/propctrlr/pcrservices.cxx b/extensions/source/propctrlr/pcrservices.cxx
index 4d8f2100b013..bee007abb6c5 100644
--- a/extensions/source/propctrlr/pcrservices.cxx
+++ b/extensions/source/propctrlr/pcrservices.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: pcrservices.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 13:20:47 $
+ * last change: $Author: kz $ $Date: 2006-12-13 12:01:51 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -52,6 +52,7 @@ using namespace ::com::sun::star::registry;
extern "C" void SAL_CALL createRegistryInfo_OPropertyBrowserController();
extern "C" void SAL_CALL createRegistryInfo_FormController();
extern "C" void SAL_CALL createRegistryInfo_DefaultFormComponentInspectorModel();
+extern "C" void SAL_CALL createRegistryInfo_DefaultHelpProvider();
extern "C" void SAL_CALL createRegistryInfo_OControlFontDialog();
extern "C" void SAL_CALL createRegistryInfo_OTabOrderDialog();
extern "C" void SAL_CALL createRegistryInfo_CellBindingPropertyHandler();
@@ -75,6 +76,7 @@ extern "C" void SAL_CALL pcr_initializeModule()
createRegistryInfo_OPropertyBrowserController();
createRegistryInfo_FormController();
createRegistryInfo_DefaultFormComponentInspectorModel();
+ createRegistryInfo_DefaultHelpProvider();
createRegistryInfo_OControlFontDialog();
createRegistryInfo_OTabOrderDialog();
createRegistryInfo_CellBindingPropertyHandler();
@@ -95,7 +97,7 @@ extern "C" void SAL_CALL pcr_initializeModule()
extern "C" void SAL_CALL component_getImplementationEnvironment(
const sal_Char **ppEnvTypeName,
- uno_Environment **ppEnv
+ uno_Environment ** /*ppEnv*/
)
{
pcr_initializeModule();
@@ -127,7 +129,7 @@ extern "C" sal_Bool SAL_CALL component_writeInfo(
extern "C" void* SAL_CALL component_getFactory(
const sal_Char* pImplementationName,
void* pServiceManager,
- void* pRegistryKey)
+ void* /*pRegistryKey*/)
{
Reference< XInterface > xRet;
if (pServiceManager && pImplementationName)