summaryrefslogtreecommitdiff
path: root/desktop/source/app/appfirststart.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-06-24 16:15:05 +0000
committerKurt Zenker <kz@openoffice.org>2008-06-24 16:15:05 +0000
commitcd8bd617e7d331fdb46b54a3be7c2415cf032ede (patch)
tree8a2a0428808d795d8a31c6c66327b268aefdcb8c /desktop/source/app/appfirststart.cxx
parent432fd3499c699e543dad9b82f489c643ab9d4420 (diff)
INTEGRATION: CWS obo30 (1.5.44); FILE MERGED
2008/06/06 10:31:17 obo 1.5.44.2: #i90100# EOL missing 2008/06/02 15:28:07 obo 1.5.44.1: #i90100# ambiguous Bootstrap during ENABLE_PCH build
Diffstat (limited to 'desktop/source/app/appfirststart.cxx')
-rw-r--r--desktop/source/app/appfirststart.cxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/desktop/source/app/appfirststart.cxx b/desktop/source/app/appfirststart.cxx
index 061490e531..1c8a1ed877 100644
--- a/desktop/source/app/appfirststart.cxx
+++ b/desktop/source/app/appfirststart.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: appfirststart.cxx,v $
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
* This file is part of OpenOffice.org.
*
@@ -27,6 +27,8 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
+// MARKER(update_precomp.py): autogen include statement, do not remove
+#include "precompiled_desktop.hxx"
#include <osl/file.hxx>
#include <rtl/bootstrap.hxx>
@@ -268,3 +270,4 @@ sal_Bool Desktop::IsFirstStartWizardNeeded()
{
return impl_isFirstStart() || !impl_isLicenseAccepted();
}
+