summaryrefslogtreecommitdiff
path: root/extensions/source/abpilot/fieldmappingimpl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/abpilot/fieldmappingimpl.hxx')
-rw-r--r--extensions/source/abpilot/fieldmappingimpl.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/extensions/source/abpilot/fieldmappingimpl.hxx b/extensions/source/abpilot/fieldmappingimpl.hxx
index 3cbe2919bb3a..4d0b26e9c166 100644
--- a/extensions/source/abpilot/fieldmappingimpl.hxx
+++ b/extensions/source/abpilot/fieldmappingimpl.hxx
@@ -36,8 +36,7 @@ namespace com { namespace sun { namespace star {
class XPropertySet;
}
} } }
-namespace vcl { class Window; }
-
+namespace weld { class Window; }
namespace abp
{
@@ -59,7 +58,7 @@ namespace abp
*/
bool invokeDialog(
const css::uno::Reference< css::uno::XComponentContext >& _rxORB,
- class vcl::Window* _pParent,
+ class weld::Window* _pParent,
const css::uno::Reference< css::beans::XPropertySet >& _rxDataSource,
AddressSettings& _rSettings
);