diff options
Diffstat (limited to 'include/sfx2/frame.hxx')
-rw-r--r-- | include/sfx2/frame.hxx | 2 |
1 files changed, 1 insertions, 1 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 |