summaryrefslogtreecommitdiff
path: root/sfx2/source
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-01-27 07:32:01 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-01-28 06:19:49 +0000
commitfe480d8136b204c8dc6c68916cce7e816f8b9c48 (patch)
tree656e9239fa6a93099148d3806c1af93007059769 /sfx2/source
parentd1c9bd13ec7af93f5368dfda6d6d3c955f0b0816 (diff)
remove unused typedefs
found with some minor modifications to find/find-unused-defines.sh Change-Id: I18cc479adedc7a0dada68a4aeef08300e62631dd Reviewed-on: https://gerrit.libreoffice.org/14194 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sfx2/source')
-rw-r--r--sfx2/source/inc/appdata.hxx1
-rw-r--r--sfx2/source/sidebar/DeckDescriptor.hxx1
-rw-r--r--sfx2/source/sidebar/PanelDescriptor.hxx1
3 files changed, 0 insertions, 3 deletions
diff --git a/sfx2/source/inc/appdata.hxx b/sfx2/source/inc/appdata.hxx
index ab3745010900..3c17d3b49259 100644
--- a/sfx2/source/inc/appdata.hxx
+++ b/sfx2/source/inc/appdata.hxx
@@ -63,7 +63,6 @@ namespace sfx2 {
namespace sidebar { class Theme; }
}
-typedef Link* LinkPtr;
typedef std::vector<SfxDdeDocTopic_Impl*> SfxDdeDocTopics_Impl;
diff --git a/sfx2/source/sidebar/DeckDescriptor.hxx b/sfx2/source/sidebar/DeckDescriptor.hxx
index 195533eab9ea..318f65adf500 100644
--- a/sfx2/source/sidebar/DeckDescriptor.hxx
+++ b/sfx2/source/sidebar/DeckDescriptor.hxx
@@ -45,7 +45,6 @@ public:
DeckDescriptor (const DeckDescriptor& rOther);
~DeckDescriptor (void);
};
-typedef ::boost::shared_ptr<DeckDescriptor> SharedDeckDescriptor;
} } // end of namespace sfx2::sidebar
diff --git a/sfx2/source/sidebar/PanelDescriptor.hxx b/sfx2/source/sidebar/PanelDescriptor.hxx
index d53414d1c3ce..29b4d6d86435 100644
--- a/sfx2/source/sidebar/PanelDescriptor.hxx
+++ b/sfx2/source/sidebar/PanelDescriptor.hxx
@@ -46,7 +46,6 @@ public:
PanelDescriptor (const PanelDescriptor& rPanelDescriptor);
~PanelDescriptor (void);
};
-typedef ::boost::shared_ptr<PanelDescriptor> SharedPanelDescriptor;
} } // end of namespace sfx2::sidebar