diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-11-20 13:55:16 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-11-20 15:01:31 +0200 |
commit | 56d3de7360434e4f15d7bd92d50888e8bc092ad6 (patch) | |
tree | dccdb678df5566cdcccf469121bcc1f90d3a2ca9 /vcl | |
parent | a0adefdc4991baa8a3c402f3b01270b73fd28362 (diff) |
Bin pointless _SOLAR__PRIVATE which was always 1 anyway
Change-Id: I98f35920f02d4ee71787a9968158b220af69bde6
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/impbmp.hxx | 4 | ||||
-rw-r--r-- | vcl/inc/vcl/syswin.hxx | 2 | ||||
-rw-r--r-- | vcl/inc/vcl/timer.hxx | 2 |
3 files changed, 0 insertions, 8 deletions
diff --git a/vcl/inc/impbmp.hxx b/vcl/inc/impbmp.hxx index 00dbb60cc19d..e5b7855274cf 100644 --- a/vcl/inc/impbmp.hxx +++ b/vcl/inc/impbmp.hxx @@ -50,8 +50,6 @@ public: ImpBitmap(); ~ImpBitmap(); -#if _SOLAR__PRIVATE - public: void ImplSetSalBitmap( SalBitmap* pSalBitmap ); @@ -80,8 +78,6 @@ public: inline void ImplSetChecksum( sal_uLong nChecksum ) { mnChecksum = nChecksum; } inline sal_uLong ImplGetChecksum() const { return mnChecksum; } - -#endif // PRIVATE }; inline Size ImpBitmap::ImplGetSourceSize() const diff --git a/vcl/inc/vcl/syswin.hxx b/vcl/inc/vcl/syswin.hxx index ecf84f8c6a1c..ee895477348a 100644 --- a/vcl/inc/vcl/syswin.hxx +++ b/vcl/inc/vcl/syswin.hxx @@ -152,11 +152,9 @@ private: sal_uInt16 mnIcon; ImplData* mpImplData; -#if _SOLAR__PRIVATE public: using Window::ImplIsInTaskPaneList; SAL_DLLPRIVATE sal_Bool ImplIsInTaskPaneList( Window* pWin ); -#endif private: // Default construction is forbidden and not implemented. diff --git a/vcl/inc/vcl/timer.hxx b/vcl/inc/vcl/timer.hxx index 33d1840f70ff..606367277a27 100644 --- a/vcl/inc/vcl/timer.hxx +++ b/vcl/inc/vcl/timer.hxx @@ -59,10 +59,8 @@ public: Timer& operator=( const Timer& rTimer ); -// #ifdef _SOLAR__PRIVATE static void ImplDeInitTimer(); static void ImplTimerCallbackProc(); -// #endif }; // ------------- |