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.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/abpilot/fieldmappingimpl.hxx b/extensions/source/abpilot/fieldmappingimpl.hxx
index df5e71ae5052..7ac1e5fb7fb3 100644
--- a/extensions/source/abpilot/fieldmappingimpl.hxx
+++ b/extensions/source/abpilot/fieldmappingimpl.hxx
@@ -36,7 +36,7 @@ namespace com { namespace sun { namespace star {
class XPropertySet;
}
} } }
-class Window;
+namespace vcl { class Window; }
namespace abp
@@ -61,7 +61,7 @@ namespace abp
*/
bool invokeDialog(
const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& _rxORB,
- class Window* _pParent,
+ class vcl::Window* _pParent,
const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxDataSource,
AddressSettings& _rSettings
);