summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorPeter Burow <pb@openoffice.org>2001-02-16 10:47:25 +0000
committerPeter Burow <pb@openoffice.org>2001-02-16 10:47:25 +0000
commit4097a48e96db53cdd9deabc83327cb40c8ea0346 (patch)
tree3e84a1e852c3e0022072b53d69215be9b76f4d03 /sfx2
parentb1620e2293fe02a434e04a1b698104fde131be7d (diff)
fix: include *.hpp, not *.hdl
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/appl/newhelp.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/source/appl/newhelp.cxx b/sfx2/source/appl/newhelp.cxx
index 916caf491d80..5747974381ec 100644
--- a/sfx2/source/appl/newhelp.cxx
+++ b/sfx2/source/appl/newhelp.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: newhelp.cxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: pb $ $Date: 2000-12-19 12:10:02 $
+ * last change: $Author: pb $ $Date: 2001-02-16 11:47:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -105,8 +105,8 @@
#ifndef _COM_SUN_STAR_BEANS_PROPERTY_HPP_
#include <com/sun/star/beans/Property.hpp>
#endif
-#ifndef _COM_SUN_STAR_BEANS_XPROPERTYSETINFO_HDL_
-#include <com/sun/star/beans/XPropertySetInfo.hdl>
+#ifndef _COM_SUN_STAR_BEANS_XPROPERTYSETINFO_HPP_
+#include <com/sun/star/beans/XPropertySetInfo.hpp>
#endif
#ifndef _COM_SUN_STAR_UCB_COMMANDABORTEDEXCEPTION_HPP_
#include <com/sun/star/ucb/CommandAbortedException.hpp>