summaryrefslogtreecommitdiff
path: root/include/sfx2/app.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-11-20 23:41:13 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-11-20 23:42:18 -0500
commit8e206be4ed997df73ef135d20694fc512b4d3d1b (patch)
treea606c07fd2258d44669185669984fd99ae686f6f /include/sfx2/app.hxx
parente870448176f0616d279aa1c43ea62138e102b6bb (diff)
Forgot to check this in. This should have been a part of the last commit.
Change-Id: Id2b75e6e64b11c523ffa862f2d99bf02c2adedc5
Diffstat (limited to 'include/sfx2/app.hxx')
-rw-r--r--include/sfx2/app.hxx16
1 files changed, 0 insertions, 16 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;