From 8e206be4ed997df73ef135d20694fc512b4d3d1b Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Thu, 20 Nov 2014 23:41:13 -0500 Subject: Forgot to check this in. This should have been a part of the last commit. Change-Id: Id2b75e6e64b11c523ffa862f2d99bf02c2adedc5 --- include/sfx2/app.hxx | 16 ---------------- include/sfx2/docfile.hxx | 2 -- 2 files changed, 18 deletions(-) (limited to 'include/sfx2') diff --git a/include/sfx2/app.hxx b/include/sfx2/app.hxx index ee63e4043487..b2e5878254d2 100644 --- a/include/sfx2/app.hxx +++ b/include/sfx2/app.hxx @@ -90,8 +90,6 @@ class ModalDialog; class SbxArray; class SbxValue; -typedef ::std::vector< SfxMedium* > SfxMediumList; - namespace sfx2 { class SvLinkSource; @@ -113,20 +111,6 @@ public: const Link& GetValue() const { return aLink; } }; -//TODO/CLEANUP -//is apparently used only in SfxPickList/SfxFrameLoader -class SfxStringHint: public SfxSimpleHint -{ - OUString aObj; - -public: - SfxStringHint( sal_uInt16 nId, const OUString& rObject ): - SfxSimpleHint( nId ), - aObj(rObject) { } - const OUString& GetObject() const { return aObj; } - virtual ~SfxStringHint() {} -}; - #ifndef SFX_DECL_OBJECTSHELL_DEFINED #define SFX_DECL_OBJECTSHELL_DEFINED typedef tools::SvRef SfxObjectShellRef; diff --git a/include/sfx2/docfile.hxx b/include/sfx2/docfile.hxx index 4dd66dbf86a1..92dc4759e84b 100644 --- a/include/sfx2/docfile.hxx +++ b/include/sfx2/docfile.hxx @@ -274,8 +274,6 @@ public: typedef tools::SvRef SfxMediumRef; -typedef ::std::vector< SfxMedium* > SfxMediumList; - #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit