summaryrefslogtreecommitdiff
path: root/sfx2/inc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-08-01 18:34:24 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-08-01 18:34:46 +0200
commit791071825969a40a454ed2b9806ec8b5c3b08fe9 (patch)
tree9fee331088d043e2995f0c5b5e7f1c69701dce49 /sfx2/inc
parent23e5bb66436991d809d8d807f27d25f922fb062f (diff)
Remove unused code: those classes are unused
Change-Id: Ibf41655d40c9534629bbb0dd5ae600791b42922d
Diffstat (limited to 'sfx2/inc')
-rw-r--r--sfx2/inc/sfx2/fcontnr.hxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/sfx2/inc/sfx2/fcontnr.hxx b/sfx2/inc/sfx2/fcontnr.hxx
index d588771aae3a..bbccde13cfde 100644
--- a/sfx2/inc/sfx2/fcontnr.hxx
+++ b/sfx2/inc/sfx2/fcontnr.hxx
@@ -76,17 +76,6 @@ public:
{ pWindow = pWin; }
};
-class SfxFrameWindowFactory
-{
- typedef SfxFrameWindow* (*FactoryFunc)( SfxFrame* pParent, const String& rName );
- FactoryFunc pFunc;
- String aName;
-public:
- SfxFrameWindowFactory( FactoryFunc pFuncP, String aNameP );
- String GetURLWildCard() { return aName; }
- FactoryFunc GetFactory() { return pFunc; }
-};
-
typedef sal_uIntPtr (*SfxDetectFilter)( SfxMedium& rMedium, const SfxFilter **, SfxFilterFlags nMust, SfxFilterFlags nDont );
class SFX2_DLLPUBLIC SfxFilterContainer