diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-11-20 23:41:13 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-11-20 23:42:18 -0500 |
commit | 8e206be4ed997df73ef135d20694fc512b4d3d1b (patch) | |
tree | a606c07fd2258d44669185669984fd99ae686f6f /include/sfx2 | |
parent | e870448176f0616d279aa1c43ea62138e102b6bb (diff) |
Forgot to check this in. This should have been a part of the last commit.
Change-Id: Id2b75e6e64b11c523ffa862f2d99bf02c2adedc5
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/app.hxx | 16 | ||||
-rw-r--r-- | include/sfx2/docfile.hxx | 2 |
2 files changed, 0 insertions, 18 deletions
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<SfxObjectShell> 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<SfxMedium> SfxMediumRef; -typedef ::std::vector< SfxMedium* > SfxMediumList; - #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |