summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/unotools.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/unotools.hxx')
-rw-r--r--sw/source/uibase/inc/unotools.hxx12
1 files changed, 1 insertions, 11 deletions
diff --git a/sw/source/uibase/inc/unotools.hxx b/sw/source/uibase/inc/unotools.hxx
index c3c48705e969..96fc313ca617 100644
--- a/sw/source/uibase/inc/unotools.hxx
+++ b/sw/source/uibase/inc/unotools.hxx
@@ -45,16 +45,6 @@ public:
virtual void Resize() override;
};
-class MenuResource : public Resource
-{
- ResStringArray aMenuArray;
-
-public:
- MenuResource(const ResId& rResId);
-
- ResStringArray& GetMenuArray() {return aMenuArray;}
-};
-
#define EX_SHOW_ONLINE_LAYOUT 0x001
// hard zoom value
@@ -75,7 +65,7 @@ class SW_DLLPUBLIC SwOneExampleFrame
Idle aLoadedIdle;
Link<SwOneExampleFrame&,void> aInitializedLink;
- MenuResource aMenuRes;
+ ResStringArray aMenuRes;
OUString sArgumentURL;
SwView* pModuleView;