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
commitbf9b12979ce6c4a22277b6807df9f8cd56fe385f (patch)
tree78951d66df9277b883c620e840a42b0f5fbf7c94 /sfx2/source/appl/shutdowniconw32.cxx
parent6171f8df19ee7213f2a63517ff201d07b8eca5fb (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 fd3d094c9a..95dce73880 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;
}