Kaydet (Commit) 22f78eec authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS fwk29 (1.16.214); FILE MERGED

2006/01/05 14:12:04 as 1.16.214.1: #i59272# set frame explicitly on Customize-Toolbar-Menu dialog
üst e45f71d2
......@@ -4,9 +4,9 @@
*
* $RCSfile: dlgfact.hxx,v $
*
* $Revision: 1.16 $
* $Revision: 1.17 $
*
* last change: $Author: rt $ $Date: 2005-09-08 20:59:12 $
* last change: $Author: rt $ $Date: 2006-02-07 10:17:07 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -41,6 +41,10 @@
#include <com/sun/star/container/XNameReplace.hpp>
#endif
#ifndef _COM_SUN_STAR_FRAME_XFRAME_HPP_
#include <com/sun/star/frame/XFrame.hpp>
#endif
//#include <sfx2/basedlgs.hxx>
//#include "dstribut.hxx"
//#include "cuigaldlg.hxx"
......@@ -572,6 +576,12 @@ public:
SfxViewFrame* pViewFrame,
bool bEditFmt=false,
const String *pUserButtonText=0 );
virtual SfxAbstractTabDialog* CreateTabDialog( const ResId& rResId,
Window* pParent,
const SfxItemSet* pAttrSet,
const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& xViewFrame,
bool bEditFmt=false,
const String *pUserButtonText=0 );
virtual SfxAbstractTabDialog* CreateTextTabDialog( Window* pParent,
const SfxItemSet* pAttrSet,
const ResId& rResId,
......
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