summaryrefslogtreecommitdiffstats
path: root/svtools/inc
diff options
context:
space:
mode:
authorSzabolcs Dezsi <dezsiszabi@hotmail.com>2012-02-27 11:23:51 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-02-27 11:23:51 +0000
commit2b179ca1744d12630488619f948e5eb860e1fb41 (patch)
treeea71499aee7ec222439a731578cd409c1efda571 /svtools/inc
parentfix msvc2005 build (diff)
downloadcore-2b179ca1744d12630488619f948e5eb860e1fb41.tar.gz
core-2b179ca1744d12630488619f948e5eb860e1fb41.zip
Removed unused code
Diffstat (limited to 'svtools/inc')
-rw-r--r--svtools/inc/svtools/apearcfg.hxx1
-rw-r--r--svtools/inc/svtools/ivctrl.hxx1
-rw-r--r--svtools/inc/svtools/scriptedtext.hxx12
-rw-r--r--svtools/inc/svtools/svlbox.hxx1
4 files changed, 0 insertions, 15 deletions
diff --git a/svtools/inc/svtools/apearcfg.hxx b/svtools/inc/svtools/apearcfg.hxx
index c423f24c6c79..ee6717b5a0ac 100644
--- a/svtools/inc/svtools/apearcfg.hxx
+++ b/svtools/inc/svtools/apearcfg.hxx
@@ -74,7 +74,6 @@ public:
virtual void Notify( const com::sun::star::uno::Sequence< rtl::OUString >& _rPropertyNames);
sal_uInt16 GetDragMode () const { return nDragMode; }
- void SetDragMode ( sal_uInt16 nSet );
sal_uInt16 GetScaleFactor () const { return nScaleFactor; }
void SetScaleFactor ( sal_uInt16 nSet );
diff --git a/svtools/inc/svtools/ivctrl.hxx b/svtools/inc/svtools/ivctrl.hxx
index 96475e71eb33..9dae703e3bff 100644
--- a/svtools/inc/svtools/ivctrl.hxx
+++ b/svtools/inc/svtools/ivctrl.hxx
@@ -273,7 +273,6 @@ protected:
public:
SvtIconChoiceCtrl( Window* pParent, WinBits nWinStyle = WB_ICON | WB_BORDER );
- SvtIconChoiceCtrl( Window* pParent, const ResId& rResId );
virtual ~SvtIconChoiceCtrl();
void SetStyle( WinBits nWinStyle );
diff --git a/svtools/inc/svtools/scriptedtext.hxx b/svtools/inc/svtools/scriptedtext.hxx
index d7114042562b..52c2428a0720 100644
--- a/svtools/inc/svtools/scriptedtext.hxx
+++ b/svtools/inc/svtools/scriptedtext.hxx
@@ -87,18 +87,6 @@ public:
const ::rtl::OUString& _rText,
const ::com::sun::star::uno::Reference< ::com::sun::star::i18n::XBreakIterator >& _xBreakIter );
- /** Returns the previously set text.
- @return The current text. */
- const ::rtl::OUString& GetText() const;
-
- /** Returns the calculated width the text will take in the current output device.
- @return The calculated text width. */
- sal_Int32 GetTextWidth() const;
-
- /** Returns the maximum height the text will take in the current output device.
- @return The maximum text height. */
- sal_Int32 GetTextHeight() const;
-
/** Returns a size struct containing the width and height of the text in the current output device.
@return A size struct with the text dimensions. */
const Size& GetTextSize() const;
diff --git a/svtools/inc/svtools/svlbox.hxx b/svtools/inc/svtools/svlbox.hxx
index 21b40351d164..9fde1c6d395f 100644
--- a/svtools/inc/svtools/svlbox.hxx
+++ b/svtools/inc/svtools/svlbox.hxx
@@ -152,7 +152,6 @@ public:
virtual ~SvLBoxItem();
virtual sal_uInt16 IsA() = 0;
const Size& GetSize( SvLBox* pView, SvLBoxEntry* pEntry );
- const Size& GetSize( SvLBoxEntry*, SvViewDataEntry* );
const Size& GetSize( SvViewDataEntry* pData, sal_uInt16 nItemPos )
{
SvViewDataItem* pIData=pData->pItemData+nItemPos;