From b4824c891590ba78d084f155457d1246abfc638c Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 27 Aug 2013 10:07:54 +0200 Subject: convert includes/sfx2/frame.hxx from String to OUString Change-Id: Ia69548250beb2896cab8c19fe2e635fdc9162f4d --- include/svx/imapdlg.hxx | 2 +- include/svx/svxdlg.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'include/svx') diff --git a/include/svx/imapdlg.hxx b/include/svx/imapdlg.hxx index 9afd8b01a6fa..5c1fdfd90106 100644 --- a/include/svx/imapdlg.hxx +++ b/include/svx/imapdlg.hxx @@ -51,7 +51,7 @@ class ImageMap; \************************************************************************/ class Graphic; -typedef ::std::vector< String* > TargetList; +typedef ::std::vector< OUString > TargetList; class SVX_DLLPUBLIC SvxIMapDlgChildWindow : public SfxChildWindow { diff --git a/include/svx/svxdlg.hxx b/include/svx/svxdlg.hxx index 42da4c5c7f91..f42d3cb5b269 100644 --- a/include/svx/svxdlg.hxx +++ b/include/svx/svxdlg.hxx @@ -54,7 +54,7 @@ class Graphic; class SdrObject; class SvxSpellWrapper; -typedef ::std::vector< String* > TargetList; +typedef ::std::vector< OUString > TargetList; namespace svx{ class SpellDialogChildWindow;} -- cgit