summaryrefslogtreecommitdiff
path: root/unotools/source/config/xmlaccelcfg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/source/config/xmlaccelcfg.cxx')
-rw-r--r--unotools/source/config/xmlaccelcfg.cxx26
1 files changed, 13 insertions, 13 deletions
diff --git a/unotools/source/config/xmlaccelcfg.cxx b/unotools/source/config/xmlaccelcfg.cxx
index bd8f14c0373a..af902c0cbdb4 100644
--- a/unotools/source/config/xmlaccelcfg.cxx
+++ b/unotools/source/config/xmlaccelcfg.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
@@ -39,14 +39,14 @@ using namespace rtl;
using namespace com::sun::star::uno;
using namespace com::sun::star::xml::sax;
-#define ELEMENT_ACCELERATORLIST "acceleratorlist"
-#define ELEMENT_ACCELERATORITEM "item"
+#define ELEMENT_ACCELERATORLIST "acceleratorlist"
+#define ELEMENT_ACCELERATORITEM "item"
-#define ATTRIBUTE_KEYCODE "code"
-#define ATTRIBUTE_MODIFIER "modifier"
-#define ATTRIBUTE_URL "url"
+#define ATTRIBUTE_KEYCODE "code"
+#define ATTRIBUTE_MODIFIER "modifier"
+#define ATTRIBUTE_URL "url"
-#define ATTRIBUTE_TYPE_CDATA "CDATA"
+#define ATTRIBUTE_TYPE_CDATA "CDATA"
// ------------------------------------------------------------------
@@ -81,9 +81,9 @@ struct TagAttribute
TagAttribute(){}
TagAttribute( const OUString &aName, const OUString &aType , const OUString &aValue )
{
- sName = aName;
- sType = aType;
- sValue = aValue;
+ sName = aName;
+ sType = aType;
+ sValue = aValue;
}
OUString sName;
@@ -180,7 +180,7 @@ AttributeListImpl::~AttributeListImpl()
}
-void AttributeListImpl::addAttribute( const OUString &sName ,
+void AttributeListImpl::addAttribute( const OUString &sName ,
const OUString &sType ,
const OUString &sValue )
{
@@ -220,7 +220,7 @@ throw( SAXException, RuntimeException )
void SAL_CALL OReadAccelatorDocumentHandler::setDocumentLocator(
const Reference< XLocator > &xLocator)
-throw( SAXException, RuntimeException )
+throw( SAXException, RuntimeException )
{
m_xLocator = xLocator;
}
@@ -315,7 +315,7 @@ throw( SAXException, RuntimeException )
void SAL_CALL OReadAccelatorDocumentHandler::characters(const rtl::OUString&)
-throw( SAXException, RuntimeException )
+throw( SAXException, RuntimeException )
{
}