summaryrefslogtreecommitdiff
path: root/fpicker/source/unx/kde4/KDE4FPEntry.cxx
diff options
context:
space:
mode:
authorVladimir Glazunov <vg@openoffice.org>2010-09-29 10:24:13 +0200
committerVladimir Glazunov <vg@openoffice.org>2010-09-29 10:24:13 +0200
commit6064147f3f0808d37300364fa3f0ee9ac0019450 (patch)
tree8e9f0c193aa29d93cb8adaa7a86678c0e022fedf /fpicker/source/unx/kde4/KDE4FPEntry.cxx
parent3b124a9299868e00e76dc14ace2ba13840c35902 (diff)
parentd68595cb15dc62967830c40b72cf7f72f58a996e (diff)
CWS-TOOLING: integrate CWS sb129
Diffstat (limited to 'fpicker/source/unx/kde4/KDE4FPEntry.cxx')
-rw-r--r--fpicker/source/unx/kde4/KDE4FPEntry.cxx21
1 files changed, 0 insertions, 21 deletions
diff --git a/fpicker/source/unx/kde4/KDE4FPEntry.cxx b/fpicker/source/unx/kde4/KDE4FPEntry.cxx
index dfcb339452..c8425e5ce3 100644
--- a/fpicker/source/unx/kde4/KDE4FPEntry.cxx
+++ b/fpicker/source/unx/kde4/KDE4FPEntry.cxx
@@ -55,27 +55,6 @@ extern "C"
*ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
}
- sal_Bool SAL_CALL component_writeInfo( void*, void* pRegistryKey )
- {
- sal_Bool bRetVal = sal_True;
-
- if ( pRegistryKey )
- {
- try
- {
- Reference< XRegistryKey > pXNewKey( static_cast< XRegistryKey* >( pRegistryKey ) );
- pXNewKey->createKey( OUString::createFromAscii( FILE_PICKER_REGKEY_NAME ) );
- }
- catch( InvalidRegistryException& )
- {
- OSL_ENSURE( sal_False, "InvalidRegistryException caught" );
- bRetVal = sal_False;
- }
- }
-
- return bRetVal;
- }
-
void* SAL_CALL component_getFactory( const sal_Char* pImplName, uno_Interface* pSrvManager, uno_Interface* )
{
void* pRet = 0;