summaryrefslogtreecommitdiff
path: root/sfx2/inc
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedric.bosdonnat@free.fr>2012-12-17 21:53:25 +0100
committerCédric Bosdonnat <cedric.bosdonnat@free.fr>2012-12-18 09:30:15 +0100
commit9ab9436aa84a6a7c4cc23b517be7025664595dfe (patch)
tree69a44f5300bf970cab618acddbd21bb765c63b64 /sfx2/inc
parent3016b60bcb938eb2d4a5e5d7f9f4c0f5c136522e (diff)
sfx2: renamed templateremoteviewitem.hxx to templaterepository.hxx
Change-Id: I5fb96df9ae95b42eb4e2485068488e8c81929563
Diffstat (limited to 'sfx2/inc')
-rw-r--r--sfx2/inc/sfx2/templaterepository.hxx (renamed from sfx2/inc/sfx2/templateremoteviewitem.hxx)6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/inc/sfx2/templateremoteviewitem.hxx b/sfx2/inc/sfx2/templaterepository.hxx
index 83d47bc1f9de..56f6f7525e58 100644
--- a/sfx2/inc/sfx2/templateremoteviewitem.hxx
+++ b/sfx2/inc/sfx2/templaterepository.hxx
@@ -7,8 +7,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef __SFX2_TEMPLATEREMOTEVIEWITEM_HXX__
-#define __SFX2_TEMPLATEREMOTEVIEWITEM_HXX__
+#ifndef __SFX2_TEMPLATEREPOSITORY_HXX__
+#define __SFX2_TEMPLATEREPOSITORY_HXX__
#include <sfx2/templateproperties.hxx>
@@ -41,6 +41,6 @@ private:
std::vector<TemplateItemProperties> maTemplates;
};
-#endif // __SFX2_TEMPLATEREMOTEVIEWITEM_HXX__
+#endif // __SFX2_TEMPLATEREPOSITORY_HXX__
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */