diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-11-23 12:23:48 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-11-23 13:22:59 -0500 |
commit | 1e37a5519501627490597dba4640b43e6e32e1a4 (patch) | |
tree | 8520db151e9346b9e5761375f3cf7e4fa9769bfd /include/sfx2/frame.hxx | |
parent | 8d007c83ea064baebf6a77ca9ad1418c66892249 (diff) |
Forward-declare SfxFrameArr_Impl in sfx2/frame.hxx.
Change-Id: I49f0a16655114bf212ffec957bc6560075115e5c
Diffstat (limited to 'include/sfx2/frame.hxx')
-rw-r--r-- | include/sfx2/frame.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/sfx2/frame.hxx b/include/sfx2/frame.hxx index 954846855339..ecf87e437df7 100644 --- a/include/sfx2/frame.hxx +++ b/include/sfx2/frame.hxx @@ -76,9 +76,7 @@ class Rectangle; class SfxRequest; class SfxUnoControllerItem; class SystemWindow; - -class SfxFrame; -typedef ::std::vector<SfxFrame*> SfxFrameArr_Impl; +class SfxFrameArr_Impl; typedef ::std::vector<OUString> TargetList; |