diff options
-rw-r--r-- | vcl/osx/saldata.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vcl/osx/saldata.cxx b/vcl/osx/saldata.cxx index 8fda9e6f5fdf..ef46d6f4aa60 100644 --- a/vcl/osx/saldata.cxx +++ b/vcl/osx/saldata.cxx @@ -121,6 +121,7 @@ void SalData::ensureThreadAutoreleasePool() } } +namespace { NSImage* load_icon_by_name(const OUString& rIconName) { @@ -141,6 +142,8 @@ NSImage* load_icon_by_name(const OUString& rIconName) return image; } +} + #define MAKE_CURSOR( vcl_name, name, name2 ) \ case vcl_name: \ aHotSpot = NSPoint{name##curs_x_hot, name##curs_y_hot}; \ |