From 266d73b87ad4ab305a9a6c3bfa9084a9671bdc63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Mon, 16 Jun 2008 13:42:09 +0000 Subject: [PATCH] INTEGRATION: CWS hr51 (1.5.48); FILE MERGED 2008/06/06 15:09:51 hr 1.5.48.1: #i88947#: Solaris 64 bit support --- sfx2/source/doc/docinsert.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sfx2/source/doc/docinsert.cxx b/sfx2/source/doc/docinsert.cxx index 3f8d9f1ace28..8fae29a1847c 100644 --- a/sfx2/source/doc/docinsert.cxx +++ b/sfx2/source/doc/docinsert.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: docinsert.cxx,v $ - * $Revision: 1.5 $ + * $Revision: 1.6 $ * * This file is part of OpenOffice.org. * @@ -61,7 +61,7 @@ using namespace ::com::sun::star::ui::dialogs; using namespace ::com::sun::star::uno; // implemented in 'sfx2/source/appl/appopen.cxx' -extern ULONG CheckPasswd_Impl( SfxObjectShell* pDoc, SfxItemPool &rPool, SfxMedium* pFile ); +extern sal_uInt32 CheckPasswd_Impl( SfxObjectShell* pDoc, SfxItemPool &rPool, SfxMedium* pFile ); // =======================================================================