summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/FieldControls.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-02-05 09:24:25 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-02-05 09:47:48 +0000
commit194016b1d7a3f09baeaddfcfdb369adf15f9cff2 (patch)
tree18bde561673d11491849d803dee4980ae48de259 /dbaccess/source/ui/inc/FieldControls.hxx
parentf3eccc655387b47fb0986558b8835588eee2898d (diff)
callcatcher: update unused code
Change-Id: I540d192a361938cd4dca811e7170d762841662ee
Diffstat (limited to 'dbaccess/source/ui/inc/FieldControls.hxx')
-rw-r--r--dbaccess/source/ui/inc/FieldControls.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/dbaccess/source/ui/inc/FieldControls.hxx b/dbaccess/source/ui/inc/FieldControls.hxx
index 5bd4a7e8795d..e944ebe76bc2 100644
--- a/dbaccess/source/ui/inc/FieldControls.hxx
+++ b/dbaccess/source/ui/inc/FieldControls.hxx
@@ -40,9 +40,6 @@ namespace dbaui
short GetPos() const { return m_nPos; }
OUString GetHelp() const { return m_strHelpText; }
-
- void SetSpecialReadOnly(bool _bReadOnly);
-
};
class OPropEditCtrl : public Edit
@@ -58,8 +55,6 @@ namespace dbaui
short GetPos() const { return m_nPos; }
OUString GetHelp() const { return m_strHelpText; }
-
- void SetSpecialReadOnly(bool _bReadOnly);
};
class OPropNumericEditCtrl : public NumericField
@@ -76,7 +71,6 @@ namespace dbaui
OUString GetHelp() const { return m_strHelpText; }
void SetSpecialReadOnly(bool _bReadOnly);
-
};
class OPropListBoxCtrl : public ListBox
@@ -91,9 +85,6 @@ namespace dbaui
short GetPos() const { return m_nPos; }
OUString GetHelp() const { return m_strHelpText; }
-
- void SetSpecialReadOnly(bool _bReadOnly);
-
};
}