summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-10-01 21:39:18 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-10-02 23:19:50 +0100
commit799e9515c08b9cf71e9294b5a1e83ab9d26d4b30 (patch)
treeeb2140cbf679d86ee9d4348fc359c2de5023ab15 /framework
parent4c97165615a795e1e43c6c440b1ed229caf7d63c (diff)
StatusBarDescriptor never used
Diffstat (limited to 'framework')
-rw-r--r--framework/inc/framework/statusbarconfiguration.hxx17
-rw-r--r--framework/source/fwe/xml/statusbarconfiguration.cxx2
2 files changed, 0 insertions, 19 deletions
diff --git a/framework/inc/framework/statusbarconfiguration.hxx b/framework/inc/framework/statusbarconfiguration.hxx
index cb515ad5f772..710f092c2720 100644
--- a/framework/inc/framework/statusbarconfiguration.hxx
+++ b/framework/inc/framework/statusbarconfiguration.hxx
@@ -42,23 +42,6 @@
namespace framework
{
-struct FWE_DLLPUBLIC StatusBarItemDescriptor
-{
- String aURL; // URL command to dispatch
- long nItemBits; // properties for this statusbar item (WinBits)
- long nWidth; // width of a statusbar item
- long nOffset; // offset
-
- public:
-
- StatusBarItemDescriptor() : nItemBits( SIB_CENTER | SIB_IN )
- ,nWidth( 0 )
- ,nOffset( STATUSBAR_OFFSET ) {}
-};
-
-typedef StatusBarItemDescriptor* StatusBarItemDescriptorPtr;
-SV_DECL_PTRARR_DEL( StatusBarDescriptor, StatusBarItemDescriptorPtr, 10, 2)
-
class FWE_DLLPUBLIC StatusBarConfiguration
{
public:
diff --git a/framework/source/fwe/xml/statusbarconfiguration.cxx b/framework/source/fwe/xml/statusbarconfiguration.cxx
index 613e45710622..d5f3f6173c23 100644
--- a/framework/source/fwe/xml/statusbarconfiguration.cxx
+++ b/framework/source/fwe/xml/statusbarconfiguration.cxx
@@ -64,8 +64,6 @@ using namespace ::com::sun::star::container;
namespace framework
{
-SV_IMPL_PTRARR( StatusBarDescriptor, StatusBarItemDescriptorPtr);
-
static Reference< XParser > GetSaxParser(
const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xServiceFactory
)