summaryrefslogtreecommitdiff
path: root/sd/inc/shapelist.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/inc/shapelist.hxx')
-rw-r--r--sd/inc/shapelist.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/inc/shapelist.hxx b/sd/inc/shapelist.hxx
index f2b97694bb5e..4896d062e122 100644
--- a/sd/inc/shapelist.hxx
+++ b/sd/inc/shapelist.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
@@ -76,7 +76,7 @@ namespace sd
bool hasMore() const;
const std::list< SdrObject* >& getList() const { return maShapeList; }
-
+
private:
virtual void ObjectInDestruction(const SdrObject& rObject);
@@ -86,6 +86,6 @@ namespace sd
};
}
-#endif // _SHAPELIST_HXX
+#endif // _SHAPELIST_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */