summaryrefslogtreecommitdiff
path: root/unotools/inc/unotools/ucbstreamhelper.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-02-21 14:00:46 +0100
committerThomas Arnhold <thomas@arnhold.org>2012-02-21 14:02:45 +0100
commit48bfb52d71e19757da9c90145bbcea8337c411f4 (patch)
tree4ac294a4551cf9183b074b0c5b8b0dd0d33a3fad /unotools/inc/unotools/ucbstreamhelper.hxx
parent8b0351023010a2954b6dfe3f6c7aaf2eccd35125 (diff)
expand and remove NS_* macro
Diffstat (limited to 'unotools/inc/unotools/ucbstreamhelper.hxx')
-rw-r--r--unotools/inc/unotools/ucbstreamhelper.hxx14
1 files changed, 5 insertions, 9 deletions
diff --git a/unotools/inc/unotools/ucbstreamhelper.hxx b/unotools/inc/unotools/ucbstreamhelper.hxx
index f309b018cff8..817bd29e9f35 100644
--- a/unotools/inc/unotools/ucbstreamhelper.hxx
+++ b/unotools/inc/unotools/ucbstreamhelper.hxx
@@ -54,10 +54,6 @@ namespace com
}
}
-#define NS_UNO ::com::sun::star::uno
-#define NS_IO ::com::sun::star::io
-#define NS_TASK ::com::sun::star::task
-
class String;
namespace utl
{
@@ -69,15 +65,15 @@ namespace utl
static SvStream* CreateStream( const String& rFileName, StreamMode eOpenMode,
UcbLockBytesHandler* pHandler=0 );
static SvStream* CreateStream( const String& rFileName, StreamMode eOpenMode,
- NS_UNO::Reference < NS_TASK::XInteractionHandler >,
+ ::com::sun::star::uno::Reference < ::com::sun::star::task::XInteractionHandler >,
UcbLockBytesHandler* pHandler=0 );
static SvStream* CreateStream( const String& rFileName, StreamMode eOpenMode,
sal_Bool bFileExists,
UcbLockBytesHandler* pHandler=0 );
- static SvStream* CreateStream( NS_UNO::Reference < NS_IO::XInputStream > xStream );
- static SvStream* CreateStream( NS_UNO::Reference < NS_IO::XStream > xStream );
- static SvStream* CreateStream( NS_UNO::Reference < NS_IO::XInputStream > xStream, sal_Bool bCloseStream );
- static SvStream* CreateStream( NS_UNO::Reference < NS_IO::XStream > xStream, sal_Bool bCloseStream );
+ static SvStream* CreateStream( ::com::sun::star::uno::Reference < ::com::sun::star::io::XInputStream > xStream );
+ static SvStream* CreateStream( ::com::sun::star::uno::Reference < ::com::sun::star::io::XStream > xStream );
+ static SvStream* CreateStream( ::com::sun::star::uno::Reference < ::com::sun::star::io::XInputStream > xStream, sal_Bool bCloseStream );
+ static SvStream* CreateStream( ::com::sun::star::uno::Reference < ::com::sun::star::io::XStream > xStream, sal_Bool bCloseStream );
};
}