summaryrefslogtreecommitdiff
path: root/svtools/source
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source')
-rw-r--r--svtools/source/control/filectrl.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/svtools/source/control/filectrl.cxx b/svtools/source/control/filectrl.cxx
index c8d506ad2a9a..a2e93e0a5742 100644
--- a/svtools/source/control/filectrl.cxx
+++ b/svtools/source/control/filectrl.cxx
@@ -220,14 +220,4 @@ void FileControl::SetButtonText( const XubString& rStr )
Resize();
}
-// -----------------------------------------------------------------------
-
-void FileControl::ResetButtonText()
-{
- mnInternalFlags |= FILECTRL_ORIGINALBUTTONTEXT;
- maButtonText = XubString( SvtResId( STR_FILECTRL_BUTTONTEXT ) );
- Resize();
-}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */