Kaydet (Commit) b1bb62dd authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS opofxmlstorage (1.27.30); FILE MERGED

2006/09/08 16:27:28 mav 1.27.30.2: RESYNC: (1.27-1.28); FILE MERGED
2006/08/16 15:44:16 mav 1.27.30.1: #i68684# support iconified objects
üst bc1b9d2d
......@@ -4,9 +4,9 @@
*
* $RCSfile: dlgfact.cxx,v $
*
* $Revision: 1.30 $
* $Revision: 1.31 $
*
* last change: $Author: obo $ $Date: 2006-10-12 12:11:14 $
* last change: $Author: obo $ $Date: 2006-10-13 11:21:38 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -311,6 +311,11 @@ BOOL AbstractInsertObjectDialog_Impl::IsCreateNew()
return pDlg->IsCreateNew();
}
::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > AbstractInsertObjectDialog_Impl::GetIconIfIconified( ::rtl::OUString* pGraphicMediaType )
{
return pDlg->GetIconIfIconified( pGraphicMediaType );
}
void AbstractPasteDialog_Impl::Insert( SotFormatStringId nFormat, const String & rFormatName )
{
pDlg->Insert( nFormat, rFormatName );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment