summaryrefslogtreecommitdiff
path: root/include/svx/xmleohlp.hxx
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2016-02-09 09:21:53 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2016-02-09 08:11:34 +0000
commit538f276ae0414ea34ede6090b5f56e8fecd6fc65 (patch)
treeefbfb952f3236a6f56540ddae6a896c8c73774a0 /include/svx/xmleohlp.hxx
parentf12e483589888f87843026ceff5ae3c1e615ca02 (diff)
Formatting changes across all modules
+ Removed comment cruft + Tab formatting in number of files + Some commented out code removed + Tab characters replaced with spaces + Newline cleanup in quite a few files + Tweak header guard #endifs Change-Id: I3208ff2f047da890edcc49b73389aca22442f5fc Reviewed-on: https://gerrit.libreoffice.org/22221 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'include/svx/xmleohlp.hxx')
-rw-r--r--include/svx/xmleohlp.hxx19
1 files changed, 5 insertions, 14 deletions
diff --git a/include/svx/xmleohlp.hxx b/include/svx/xmleohlp.hxx
index cc496a347bd8..3b4226503d39 100644
--- a/include/svx/xmleohlp.hxx
+++ b/include/svx/xmleohlp.hxx
@@ -29,30 +29,21 @@
#include <com/sun/star/embed/XEmbeddedObject.hpp>
#include <svx/svxdllapi.h>
-
-// - SvXMLEmbeddedObjectHelper -
-
-
enum SvXMLEmbeddedObjectHelperMode
{
EMBEDDEDOBJECTHELPER_MODE_READ = 0,
EMBEDDEDOBJECTHELPER_MODE_WRITE = 1
};
+namespace comphelper { class IEmbeddedHelper; }
-// - SvXMLEmbeddedObjectHelper -
-
-
-namespace comphelper {
-class IEmbeddedHelper;
-}
class SvGlobalName;
struct OUStringLess;
class OutputStorageWrapper_Impl;
-class SVX_DLLPUBLIC SvXMLEmbeddedObjectHelper : public ::cppu::WeakComponentImplHelper2<
- css::document::XEmbeddedObjectResolver,
- css::container::XNameAccess >
+
+class SVX_DLLPUBLIC SvXMLEmbeddedObjectHelper :
+ public ::cppu::WeakComponentImplHelper2< css::document::XEmbeddedObjectResolver, css::container::XNameAccess >
{
typedef ::std::map< OUString, OutputStorageWrapper_Impl*,
OUStringLess > SvXMLEmbeddedObjectHelper_Impl;
@@ -141,6 +132,6 @@ public:
OUString& rObjectStorageName);
};
-#endif
+#endif // INCLUDED_SVX_XMLEOHLP_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */