summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-08-27 10:07:54 +0200
committerNoel Grandin <noel@peralex.com>2013-08-29 09:30:07 +0200
commitb4824c891590ba78d084f155457d1246abfc638c (patch)
tree443dcde3bf95837bcf7228282b26b5cb5f1ed550 /include
parentaca6fd651270227b44e3e67d6517b79bafb6229b (diff)
convert includes/sfx2/frame.hxx from String to OUString
Change-Id: Ia69548250beb2896cab8c19fe2e635fdc9162f4d
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/frame.hxx2
-rw-r--r--include/svx/imapdlg.hxx2
-rw-r--r--include/svx/svxdlg.hxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/include/sfx2/frame.hxx b/include/sfx2/frame.hxx
index 5d5554e52174..7bff40381ee9 100644
--- a/include/sfx2/frame.hxx
+++ b/include/sfx2/frame.hxx
@@ -81,7 +81,7 @@ class SystemWindow;
class SfxFrame;
typedef ::std::vector<SfxFrame*> SfxFrameArr_Impl;
-typedef ::std::vector< String* > TargetList;
+typedef ::std::vector<OUString> TargetList;
#define SFXFRAME_HASTITLE 0x0001
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;}