summaryrefslogtreecommitdiff
path: root/sw/inc/IDocumentExternalData.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/IDocumentExternalData.hxx')
-rw-r--r--sw/inc/IDocumentExternalData.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/IDocumentExternalData.hxx b/sw/inc/IDocumentExternalData.hxx
index badcb82be23d..b75ccbc7911c 100644
--- a/sw/inc/IDocumentExternalData.hxx
+++ b/sw/inc/IDocumentExternalData.hxx
@@ -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
@@ -54,7 +54,7 @@ typedef ::boost::shared_ptr<ExternalData> tExternalDataPointer;
class IDocumentExternalData
{
protected:
- typedef ::std::hash_map<sw::tExternalDataType, sw::tExternalDataPointer, sw::ExternalDataTypeHash>
+ typedef ::std::hash_map<sw::tExternalDataType, sw::tExternalDataPointer, sw::ExternalDataTypeHash>
tExternalData;
tExternalData m_externalData;
@@ -62,7 +62,7 @@ protected:
virtual ~IDocumentExternalData() {};
public:
- virtual void setExternalData(sw::tExternalDataType eType,
+ virtual void setExternalData(sw::tExternalDataType eType,
sw::tExternalDataPointer pPayload) = 0;
virtual sw::tExternalDataPointer getExternalData(sw::tExternalDataType eType) = 0;
};