summaryrefslogtreecommitdiff
path: root/svtools/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-30 23:32:29 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-31 10:43:26 +0100
commit0aeacaf4e8be61091b578d96d5f540cd81f84d2b (patch)
tree03e9d553e2b5bf7fcba1608e2739a05dcf47727b /svtools/source
parentf267b791f8eb9b32442ad98613a491737e3fc334 (diff)
various unused code
Diffstat (limited to 'svtools/source')
-rw-r--r--svtools/source/dialogs/property.cxx4
-rw-r--r--svtools/source/inc/property.hxx1
2 files changed, 0 insertions, 5 deletions
diff --git a/svtools/source/dialogs/property.cxx b/svtools/source/dialogs/property.cxx
index 7bc07c88a6e6..782a5e4ee223 100644
--- a/svtools/source/dialogs/property.cxx
+++ b/svtools/source/dialogs/property.cxx
@@ -563,10 +563,6 @@ void SvPropertyLine::HideXButton()
aXButton.Hide();
Resize();
}
-sal_Bool SvPropertyLine::IsVisibleXButton()
-{
- return bHasXButton;
-}
void SvPropertyLine::ShowAsHyperLink(sal_Bool nFlag)
{
diff --git a/svtools/source/inc/property.hxx b/svtools/source/inc/property.hxx
index a6ef27fda9af..a66a9be7b5ed 100644
--- a/svtools/source/inc/property.hxx
+++ b/svtools/source/inc/property.hxx
@@ -261,7 +261,6 @@ public:
void ShowXButton();
void HideXButton();
- sal_Bool IsVisibleXButton();
void ShowAsHyperLink(sal_Bool nFlag=sal_True);
sal_Bool IsShownAsHyperlink();