summaryrefslogtreecommitdiff
path: root/sfx2/inc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-07-24 22:41:10 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-07-24 22:41:10 -0400
commite05a284f0b3beb93ffcea43663ff165a0dd2001a (patch)
tree59edecadf462a6a0b33525c42fb62aa467bf6fd2 /sfx2/inc
parentc549e1e836182e586a42e5ecb398db6faf0a2cbe (diff)
Useless macro define.
Change-Id: I19e71dfd514b19e34c7d73642a8c6bc2d3464590
Diffstat (limited to 'sfx2/inc')
-rw-r--r--sfx2/inc/sfx2/sfxbasemodel.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sfx2/inc/sfx2/sfxbasemodel.hxx b/sfx2/inc/sfx2/sfxbasemodel.hxx
index bdb5d6a5c7b7..844bc33ab726 100644
--- a/sfx2/inc/sfx2/sfxbasemodel.hxx
+++ b/sfx2/inc/sfx2/sfxbasemodel.hxx
@@ -139,7 +139,6 @@
#define NOSUPPORTEXCEPTION ::com::sun::star::lang::NoSupportException
#define RUNTIMEEXCEPTION ::com::sun::star::uno::RuntimeException
#define CLOSEVETOEXCEPTION ::com::sun::star::util::CloseVetoException
-#define DOUBLEINITIALIZATIONEXCEPTION ::com::sun::star::frame::DoubleInitializationException
#define ILLEGALARGUMENTEXCEPTION ::com::sun::star::lang::IllegalArgumentException
#define IOEXCEPTION ::com::sun::star::io::IOException
#define EXCEPTION ::com::sun::star::uno::Exception
@@ -1042,7 +1041,7 @@ public:
virtual void SAL_CALL loadFromStorage( const REFERENCE< XSTORAGE >& xStorage,
const ::com::sun::star::uno::Sequence< PROPERTYVALUE >& aMediaDescriptor )
throw ( ILLEGALARGUMENTEXCEPTION,
- DOUBLEINITIALIZATIONEXCEPTION,
+ com::sun::star::frame::DoubleInitializationException,
IOEXCEPTION,
EXCEPTION,
RUNTIMEEXCEPTION );