summaryrefslogtreecommitdiff
path: root/fpicker/source/aqua/ControlHelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/aqua/ControlHelper.hxx')
-rw-r--r--fpicker/source/aqua/ControlHelper.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/fpicker/source/aqua/ControlHelper.hxx b/fpicker/source/aqua/ControlHelper.hxx
index eae0c0254dfc..c564c18a4100 100644
--- a/fpicker/source/aqua/ControlHelper.hxx
+++ b/fpicker/source/aqua/ControlHelper.hxx
@@ -169,14 +169,12 @@ private:
// private methods
void HandleSetListValue(const NSControl* pControl, const sal_Int16 nControlAction, const uno::Any& rValue);
- uno::Any HandleGetListValue(const NSControl* pControl, const sal_Int16 nControlAction) const;
void createControls();
void createFilterControl();
void createUserPane();
- NSTextField* createLabelWithString(NSString* label);
- int getControlElementName(const Class clazz, const int nControlId) const;
+ static int getControlElementName(const Class clazz, const int nControlId);
NSControl* getControl( const sal_Int16 nControlId ) const;
static int getVerticalDistance(const NSControl* first, const NSControl* second);