summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/basidectrlr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basctl/source/basicide/basidectrlr.cxx')
-rw-r--r--basctl/source/basicide/basidectrlr.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/basctl/source/basicide/basidectrlr.cxx b/basctl/source/basicide/basidectrlr.cxx
index 9bce6c13c294..9b32530c13f3 100644
--- a/basctl/source/basicide/basidectrlr.cxx
+++ b/basctl/source/basicide/basidectrlr.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -68,7 +68,7 @@ BasicIDEController::~BasicIDEController()
//----------------------------------------------------------------------------
Any SAL_CALL BasicIDEController::queryInterface( const Type & rType ) throw(RuntimeException)
-{
+{
Any aReturn = SfxBaseController::queryInterface( rType );
if ( !aReturn.hasValue() )
aReturn = OPropertyContainer::queryInterface( rType );