summaryrefslogtreecommitdiff
path: root/cui/source/inc/cuitabarea.hxx
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2011-09-27 12:37:00 +0100
committerMichael Meeks <michael.meeks@suse.com>2011-09-27 15:07:12 +0100
commit642553238cc531f39049150ff52cf4e152b5abe6 (patch)
tree01e757db902775fe32e3af3ec43f9df7f8dac138 /cui/source/inc/cuitabarea.hxx
parentbc406a77b582ab799428b9fbf05afdbed75dbeb7 (diff)
add GetParentDialog to VCL's Window, and remove DLGWIN & cut/paste
Diffstat (limited to 'cui/source/inc/cuitabarea.hxx')
-rw-r--r--cui/source/inc/cuitabarea.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cui/source/inc/cuitabarea.hxx b/cui/source/inc/cuitabarea.hxx
index 69102bafe43b..64801cadd047 100644
--- a/cui/source/inc/cuitabarea.hxx
+++ b/cui/source/inc/cuitabarea.hxx
@@ -653,9 +653,9 @@ class SvxLoadSaveEmbed {
DECL_LINK( ClickLoadHdl_Impl, void * );
DECL_LINK( ClickSaveHdl_Impl, void * );
public:
- SvxLoadSaveEmbed( Window *pParent, const ResId &aLoad,
- const ResId &aSave, const ResId &aEmbed,
- const ResId &aTableName,
+ SvxLoadSaveEmbed( Window *pParent, Window *pDialog,
+ const ResId &aLoad, const ResId &aSave,
+ const ResId &aEmbed, const ResId &aTableName,
XPropertyListType t, XOutdevItemPool* mpXPool );
XPropertyListRef GetList();
void HideLoadSaveEmbed();