summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/shutdowniconw32.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-02-06 11:34:52 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-02-06 11:34:52 +0000
commit7dbcd103e23e57f9b2ef1ed49fc857d0bb51c5af (patch)
tree4f57856cdfbe4cd0c57b37ed8761c7cde5aba700 /sfx2/source/appl/shutdowniconw32.cxx
parent7d608bad2f3e23c3c34d54c1fd5ffa185cf56374 (diff)
INTEGRATION: CWS c05v002 (1.33.114); FILE MERGED
2006/01/11 12:42:12 is 1.33.114.1: #130127# no quickstart for c05eval
Diffstat (limited to 'sfx2/source/appl/shutdowniconw32.cxx')
-rw-r--r--sfx2/source/appl/shutdowniconw32.cxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/sfx2/source/appl/shutdowniconw32.cxx b/sfx2/source/appl/shutdowniconw32.cxx
index 7a596cc0776a..515bf0ea693c 100644
--- a/sfx2/source/appl/shutdowniconw32.cxx
+++ b/sfx2/source/appl/shutdowniconw32.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: shutdowniconw32.cxx,v $
*
- * $Revision: 1.33 $
+ * $Revision: 1.34 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 17:48:58 $
+ * last change: $Author: rt $ $Date: 2006-02-06 12:34:52 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -892,6 +892,9 @@ BOOL CreateShortcut( const OUString& rAbsObject, const OUString& rAbsObjectPath,
bool ShutdownIcon::IsQuickstarterInstalled()
{
bool bQuickstarterInstalled = false;
+
+// Quick hack for 130127
+/*
HKEY hKey;
if ( ERROR_SUCCESS == RegOpenKeyEx( HKEY_CURRENT_USER, TEXT("Software\\OpenOffice.org"), 0, KEY_READ, &hKey ) )
@@ -916,7 +919,7 @@ bool ShutdownIcon::IsQuickstarterInstalled()
RegCloseKey( hKey );
}
}
-
+*/
return bQuickstarterInstalled;
}