diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-06-16 13:42:09 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-06-16 13:42:09 +0000 |
commit | 266d73b87ad4ab305a9a6c3bfa9084a9671bdc63 (patch) | |
tree | 6413d7246c65b59927f00acd5f09eb66d09fbb7c /sfx2 | |
parent | 51f16fd30dbe351720132f074b34e2db3da8e6c8 (diff) |
INTEGRATION: CWS hr51 (1.5.48); FILE MERGED
2008/06/06 15:09:51 hr 1.5.48.1: #i88947#: Solaris 64 bit support
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/docinsert.cxx | 4 |
1 files 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 ); // ======================================================================= |