summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-08-18 11:56:11 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-08-18 12:34:13 +0100
commit46906b68c443939beb9b0c44d3bef9c1ce9c39d9 (patch)
tree821088e62be796d8ce7a6110e1aff4f7f8015931 /include
parentb0041fd68ae1a9df91f8c3274e0b4003ef914a44 (diff)
callcatcher: update unused code
One of the SfxTabDialog ResID ctors is now gone, progress. Equally pleasing is that the last use of the old PercentField is gone now as well, so that can be removed and the new PercentFieldWrap can be renamed as PercentField to take its place Change-Id: I7a706e98d4dfdc3541da73c3375ee067a799b4bd
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/sidebar/SidebarPanelBase.hxx3
-rw-r--r--include/sfx2/sidebar/Theme.hxx1
-rw-r--r--include/sfx2/sidebar/Tools.hxx2
-rw-r--r--include/sfx2/tabdlg.hxx3
-rw-r--r--include/svx/nbdtmg.hxx1
-rw-r--r--include/svx/swframeexample.hxx1
6 files changed, 0 insertions, 11 deletions
diff --git a/include/sfx2/sidebar/SidebarPanelBase.hxx b/include/sfx2/sidebar/SidebarPanelBase.hxx
index 1c5515de18ce..cab01ceaba42 100644
--- a/include/sfx2/sidebar/SidebarPanelBase.hxx
+++ b/include/sfx2/sidebar/SidebarPanelBase.hxx
@@ -114,9 +114,6 @@ protected:
virtual void SAL_CALL disposing (void)
throw (cssu::RuntimeException);
- void SetControl (::Window* pControl);
- ::Window* GetControl (void) const;
-
private:
Window* mpControl;
const ::rtl::OUString msResourceURL;
diff --git a/include/sfx2/sidebar/Theme.hxx b/include/sfx2/sidebar/Theme.hxx
index 36a3431d749c..ae1e6a6fdcc4 100644
--- a/include/sfx2/sidebar/Theme.hxx
+++ b/include/sfx2/sidebar/Theme.hxx
@@ -149,7 +149,6 @@ public:
static const Wallpaper GetWallpaper (const ThemeItem eItem);
static sal_Int32 GetInteger (const ThemeItem eItem);
static bool GetBoolean (const ThemeItem eItem);
- static Rectangle GetRectangle (const ThemeItem eItem);
static bool IsHighContrastMode (void);
diff --git a/include/sfx2/sidebar/Tools.hxx b/include/sfx2/sidebar/Tools.hxx
index e43323ba6e7f..1515d1b4ccbb 100644
--- a/include/sfx2/sidebar/Tools.hxx
+++ b/include/sfx2/sidebar/Tools.hxx
@@ -55,8 +55,6 @@ public:
static css::awt::Gradient VclToAwtGradient (const Gradient aGradient);
static Gradient AwtToVclGradient (const css::awt::Gradient aGradient);
- static SvBorder RectangleToSvBorder (const Rectangle aBox);
-
static css::util::URL GetURL (const ::rtl::OUString& rsCommand);
static cssu::Reference<css::frame::XDispatch> GetDispatch (
const cssu::Reference<css::frame::XFrame>& rxFrame,
diff --git a/include/sfx2/tabdlg.hxx b/include/sfx2/tabdlg.hxx
index 1d4f5342951a..42c62d9d3890 100644
--- a/include/sfx2/tabdlg.hxx
+++ b/include/sfx2/tabdlg.hxx
@@ -139,9 +139,6 @@ public:
SfxTabDialog( Window* pParent, const ResId &rResId, const SfxItemSet * = 0,
sal_Bool bEditFmt = sal_False, const String *pUserButtonText = 0 );
- SfxTabDialog( SfxViewFrame *pViewFrame, Window* pParent, const ResId &rResId,
- const SfxItemSet * = 0, sal_Bool bEditFmt = sal_False,
- const String *pUserButtonText = 0 );
~SfxTabDialog();
sal_uInt16 AddTabPage( const OString& rName, // Name of the label for the page in the notebook .ui
diff --git a/include/svx/nbdtmg.hxx b/include/svx/nbdtmg.hxx
index c92bb0f2f354..ae3e6c3dd2cc 100644
--- a/include/svx/nbdtmg.hxx
+++ b/include/svx/nbdtmg.hxx
@@ -371,7 +371,6 @@ class SVX_DLLPUBLIC OutlineTypeMgr: public NBOTypeMgrBase
static OutlineTypeMgr* _instance;
public:
OutlineTypeMgr(const NBOType aType);
- OutlineTypeMgr(const NBOType aType,const SfxItemSet* pArg);
OutlineTypeMgr(const OutlineTypeMgr& aTypeMgr);
virtual ~OutlineTypeMgr() {}
virtual void Init();
diff --git a/include/svx/swframeexample.hxx b/include/svx/swframeexample.hxx
index 4023ce75bf3b..1414673f57a2 100644
--- a/include/svx/swframeexample.hxx
+++ b/include/svx/swframeexample.hxx
@@ -73,7 +73,6 @@ protected:
virtual void DataChanged( const DataChangedEvent& rDCEvt );
public:
- SvxSwFrameExample(Window* pParent, const ResId& rResID);
SvxSwFrameExample(Window* pParent, WinBits nStyle);
~SvxSwFrameExample();