diff options
Diffstat (limited to 'fpicker/source')
-rw-r--r-- | fpicker/source/aqua/AquaFilePickerDelegate.hxx | 4 | ||||
-rw-r--r-- | fpicker/source/aqua/NSURL_OOoAdditions.hxx | 4 | ||||
-rw-r--r-- | fpicker/source/aqua/SalAquaConstants.h | 3 |
3 files changed, 6 insertions, 5 deletions
diff --git a/fpicker/source/aqua/AquaFilePickerDelegate.hxx b/fpicker/source/aqua/AquaFilePickerDelegate.hxx index 6ea35ec41d73..eb7e1ce402e6 100644 --- a/fpicker/source/aqua/AquaFilePickerDelegate.hxx +++ b/fpicker/source/aqua/AquaFilePickerDelegate.hxx @@ -37,9 +37,9 @@ class FilterHelper; - (void)setFilterHelper:(FilterHelper*)filterHelper; -- (BOOL)panel:(id)sender shouldShowFilename:(NSString *)filename; +- (BOOL)panel:(id)sender shouldShowFilename:(NSString*)filename; - (void)panelSelectionDidChange:(id)sender; -- (void)panel:(id)sender directoryDidChange:(NSString *)path; +- (void)panel:(id)sender directoryDidChange:(NSString*)path; - (void)filterSelectedAtIndex:(id)sender; - (void)autoextensionChanged:(id)sender; diff --git a/fpicker/source/aqua/NSURL_OOoAdditions.hxx b/fpicker/source/aqua/NSURL_OOoAdditions.hxx index 5329e9261744..bf1c76bad93a 100644 --- a/fpicker/source/aqua/NSURL_OOoAdditions.hxx +++ b/fpicker/source/aqua/NSURL_OOoAdditions.hxx @@ -27,7 +27,7 @@ #include <rtl/ustring.hxx> @interface NSURL (OOoAdditions) -- (OUString) OUStringForInfo:(InfoType)info; +- (OUString)OUStringForInfo:(InfoType)info; @end /* @@ -35,7 +35,7 @@ if there was no alias, nil is returned */ -NSString* resolveAlias( NSString* i_pSystemPath ); +NSString* resolveAlias(NSString* i_pSystemPath); #endif diff --git a/fpicker/source/aqua/SalAquaConstants.h b/fpicker/source/aqua/SalAquaConstants.h index 591525ba8601..f5f03f6f2114 100644 --- a/fpicker/source/aqua/SalAquaConstants.h +++ b/fpicker/source/aqua/SalAquaConstants.h @@ -42,7 +42,8 @@ #define kAquaSpacePopupMenuFrameBoundsDiffTop (2) #define kAquaSpacePopupMenuFrameBoundsDiffBottom (4) -#define kAquaSpacePopupMenuFrameBoundsDiffV (kAquaSpacePopupMenuFrameBoundsDiffTop + kAquaSpacePopupMenuFrameBoundsDiffBottom) +#define kAquaSpacePopupMenuFrameBoundsDiffV \ + (kAquaSpacePopupMenuFrameBoundsDiffTop + kAquaSpacePopupMenuFrameBoundsDiffBottom) #define kAquaSpacePopupMenuFrameBoundsDiffLeft (3) #define kAquaSpaceLabelFrameBoundsDiffH (3) |