summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-07-22 08:49:44 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-07-22 09:54:38 +0100
commitc1dd91a93c59b19ed9542da61e5b1ce43cf4ffbf (patch)
treec768ab956587ac40ee05dfdea40939ea6609f83e /include
parent00639459f148ecb8033f42d5f810858729d24501 (diff)
callcatcher: update unused code
Change-Id: I1dd1b40d807c7c9d9b145aca9f69a67d786ec5ff
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/objface.hxx1
-rw-r--r--include/svtools/urlcontrol.hxx1
-rw-r--r--include/svx/sdr/attribute/sdrallfillattributeshelper.hxx1
-rw-r--r--include/tools/rc.h3
-rw-r--r--include/vbahelper/vbahelper.hxx3
-rw-r--r--include/vcl/fixed.hxx3
-rw-r--r--include/vcl/tabdlg.hxx2
7 files changed, 0 insertions, 14 deletions
diff --git a/include/sfx2/objface.hxx b/include/sfx2/objface.hxx
index ea2390dd9696..35d9357b1ce1 100644
--- a/include/sfx2/objface.hxx
+++ b/include/sfx2/objface.hxx
@@ -69,7 +69,6 @@ public:
{ return aNameResId.GetResMgr(); }
const SfxInterface* GetGenoType() const { return pGenoType; }
- const SfxInterface* GetRealInterfaceForSlot( const SfxSlot* ) const;
void RegisterObjectBar( sal_uInt16, const ResId&, const OUString* pST=0 );
void RegisterObjectBar( sal_uInt16, const ResId&, sal_uInt32 nFeature, const OUString* pST=0 );
diff --git a/include/svtools/urlcontrol.hxx b/include/svtools/urlcontrol.hxx
index 33442d864d15..38c3099da9fd 100644
--- a/include/svtools/urlcontrol.hxx
+++ b/include/svtools/urlcontrol.hxx
@@ -37,7 +37,6 @@ namespace svt
OUString m_sPreservedText;
public:
- OFileURLControl(Window* _pParent, const ResId& _rId);
OFileURLControl(Window* _pParent, WinBits nStyle);
protected:
diff --git a/include/svx/sdr/attribute/sdrallfillattributeshelper.hxx b/include/svx/sdr/attribute/sdrallfillattributeshelper.hxx
index f58f509e167c..b7c350ba460a 100644
--- a/include/svx/sdr/attribute/sdrallfillattributeshelper.hxx
+++ b/include/svx/sdr/attribute/sdrallfillattributeshelper.hxx
@@ -48,7 +48,6 @@ namespace drawinglayer
protected:
public:
- SdrAllFillAttributesHelper();
SdrAllFillAttributesHelper(const Color& rColor);
SdrAllFillAttributesHelper(const SfxItemSet& rSet);
~SdrAllFillAttributesHelper();
diff --git a/include/tools/rc.h b/include/tools/rc.h
index 834b8b31aa04..20fb80492c9a 100644
--- a/include/tools/rc.h
+++ b/include/tools/rc.h
@@ -50,9 +50,6 @@ typedef short RSWND_STYLE;
#define WORKWIN_SHOWMINIMIZED 1
#define WORKWIN_SHOWMAXIMIZED 2
-// For "FixedBitmap" resource:
-#define RSC_FIXEDBITMAP_BITMAP 0x0001
-
// For "FixedImage" resource:
#define RSC_FIXEDIMAGE_IMAGE 0x0001
diff --git a/include/vbahelper/vbahelper.hxx b/include/vbahelper/vbahelper.hxx
index 8e56341fac98..7b2d811f10c0 100644
--- a/include/vbahelper/vbahelper.hxx
+++ b/include/vbahelper/vbahelper.hxx
@@ -249,9 +249,6 @@ public:
static void runtimeexception( const OUString& DetailedMessage, const css::uno::Exception& ex, int err, const OUString& /*additionalArgument*/ ) throw( css::uno::RuntimeException );
static void runtimeexception( int err, const OUString& additionalArgument ) throw( css::uno::RuntimeException );
-
- static void runtimeexception( const css::uno::Exception& ex ) throw( css::uno::RuntimeException );
-
};
} // vba
diff --git a/include/vcl/fixed.hxx b/include/vcl/fixed.hxx
index 33a6632f3243..e215e9911d6d 100644
--- a/include/vcl/fixed.hxx
+++ b/include/vcl/fixed.hxx
@@ -138,9 +138,6 @@ private:
SAL_DLLPRIVATE void ImplDraw( OutputDevice* pDev, sal_uLong nDrawFlags,
const Point& rPos, const Size& rSize );
-protected:
- SAL_DLLPRIVATE void ImplLoadRes( const ResId& rResId );
-
public:
explicit FixedBitmap( Window* pParent, WinBits nStyle = 0 );
virtual ~FixedBitmap();
diff --git a/include/vcl/tabdlg.hxx b/include/vcl/tabdlg.hxx
index a990b8e46a24..312a6a32fee0 100644
--- a/include/vcl/tabdlg.hxx
+++ b/include/vcl/tabdlg.hxx
@@ -45,8 +45,6 @@ public:
virtual void StateChanged( StateChangedType nStateChange ) SAL_OVERRIDE;
- void AdjustLayout();
-
void SetViewWindow( Window* pWindow ) { mpViewWindow = pWindow; }
Window* GetViewWindow() const { return mpViewWindow; }
void SetViewAlign( WindowAlign eAlign ) { meViewAlign = eAlign; }