summaryrefslogtreecommitdiff
path: root/sd/source/ui/toolpanel/ToolPanelUIElement.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/toolpanel/ToolPanelUIElement.cxx')
-rw-r--r--sd/source/ui/toolpanel/ToolPanelUIElement.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/toolpanel/ToolPanelUIElement.cxx b/sd/source/ui/toolpanel/ToolPanelUIElement.cxx
index eb5b937f0bbc..f4f3501b6dd4 100644
--- a/sd/source/ui/toolpanel/ToolPanelUIElement.cxx
+++ b/sd/source/ui/toolpanel/ToolPanelUIElement.cxx
@@ -1,7 +1,7 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
* 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
@@ -94,21 +94,21 @@ namespace sd { namespace toolpanel
UIElementMethodGuard aGuard( *this );
return m_xFrame;
}
-
+
//------------------------------------------------------------------------------------------------------------------
::rtl::OUString SAL_CALL ToolPanelUIElement::getResourceURL() throw (RuntimeException)
{
UIElementMethodGuard aGuard( *this );
return m_sResourceURL;
}
-
+
//------------------------------------------------------------------------------------------------------------------
::sal_Int16 SAL_CALL ToolPanelUIElement::getType() throw (RuntimeException)
{
UIElementMethodGuard aGuard( *this );
return UIElementType::TOOLPANEL;
}
-
+
//------------------------------------------------------------------------------------------------------------------
Reference< XInterface > SAL_CALL ToolPanelUIElement::getRealInterface( ) throw (RuntimeException)
{