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/svxdlg.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/svx/svxdlg.hxx') 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