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 /unotools | |
parent | a0adefdc4991baa8a3c402f3b01270b73fd28362 (diff) |
Bin pointless _SOLAR__PRIVATE which was always 1 anyway
Change-Id: I98f35920f02d4ee71787a9968158b220af69bde6
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/inc/unotools/ucblockbytes.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/unotools/inc/unotools/ucblockbytes.hxx b/unotools/inc/unotools/ucblockbytes.hxx index 6e264fc453af..cf5d98b93583 100644 --- a/unotools/inc/unotools/ucblockbytes.hxx +++ b/unotools/inc/unotools/ucblockbytes.hxx @@ -151,7 +151,6 @@ public: // calling this method delegates the responsibility to call closeinput to the caller! ::com::sun::star::uno::Reference < ::com::sun::star::io::XInputStream > getInputStream(); -#if _SOLAR__PRIVATE sal_Bool setInputStream_Impl( const ::com::sun::star::uno::Reference < ::com::sun::star::io::XInputStream > &rxInputStream, sal_Bool bSetXSeekable = sal_True ); sal_Bool setStream_Impl( const ::com::sun::star::uno::Reference < ::com::sun::star::io::XStream > &rxStream ); @@ -188,7 +187,6 @@ public: void SetRealURL_Impl( const String& rURL ) { m_aRealURL = rURL; } void SetExpireDate_Impl( const DateTime& rDateTime ) { m_aExpireDate = rDateTime; } void SetStreamValid_Impl(); -#endif }; SV_IMPL_REF( UcbLockBytes ); |